Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gracefully exit mysqld_safe loop during backoff
Summary: Currentt systemctl stop [email protected] can take 10 mins when mysqld_safe is in backoff period. D28517599 adds a interrupt to sleep in mysql_stop, and mysqld_safe immediately break the retry loop if sleep is interruptted. Reviewed By: anirbanr-fb Differential Revision: D28606439
- Loading branch information