PakhomovAlexander commented on code in PR #5209:
URL: https://github.com/apache/ignite-3/pull/5209#discussion_r1983054706
##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/TxManager.java:
##########
@@ -149,7 +149,9 @@ default InternalTransaction
beginExplicitRo(HybridTimestampTracker timestampTrac
* @param ts The timestamp which is associated to txn completion.
* @param commit {@code True} if a commit requested.
*/
- void finishFull(HybridTimestampTracker timestampTracker, UUID txId,
@Nullable HybridTimestamp ts, boolean commit);
+ void finishFull(
+ HybridTimestampTracker timestampTracker, UUID txId, @Nullable
HybridTimestamp ts, boolean commit, boolean timeoutExceeded
Review Comment:
The javadoc is adjusted. This github gist does not display it for some
reason.
--
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]