timoninmaxim commented on code in PR #11040:
URL: https://github.com/apache/ignite/pull/11040#discussion_r1400380019


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/dump/Dump.java:
##########
@@ -225,14 +227,16 @@ public List<StoredCacheData> configs(String node, int 
group) {
      * @return Dump iterator.
      */
     public List<Integer> partitions(String node, int group) {
+        String suffix = metadata.get(0).compressPartitions() ? DUMP_FILE_EXT + 
ZIP_SUFFIX : DUMP_FILE_EXT;

Review Comment:
   let's move the flag to class level.



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