Description
Currently the default pagememory storage doesn't support MVCC. So it doesn't fit to the transaction protocol. Only RocksDbTableStorage supports now. So after RocksDbTableStorage was integrated in https://issues.apache.org/jira/browse/IGNITE-16881 the TablesConfigurationSchema#defaultDataStorage was set to "rocksdb" and some tests were disabled.
Need to:
- implement MvTableStorage and MvPartitionStorage by other storages.
- set TablesConfigurationSchema#defaultDataStorage to "pagememory" or other storage.
- enable tests marked by "
IGNITE-17197" - check other places marked by
IGNITE-17197"
Attachments
Issue Links
- causes
-
IGNITE-18847 Tests of ItIgniteNodeRestartTest hang
- Resolved
- Dependency
-
IGNITE-17149 Separation of the PageMemoryStorageEngineConfigurationSchema into in-memory and persistent
- Resolved
- is caused by
-
IGNITE-16881 Integrate MV-storage into current tx implementation
- Resolved
- links to