Skip to content
#

eventsourcing

Here are 277 public repositories matching this topic...

LindApe
LindApe commented Nov 24, 2021

Describe the bug
When ES is started after it has been stopped while scavenging, it will sometimes throw an exception while trying to mark the scavenge as failed. The error seems to be caused by a boxed long being casted to int.

To Reproduce
Steps to reproduce the behavior:

  1. Start scavenging on node
  2. Stop node after ChunksCompleted event has been emitted, but before scavenging is
kind/bug subsystem/core database good first issue
dannyroosevelt
dannyroosevelt commented May 2, 2022

Is there a specific app this action is for?
data_stores

New actions

  • List keys in Data Store: await this.db.keys()
  • Delete all keys in a Data Store: await this.db.clear() (include a note about this being an irreversible change, so use with caution)
  • Check existence of keys: await this.db.has(key) (returns true/false)

Updates to existing actions

  • Can we use async
enhancement help wanted good first issue action
OKTAYKIR
OKTAYKIR commented May 15, 2020

@suadev, I get the following error after running the application:

12:17:48:558 [Debug]: Execution of command 'ExampleCommand' with ID 'command-a478d189-d908-4bb9-918f-c7507b1eb9ee' on aggregate 'EventFlowExample.Aggregates.ExampleAggregate' failed due to exception 'TypeInitializationException' with message: The type initializer for 'MongoDB.Bson.Serialization.BsonClassMap' threw an except
enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the eventsourcing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the eventsourcing topic, visit your repo's landing page and select "manage topics."

Learn more