Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The map is using as a temporary solution until storage will be implemented.
Here we need to implement the RAFT listener through the persistent layer:
/** * Storage. * This is a temporary solution, it will apply until persistence layer would not be implemented. * TODO: Replace in the future. */ private ConcurrentHashMap<KeyWrapper, BinaryRow> storage = new ConcurrentHashMap<>();
Attachments
Issue Links
- is depended upon by
-
IGNITE-14209 Data rebalancing
- Resolved
- links to