Aaron Stannard
Aaron Stannard
> Nah, plurals all the time, and every single one is required in every .cs file regardless of whether the region block is empty. That might make this a tad...
@dependabot rebase
@jaydeboer @ptjhuang is there something we can do in our defaults for the Akka.Persistence.MongoDb driver to address this internally?
Also, I need to take a look at https://github.com/akkadotnet/Akka.Persistence.MongoDB/pull/318 - my fault; been doing a lot of traveling since late May. Will be done traveling in two weeks.
> This leads me to suspect it's to do with the way AsyncWriteJournal is implemented, where calls to NotifyTagChange trigger reads while other concurrent writes are in progress. This only...
> What's your thoughts of a ReadWriteSequencer in the MongoDB journal to let concurrent writes finish before reads @Aaronontheweb ? We have an issue similar to this one of the...
cc @ptjhuang @jaydeboer
Wasn't @jaydeboer 's issue missing reads that had already been successfully written, not the writes themselves? cc @Arkatufus
> I also had to disable write transactions with use-write-transaction = false in my hocon to get around the issue. So that part blows my mind a bit - using...
Ah, transactions _on read_ is what it was complaining about?