sanpwc commented on code in PR #1217:
URL: https://github.com/apache/ignite-3/pull/1217#discussion_r998080034
##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TxManagerImpl.java:
##########
@@ -111,9 +109,7 @@ public boolean changeState(UUID txId, TxState before,
TxState after) {
@Override
public CompletableFuture<Lock> writeLock(UUID lockId, ByteBuffer keyData,
UUID txId) {
Review Comment:
It's out of the scope of you ticket, however let's just remove writeLock and
readLock methods from TxManager. They are deprecated and never used.
--
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]