tkalkirill commented on a change in pull request #483:
URL: https://github.com/apache/ignite-3/pull/483#discussion_r761000954



##########
File path: 
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java
##########
@@ -784,20 +785,26 @@ public void remove(@NotNull Throwable e) {
                     }
             );
         }).exceptionally(t -> {
-            Throwable ex = t.getCause();
+            Throwable cause = t.getCause();

Review comment:
       I wrote a little more code, I hope it became clearer.




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