y616468159 commented on code in PR #10604:
URL: https://github.com/apache/ignite/pull/10604#discussion_r1309535455


##########
modules/core/src/main/java/org/apache/ignite/transactions/Transaction.java:
##########
@@ -277,14 +277,14 @@ public interface Transaction extends AutoCloseable, 
IgniteAsyncSupport {
     public IgniteFuture<Void> rollbackAsync() throws IgniteException;
 
     /**
-     * Resume a transaction if it was previously suspended. <strong>Supported 
only for optimistic transactions.</strong>
+     * Resume a transaction if it was previously suspended. <strong>Now, It 
supports pessimistic transactions and optimistic transactions.</strong>
      *
      * @throws IgniteException If resume failed.
      */
     public void resume() throws IgniteException;
 
     /**
-     * Suspends a transaction. It could be resumed later. <strong>Supported 
only for optimistic transactions.</strong>
+     * Suspends a transaction. It could be resumed later. <strong>Now, It 
supports pessimistic transactions and optimistic transactions.</strong>

Review Comment:
   Thank you for your guidance. Now I have resubmitted according to your 
suggestion.



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