greatsharp opened a new pull request, #340: URL: https://github.com/apache/kvrocks-controller/pull/340
1. When slave node doing full sync replication, it will return 'LOADING kvrocks is restoring the db from backup' error by executing 'cluster info' command, but it will return empty keyspace info if executing 'info' command. - We should skip the node if executing 'cluster info' command error. 2. If slave node doing full sync replication failed, and slave node reboot, both 'cluster info' and info command can execute correctly, but the sequence returned is 0. - We should skip the node if sequence is 0 or role is not slave. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
