-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find a membership entry for this silo #13
Comments
I debugged the orleans source code and found that line 169 |
demo:
|
I Solved the problem, but I don't know why |
No Solved, still have the problem |
I tested ado cluster and there is no such problem |
@qzwzqty are you able to reproduce this in a test? If so, that will make it easier for us to fix it |
@ReubenBond This demo can reproduce. This is the client demo and silo demo of this repository |
After a while
|
Starting to get same problem which is weird, I didnt update anything and it was stable for months.
|
As I understand it could not find the record in redis
which is weird, sadly the silo and redis was restarted before I could look if the record exist or not in redis. Maybe it would make sense to make it this way, if the record wasnt found then instead to try to update it make an new record? |
Side note: was able to reproduce it on dev env by simply removing the redis record. But I can't be sure if this was my case, because silo was restarted by coworker before I had a chance to look in redis |
When the key is removed from redis . you will got this error. |
Hello. I need help. thx!
Run client and silo in the same program,and after a few seconds, log an error
and after a period of time,log an error
No such problem with
UseLocalhostClustering
. This repository example also has this problem.Thank you
The text was updated successfully, but these errors were encountered: