nizhikov commented on a change in pull request #8923:
URL: https://github.com/apache/ignite/pull/8923#discussion_r604166170
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/util/IgniteUtils.java
##########
@@ -8828,23 +8828,23 @@ public static void
removeJavaNoOpLogger(Collection<Handler> rmvHnds) {
/**
* Attaches node ID to log file name.
*
- * @param nodeId Node ID.
+ * @param postfix Postfix.
* @param fileName File name.
* @return File name with node ID.
*/
@SuppressWarnings("IfMayBeConditional")
- public static String nodeIdLogFileName(UUID nodeId, String fileName) {
- assert nodeId != null;
+ public static String nodeIdLogFileName(String postfix, String fileName) {
Review comment:
Fixed.
--
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]