Description
GridDhtTxFinishRequest has redundant class members:
- GridDhtTxFinishRequest#pendingVers field does not have getter and any other external read possibility.
- GridDhtTxFinishRequest#partUpdateCounters() getter has no usages, moreover corresponding field #partUpdateCnt can not be updated: there are no constructor parameters or setter method.
- Getters for fields #writeVer and #isolation are not used too.
We have to figure out whether this is redundant code or whether we have lost some useful functionality.
Attachments
Issue Links
- is caused by
-
IGNITE-22790 Initial cleanup of Grid*Request and Grid*Response classes
- Resolved
-
IGNITE-10078 Node failure during concurrent partition updates may cause partition desync between primary and backup.
- Resolved
- links to