Open Charles-aelf opened 4 weeks ago
Orleans.Provider.MongoDB for saving state is saving EventSourcing logs as well which should not be the case. EventSourcing logs should be saved through the Orleans.EventSourcing.MongoDB package's implementation in another mongodb collection.
Instead of current state, GrainState storage is saving state change log into mongodb, this requires further investigation to check if this is default behavior or misconfiguration issue
Identify potential performance bottleneck