Georgy Krasin
Georgy Krasin
May adding support for stateless worker grains in heterogeneous silos be considered as papercut? :)
I am using version 3.4.2. A little preface. I use the concept of "roles" to segregate the responsibilities of silos. So a silo with a certain role places only those...
It would be nice to be able to register a cluster client as a service rather than building it as a host. This would be more in line with its...
> @krasin-ga yes, it would. Which version are you running? I recall that we fixed an issue with StatelessWorker grains in heterogeneous clusters I've checked, and everything actually works great....
I wrote unit test to illustrate unexpected behavior. This unit test is non deterministic, so it needs to be run several times before it fails. `Tester\Forwarding\ShutdownSiloTests.cs` `master\v2.4.2` ```C# [SkippableFact, TestCategory("GracefulShutdown"),...
So far, this issue has not been reproduced again, and I have not been able to capture a trace to identify the cause. Only one scenario I can think of...
@dotnet-policy-service agree
Just to note: I'm not quite happy with adding the `GetRunningRequestsCount` method to `IRuntimeClient` only for testing purposes, and I'm not sure that this leak should be tested at all
The code here assumes that `ResolveNowAsync` will execute asynchronously, allowing the method to exit and freeing all the locks taken on the way up here. However, this may not be...