Sergey Uttsel created IGNITE-19782:
--------------------------------------
Summary: Create an ability to obtain the compaction revision
Key: IGNITE-19782
URL: https://issues.apache.org/jira/browse/IGNITE-19782
Project: Ignite
Issue Type: Bug
Reporter: Sergey Uttsel
h3. *Motivation*
Implementations of some methods in RocksDbKeyValueStorage have a revision as a
parameter. For example, methods doGet, doGetAll and other. Need to check that
this revision is not compacted and throw exception if the revision is lower.
For this purpose need to know the last compacted revision.
h3. *Definition of Done*
# Created a method for obtaining the compaction revision.
# Added assert the revision in KeyValueStorage methods a higher that the
compaction revision.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)