Replication: log backlog creation event.
This commit is contained in:
parent
8f10137227
commit
11c748aaca
@ -748,6 +748,9 @@ void syncCommand(client *c) {
|
|||||||
changeReplicationId();
|
changeReplicationId();
|
||||||
clearReplicationId2();
|
clearReplicationId2();
|
||||||
createReplicationBacklog();
|
createReplicationBacklog();
|
||||||
|
serverLog(LL_NOTICE,"Replication backlog created, my new "
|
||||||
|
"replication IDs are '%s' and '%s'",
|
||||||
|
server.replid, server.replid2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* CASE 1: BGSAVE is in progress, with disk target. */
|
/* CASE 1: BGSAVE is in progress, with disk target. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user