Maxim Tkachenko
Maxim Tkachenko
I found such logs  I suppose it's from [Catalog.StartDeactivatingActivations](https://github.com/dotnet/orleans/blob/639be7f3e83262e70327b58892d6cf54c801b32d/src/Orleans.Runtime/Catalog/Catalog.cs#L347) which is called in [on silo status change](https://github.com/dotnet/orleans/blob/639be7f3e83262e70327b58892d6cf54c801b32d/src/Orleans.Runtime/Catalog/Catalog.cs#L463).
@benjaminpetit Is there a way to somehow minimize this behavior? Ah, I see [this one](https://docs.microsoft.com/en-us/dotnet/orleans/host/grain-directory#which-grain-directory-should-you-use): > When you have some experience with Orleans and have a use case for grain...
@benjaminpetit Currently I don't want to switch to redis based or azure table based grain directory. Could you elaborate a bit this idea: > Today it should be easier to...
@rogeralsing is any of these ocppservers open sourced?
We faced the same problem on our dev cluster (i.e. there is no high load): - k8s (RollingUpdate, RollingUpdateStrategy: 25% max unavailable, 25% max surge) - two pods - no...
In our case the problem caused by a 3rd party library which blocks threads aggressively in some cases.