sashapolo commented on code in PR #5588:
URL: https://github.com/apache/ignite-3/pull/5588#discussion_r2044801338
##########
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/raft/snapshot/incoming/IncomingSnapshotCopier.java:
##########
@@ -133,12 +137,13 @@ public class IncomingSnapshotCopier extends
SnapshotCopier {
public IncomingSnapshotCopier(
PartitionSnapshotStorage partitionSnapshotStorage,
SnapshotUri snapshotUri,
- Executor executor,
+ ExecutorService executor,
Review Comment:
Nice catch, didn't notice that
--
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]