sk0x50 commented on code in PR #7053:
URL: https://github.com/apache/ignite-3/pull/7053#discussion_r2556643134
##########
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/ReadResult.java:
##########
@@ -39,8 +38,8 @@ public class ReadResult {
/** Transaction id. Not {@code null} iff this is a write-intent. */
private final @Nullable UUID transactionId;
- /** Commit table/zone id. Not {@code null} iff this is a write-intent. */
- private final @Nullable Integer commitTableOrZoneId;
+ /** Commit zone id. Not {@code null} iff this is a write-intent. */
+ private final @Nullable Integer commitZoneId;
/** Commit table id. If this is not a write-intent it is equal to {@link
#UNDEFINED_COMMIT_PARTITION_ID}. */
Review Comment:
Fixed
--
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]