-
Notifications
You must be signed in to change notification settings - Fork 103
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
Crash during reconfiguration under high load #1080
Comments
Very likely that the problem is a consequence of #1175 issue.
|
With additional instrumentation and logging during reproducing above crash - it has been confirmed that the issue is a consequence of #1175: after the scenario described in #1175 (comment), server connection can continue processing responses/requests in the same time as connection's destructor is executing in other thread; as a result, the following sequence may take place (as a continuation of mentioned in #1175 (comment) scenario):
These scenarios can arise not only during reconfiguration - on shutdown they are also possible, though less likely. |
Fixed in context of #1179. |
The issue had appeared during #1077 tests (
reconf.test_stress_sched_ratio.SchedRatioStaticImplDefaultSg.test_ratio_del_srvs
test) , but it's not related to the issue. See build 247 on CI.The text was updated successfully, but these errors were encountered: