luchnikovbsk commented on code in PR #10604:
URL: https://github.com/apache/ignite/pull/10604#discussion_r1307031110
##########
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:
Same as the previous comment.
--
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]