tmgodinho commented on code in PR #7854:
URL: https://github.com/apache/ignite-3/pull/7854#discussion_r3079930780


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/table/ItDataConsistencyTest.java:
##########
@@ -217,6 +218,12 @@ private Runnable createWriter(int workerId) {
                 } catch (TransactionException e) {
                     // Don't need to rollback manually if got IgniteException.
                     fails.increment();
+                } catch (ClientRetriableTransactionException e) {

Review Comment:
   That's a good point, sorry.
   I'll need to review all these RetriableTransactionException



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