Skip to content

Commit

Permalink
[cherry-pick](branch-2.0) print isBad in Replica::toString() (#33427) (
Browse files Browse the repository at this point in the history
…#36229)



cherry-pick #33427
  • Loading branch information
zhannngchen authored Jun 13, 2024
1 parent c39c3bc commit d65ae1d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,8 @@ public String toString() {
strBuffer.append(schemaHash);
strBuffer.append(", state=");
strBuffer.append(state.name());
strBuffer.append(", isBad=");
strBuffer.append(isBad());
strBuffer.append("]");
return strBuffer.toString();
}
Expand Down

0 comments on commit d65ae1d

Please sign in to comment.