-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Typecode not supported in cluster #5993
Comments
I see the same error oin
Btw. is there a way to get access to the |
Not sure if this is the main reason to this, with a case like this should it work correctly?
If it should, it seems that when we have a dependency with a Grain (codegen) which the version of Orleans doesn't match ours, we either:
Also it doesn't always 100% not work, sometimes locally it does work and sometimes on the server it doesnt; OR sometimes locally you get everything from fresh and it doesn't work either |
I've started getting intermittent How does one work out what the (Unfortunately I can't post detailed logs -- those are locked away on a highly isolated development VM.) Edit: This VM has two silos running side-by-side for dev purposes (supporting a UI website and another for the back-end service APIs), and I just noticed someone accidentally configured them with the same silo and gateway ports, which is obviously not going to work. But I'll leave my post here, I'd still like to understand how to interpret |
Check that |
Closing for inactivity |
We recently updated to Orleans 2.4.2 + update SignalR.Orleans as well, and in certain cases we are getting error such as
TypeCode $1903070868 not supported in the cluster
We should only have 1 cluster and all silos are all the same build and we dont use grain versioning either; Seeing slightly the code thats why it seems to be thrown if im correct, however in our case it shouldn't be the case
The text was updated successfully, but these errors were encountered: