-
Notifications
You must be signed in to change notification settings - Fork 964
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix shutdown sequence in Dragonfly server (#4168)
1. Better logging in regtests 2. Release resources in dfly_main in more controlled manner. 3. Switch to ignoring signals when unregister signal handlers during the shutdown. Signed-off-by: Roman Gershman <[email protected]>
- Loading branch information
Showing
5 changed files
with
54 additions
and
42 deletions.
There are no files selected for viewing
Submodule helio
updated
3 files
+1 −1 | util/fibers/accept_server.cc | |
+25 −16 | util/fibers/proactor_base.cc | |
+9 −9 | util/fibers/proactor_base.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters