rpuch commented on code in PR #1226:
URL: https://github.com/apache/ignite-3/pull/1226#discussion_r1001871597
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/snapshot/outgoing/OutgoingSnapshotsManager.java:
##########
@@ -112,6 +153,7 @@ private void messageHandler(NetworkMessage networkMessage,
NetworkAddress sender
CompletableFuture<? extends NetworkMessage> responseFuture =
handleSnapshotRequestMessage(networkMessage, outgoingSnapshot);
if (responseFuture != null) {
+ //TODO: IGNITE-17935 - whenComplete()? handle()? Should we analyze
the first exception at all?
Review Comment:
Let's postpone this till IGNITE-17935
--
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]