Maxim Tkachenko

Results 4 comments of Maxim Tkachenko

I found such logs ![image](https://user-images.githubusercontent.com/1560515/183862103-926a58f0-6dff-4478-9615-dbac444f1b16.png) 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?