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 2021/09/08 12:17:10 UTC

[GitHub] [ignite] AMashenkov commented on a change in pull request #9108: IGNITE-14736: Add rebalance information to the performance statistics.

AMashenkov commented on a change in pull request #9108:
URL: https://github.com/apache/ignite/pull/9108#discussion_r704361047



##########
File path: modules/core/src/main/java/org/apache/ignite/internal/processors/performancestatistics/FilePerformanceStatisticsReader.java
##########
@@ -457,6 +462,48 @@ else if (opType == PAGES_WRITE_THROTTLE) {
 
             return true;
         }
+        else if (opType == PME) {

Review comment:
       Would you mind to rewrite 'if' to 'switch' ?




-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org