ascherbakoff commented on code in PR #5853:
URL: https://github.com/apache/ignite-3/pull/5853#discussion_r2103918929


##########
modules/client-handler/src/main/java/org/apache/ignite/client/handler/requests/tx/ClientTransactionBeginRequest.java:
##########
@@ -113,11 +76,6 @@ public class ClientTransactionBeginRequest {
             long resourceId = resources.put(new ClientResource(tx, 
tx::rollbackAsync));
             out.packLong(resourceId);
 
-            if (enableDirectMapping && !readOnly) {

Review Comment:
   So it's safe to remove all code related to direct mapping from here because 
this code path will only be called in proxy (old) mode.



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