Benjamin Petit
Benjamin Petit
I don't recall a related issue that we might have fixed. But it's old and more difficult for us to investigate. I see that you are using the `LeaseBasedQueueBalancer` based...
Can you repro this using the EventHub provider and send us a memory dump? I definitely think what you are describing is possible, but only with SMS, if I am...
I managed to reproduce the issue using SMS, but not with other providers (I might have been (un)lucky). On "regular" stream providers, the unregister consumer/producer calls are forwarded to the...
Any update @galvesribeiro ?
I guess right now you could use `MemoryStreams`, but they are not really persistent...
Sorry I thought I already responded to that issue. @Desz01ate We changed how to configure the azure storage providers. Now it can be configured like this: ``builder.UseAzureTableReminderService(connectionString)`` @taurusni `ISiloHostBuilder` is...
@taurusni sorry missed the last message. Yes `ISiloHostBuilder` is removed from 4.0
Thanks for the detailed description @mikkoairaksinen ! In fact it seems that you point to a real issue: the `LocalGrainDirectory` will remove entries that point to the silo that is...
We did some heavy changes in 3.x regarding directory/shutdown. @lpyvvvvvv, which version are you using? Now the only issue if you are using the distributed directory is that `OnDeactivateAsync()` might...
You should not run storage operations during `OnDeactivateAsync()` since it might not be run if the silo shutdown ungracefully (process crash or killed by other silos). If you really need...