EgorBaranovEnjoysTyping commented on code in PR #13191:
URL: https://github.com/apache/ignite/pull/13191#discussion_r3354780414
##########
modules/core/src/main/java/org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.java:
##########
@@ -1153,7 +1154,10 @@ public void simulateNodeFailure() {
/** {@inheritDoc} */
@Override public String toString() {
- return S.toString(TcpCommunicationSpi.class, this);
+ return "TcpCommunicationSpi [" +
+ "ctxInitLatch=" + ctxInitLatch.getCount() +
+ ", stopping=" + stopping +
+ "]";
Review Comment:
disagree, backward compatibility is required here, log message should be the
same
--
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]