ivanzlenko commented on code in PR #5184:
URL: https://github.com/apache/ignite-3/pull/5184#discussion_r1944179739


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java:
##########
@@ -2098,7 +2098,14 @@ protected CompletableFuture<ClusterNode> 
evaluateReadOnlyRecipientNode(int partI
                         throw withCause(TransactionException::new, 
REPLICA_UNAVAILABLE_ERR, e);
                     } else {
                         if (res == null) {
-                            throw withCause(TransactionException::new, 
REPLICA_UNAVAILABLE_ERR, e);
+                            throw new TransactionException(

Review Comment:
   Fixed, thanks
   



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to