timoninmaxim commented on code in PR #11559:
URL: https://github.com/apache/ignite/pull/11559#discussion_r1852119337


##########
modules/core/src/main/java/org/apache/ignite/internal/client/thin/TcpClientCache.java:
##########
@@ -713,16 +718,25 @@ public class TcpClientCache<K, V> implements 
ClientCache<K, V> {
 
     /** {@inheritDoc} */
     @Override public void clear() throws ClientException {
+        if (transactions.tx() != null)

Review Comment:
   Code duplication



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