Description
Getter GridNearLockRequest#filter() does not have any usage, i.e. calls of setter become useless too: [1, 2]
We have to figure out whether this is redundant code or whether we have lost some useful functionality.
- https://github.com/apache/ignite/blob/f4654f98607648252c5164c0fd1a81eff279ca26/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/colocated/GridDhtColocatedLockFuture.java#L1224
- https://github.com/apache/ignite/blob/f4654f98607648252c5164c0fd1a81eff279ca26/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearLockFuture.java#L1218
Attachments
Issue Links
- is caused by
-
IGNITE-22790 Initial cleanup of Grid*Request and Grid*Response classes
- Resolved
-
IGNITE-683 Remove methods with Filters from CacheProjection
- Closed
- links to