-
Notifications
You must be signed in to change notification settings - Fork 15
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
DPE-4904: Storage race condition + TLS update #311
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this issue is a result of a race condition between TLS restart and normal start with pebble ready then I would rather fix this issue at the root of the cause which is that TLS tries to start the database first by running restart
. Instead it should wait to run any hook by checking db_initialised
Sure. |
* udpate libs * make updates for changes in lib * make necessary changes in tests and src
This reverts commit 0cf2152.
Also update the mongodb tls library
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Neha! that's a good one
Issue
Solution