You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/03/19 13:13:43 UTC

[GitHub] [ignite] fi1ipx commented on a change in pull request #7517: IGNITE-12761 Add ability to disable check crc sums of stored pages du…

fi1ipx commented on a change in pull request #7517: IGNITE-12761 Add ability to disable check crc sums of stored pages du…
URL: https://github.com/apache/ignite/pull/7517#discussion_r395014494
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/internal/commandline/cache/CacheValidateIndexes.java
 ##########
 @@ -198,9 +216,9 @@ public UUID nodeId() {
             }
 
             if (!errors)
-                logger.info("no issues found.");
+                logger.severe("no issues found.");
 
 Review comment:
   Because message about the result of the validations is more important than other messages. Hope my logic is okay.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services