More tweaks to TCP failover logic. Such edge case.
This commit is contained in:
parent
700a450806
commit
81e5690410
3 changed files with 31 additions and 22 deletions
|
@ -543,6 +543,8 @@ Node::ReasonForTermination Node::run()
|
|||
_r->timeOfLastResynchronize = Utils::now();
|
||||
|
||||
while (impl->reasonForTermination == NODE_RUNNING) {
|
||||
//TRACE("--- BEGIN main I/O loop");
|
||||
|
||||
if (Utils::fileExists(shutdownIfUnreadablePath.c_str(),false)) {
|
||||
FILE *tmpf = fopen(shutdownIfUnreadablePath.c_str(),"r");
|
||||
if (!tmpf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue