zstan commented on code in PR #13366:
URL: https://github.com/apache/ignite/pull/13366#discussion_r3729838202
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtTransactionalCacheAdapter.java:
##########
@@ -1631,7 +1631,14 @@ public void removeLocks(
return;
// Remove mapped versions.
- GridCacheVersion dhtVer = unmap ? ctx.mvcc().unmapVersion(ver) : ver;
+ GridCacheVersion dhtVer;
Review Comment:
```suggestion
@Nullable GridCacheVersion dhtVer;
```
--
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]