-
Notifications
You must be signed in to change notification settings - Fork 911
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
Cluster broken when pre-touch enabled #1218
Comments
There are two calls to add publication for the same channel:
|
Using the pre-touch highlights a race which was a bug introduced with async adding of publications. It should be fixed with this commit. 54e4be4 |
I modified the test to run with pre-touch on and off and it passes with the 54e4be4. |
Even if pre-touch is not enabled this can result in |
If you run a cluster node with
-Daeron.pre.touch.mapped.memory=true
, it will fail with:Can be reproduced by running the master version of
SingleNodeTest.shouldSendMessagesToCluster()
with that property set. Seems to be an issue since 1.35.0.The text was updated successfully, but these errors were encountered: