timoninmaxim commented on code in PR #11040:
URL: https://github.com/apache/ignite/pull/11040#discussion_r1397477838
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotPartitionsVerifyTask.java:
##########
@@ -87,6 +88,9 @@ private static class VerifySnapshotPartitionsJob extends
ComputeJobAdapter {
/** Snapshot directory path. */
private final String snpPath;
+ /** If {@code true} then compress the file. */
+ private final boolean compress;
Review Comment:
Do we need specify the `compress` flag here? Can we extract it from meta
file?
--
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]