Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Docs Required, Release Notes Required
Description
Simple in-memory meta storage should be implemented in order to:
- Unblock development of dependent components.
- Provide ability to develop integration tests.
- Verify concepts and approaches defined by interface.
In-memory meta storage should satisfy to the following requirements:
- It should implement interface (not literally of course) defined in
IGNITE-14198issue. - It should use simple in-memory data structures as storage.
- It should be single-threaded for read-write requests (except of watch).
- Ranges reads could be processed in another thread but it is not mandatory in first iteration.
Attachments
Issue Links
- Dependent
-
IGNITE-14414 Cluster initialization flow
- Resolved
- links to