anton-vinogradov commented on code in PR #10885:
URL: https://github.com/apache/ignite/pull/10885#discussion_r1291228674
##########
modules/core/src/main/java/org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.java:
##########
@@ -173,8 +173,8 @@ public class IsolatedDiscoverySpi extends IgniteSpiAdapter
implements IgniteDisc
msg,
null));
- // Acknowledge message must be send after initial message
processed.
- fut.listen((f) -> {
+ // Acknowledge message must be sent after initial message
processed.
+ fut.listen(ignored -> {
Review Comment:
Rolled back :(
--
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]