mirror of https://github.com/yandex/odyssey.git
Comment invasive code section
This commit is contained in:
parent
53113fec74
commit
d9a8bcd6f4
|
@ -744,6 +744,8 @@ static od_frontend_status_t od_frontend_remote_server(od_relay_t *relay,
|
|||
return OD_SKIP;
|
||||
|
||||
if (route->id.physical_rep || route->id.logical_rep) {
|
||||
// do not detach server connection on replication
|
||||
// the exceptional case in offine: ew are going to shut down here
|
||||
if (server->offline) {
|
||||
return OD_DETACH;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue