Description
GridDhtLockRequest#addNearKey(KeyCacheObject) does not have any usage, i.e. GridDhtLockRequest#nearKeys is not updated at all.
So, nearKeys always returns empty collection and, moreover, some code becomes useless, eg. GridNearTransactionalCache#startRemoteTx(UUID, GridDhtLockRequest) [1], etc.
We have to figure out whether this is redundant code or whether we have lost some useful functionality.
Attachments
Issue Links
- causes
-
IGNITE-23037 Investigate GridDhtUnlockRequest redundancy
- In Progress
- is caused by
-
IGNITE-22790 Initial cleanup of Grid*Request and Grid*Response classes
- Resolved
- links to