Skip to content
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-3706 experimental max_connections #425

Merged
merged 1 commit into from
Jun 7, 2024
Merged

Conversation

paulomach
Copy link
Contributor

Port of VM #429

@@ -384,6 +386,8 @@ def _restart(self, event: EventBase) -> None:
container = self.unit.get_container(CONTAINER_NAME)
if container.can_connect():
container.restart(MYSQLD_SAFE_SERVICE)
sleep(10)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this sleep intentional? or is it a leftover from testing?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

intentional. I was writing and issue about it now. I want to refactor he restart procedure due to bad behavior in the rollingops lib

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This #426

@paulomach paulomach merged commit 59ccbb4 into main Jun 7, 2024
33 of 34 checks passed
@paulomach paulomach deleted the fix/max_connections_exp branch June 7, 2024 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants