[log](chore) print isBad in Replica::toString() (#33427)
This commit is contained in:
@ -595,6 +595,8 @@ public class Replica implements Writable {
|
||||
strBuffer.append(schemaHash);
|
||||
strBuffer.append(", state=");
|
||||
strBuffer.append(state.name());
|
||||
strBuffer.append(", isBad=");
|
||||
strBuffer.append(isBad());
|
||||
strBuffer.append("]");
|
||||
return strBuffer.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user