Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
droonga-engine: support restarting without downtime
Note that droonga-engine itself can restart without downtime (it means
that socket is alive while restarting) but Serf has downtime. Serf
cluster will miss the droonga-engine node while restarting.
TODO:
* Re-consider how to operate restarting droonga-engine. The current
implementation is `touch $BASE_DIR/restart.txt`. Is it reasonable
way?- Loading branch information
Showing
2 changed files
with
126 additions
and
11 deletions.
There are no files selected for viewing
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