kmgreen2 / agglo

Agglo: A Process-Anywhere Framework for Event Stream Processing
https://kmgreen2.github.io/agglo/
MIT License
2 stars 0 forks source link

Distributed Lock Fails Under Load #59

Closed kmgreen2 closed 2 years ago

kmgreen2 commented 2 years ago

Noticed this working on #56 where increasing the concurrency of a test client > 1 can lead to a 400 from Dynamo when appending to a stream (entwine.go:136)

kmgreen2 commented 2 years ago

This was due to a condition where we did not handle Conflict errors with Dynamo properly. This will be fixed as part of #58

kmgreen2 commented 2 years ago

fixed by #58