-
Notifications
You must be signed in to change notification settings - Fork 339
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
Control Plane somehow quits after a few minutes. #4248
Labels
Comments
It shuts down as it runs out of messages, and no-one holds its mailbox. Possible explanation: This should not happen because of the We probably have a race condition today that goes as follows:
|
fulmicoton
added a commit
that referenced
this issue
Dec 9, 2023
The bug could surfaced on any actor looping alone, like the control plane. Closes #4248
fulmicoton
added a commit
that referenced
this issue
Dec 9, 2023
The bug could surfaced on any actor looping alone, like the control plane. Closes #4248
fulmicoton
added a commit
that referenced
this issue
Dec 11, 2023
The weak mailbox was messing the refcounting. and we technically had a race condition. The bug could surfaced on any actor looping alone, like the control plane. Closes #4248
fulmicoton
added a commit
that referenced
this issue
Dec 11, 2023
The weak mailbox was messing the refcounting. and we technically had a race condition. The bug could surfaced on any actor looping alone, like the control plane. Closes #4248
fulmicoton
added a commit
that referenced
this issue
Dec 11, 2023
The weak mailbox was messing the refcounting. and we technically had a race condition. The bug could surfaced on any actor looping alone, like the control plane. Closes #4248
fulmicoton
added a commit
that referenced
this issue
Dec 11, 2023
) The weak mailbox was messing the refcounting. and we technically had a race condition. The bug could surfaced on any actor looping alone, like the control plane. Closes #4248
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running with:
'chicobonbon(rate=500000)*3' 'chicobonbon(rate=15000000)
The text was updated successfully, but these errors were encountered: