anton-vinogradov commented on a change in pull request #9054:
URL: https://github.com/apache/ignite/pull/9054#discussion_r632480162
##########
File path:
modules/core/src/main/java/org/apache/ignite/logger/java/JavaLogger.java
##########
@@ -368,14 +372,27 @@ public void setWorkDirectory(String workDir) {
@Override public void setNodeId(UUID nodeId) {
A.notNull(nodeId, "nodeId");
- if (this.nodeId != null)
+ postfix(nodeId, U.id8(nodeId));
+ }
+
+ /** {@inheritDoc} */
+ @Override public void setPostfix(String postfix) {
Review comment:
always used to set node id.
any reason to have this method, field, class, etc?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]