Paragrf commented on code in PR #3386:
URL: https://github.com/apache/kvrocks/pull/3386#discussion_r2905428750


##########
src/cluster/cluster.cc:
##########
@@ -573,6 +573,7 @@ std::string Cluster::genNodesDescription() {
 
     // Flags
     if (node->id == myid_) node_str.append("myself,");
+    if (node->failed) node_str.append("fail,");

Review Comment:
   My apologies, it was an oversight on my part. I found that Lettuce actually 
supports this format, which is why the issue went unnoticed. No worries though, 
I've already fixed it.



-- 
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]

Reply via email to