sashapolo commented on code in PR #7885:
URL: https://github.com/apache/ignite-3/pull/7885#discussion_r2999404791


##########
modules/raft-api/src/main/java/org/apache/ignite/internal/raft/configuration/LogStorageConfigurationValidator.java:
##########
@@ -41,7 +42,7 @@ private static void validateLogEntrySize(LogStorageView 
config, ValidationContex
         }
 
         if (maxEntrySize <= 0) {
-            String errorMsg = String.format("Maximum log entry size must be 
positive, got %d.", maxEntrySize);
+            String errorMsg = String.format("Maximum log entry size must be 
positive [maxEntrySize=%d bytes].", maxEntrySize);

Review Comment:
   Why? I thought we always have a dot at the end



-- 
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]

Reply via email to