Revision 192ce9db
src/raft/FedReplicaManager.cc | ||
---|---|---|
495 | 495 |
|
496 | 496 |
if ( last_zone >= 0 ) |
497 | 497 |
{ |
498 |
zs->next = last_zone - 1;
|
|
498 |
zs->next = last_zone + 1;
|
|
499 | 499 |
} |
500 | 500 |
} |
501 | 501 |
|
src/rm/RequestManagerZone.cc | ||
---|---|---|
535 | 535 |
NebulaLog::log("ReM", Log::ERROR, oss); |
536 | 536 |
|
537 | 537 |
att.resp_msg = oss.str(); |
538 |
att.resp_id = index;
|
|
538 |
att.resp_id = -1;
|
|
539 | 539 |
|
540 | 540 |
failure_response(ACTION, att); |
541 | 541 |
return; |
Also available in: Unified diff