1
0
Fork 0
arangodb/arangod/RocksDBEngine
Dronplane 592063c503 Bug fix 3.4/data loss in view (#9658)
* Added full index iterator utilization in case of some documents was not found in collection

* Added index operations reversal in case of insertion failure in rocksdb

* Removed singleop optimization as rollback possible even for such operations (in case of index operation failure on insert)

* Added tests for insert rollback in views

* Added catch tests for view block

* Added changelog entry

* fixed jslint errors

* fixed linux build

* Added test for update

* Fix CHANGELOG sequence

* Add line

* Added reverts for update and remove failures

* Cleanup in test. Added throwing error in case of failed reversal

* fixed typo

Co-Authored-By: Simran <Simran-B@users.noreply.github.com>

* fixed build

* Applied review comments

* Applied review comments
2019-08-09 17:30:17 +03:00
..
CMakeLists.txt Add RocksDB background error listener. (#8537) 2019-03-23 20:46:07 +01:00
RocksDBBackgroundErrorListener.cpp Add RocksDB background error listener. (#8537) 2019-03-23 20:46:07 +01:00
RocksDBBackgroundErrorListener.h Add RocksDB background error listener. (#8537) 2019-03-23 20:46:07 +01:00
RocksDBBackgroundThread.cpp big reformat 2018-12-26 00:57:05 +01:00
RocksDBBackgroundThread.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00
RocksDBCollection.cpp Bug fix 3.4/data loss in view (#9658) 2019-08-09 17:30:17 +03:00
RocksDBCollection.h don't run compact() on a collection after a truncate() was done in the same transaction (#8471) 2019-03-20 17:44:06 +01:00
RocksDBCollectionMeta.cpp [3.4] Fix RocksDB recovery ticks (#8654) 2019-04-11 11:37:29 +02:00
RocksDBCollectionMeta.h [3.4] Fix RocksDB recovery ticks (#8654) 2019-04-11 11:37:29 +02:00
RocksDBColumnFamily.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBCommon.cpp big reformat 2018-12-26 00:57:05 +01:00
RocksDBCommon.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBComparator.cpp big reformat 2018-12-26 00:57:05 +01:00
RocksDBComparator.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBCuckooIndexEstimator.h Backport fix for truncate selectivity (#8863) 2019-04-29 17:10:02 +02:00
RocksDBEdgeIndex.cpp handle incomplete reads (#9019) 2019-05-17 11:17:51 +02:00
RocksDBEdgeIndex.h Pregel various fixes (#8879) 2019-05-07 09:53:18 +02:00
RocksDBEngine.cpp remove archived RocksDB WAL files on agent servers (#9230) 2019-06-08 19:40:07 +02:00
RocksDBEngine.h remove archived RocksDB WAL files on agent servers (#9230) 2019-06-08 19:40:07 +02:00
RocksDBFormat.cpp big reformat 2018-12-26 00:57:05 +01:00
RocksDBFormat.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBFulltextIndex.cpp handle incomplete reads (#9019) 2019-05-17 11:17:51 +02:00
RocksDBFulltextIndex.h handle incomplete reads (#9019) 2019-05-17 11:17:51 +02:00
RocksDBGeoIndex.cpp handle incomplete reads (#9019) 2019-05-17 11:17:51 +02:00
RocksDBGeoIndex.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBHashIndex.cpp big reformat 2018-12-26 00:57:05 +01:00
RocksDBHashIndex.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBIncrementalSync.cpp big reformat 2018-12-26 00:57:05 +01:00
RocksDBIncrementalSync.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBIndex.cpp Remove USE_IRESEARCH definition and usage (#8612) 2019-03-28 17:22:11 +01:00
RocksDBIndex.h Bug fix 3.4/data loss in view (#9658) 2019-08-09 17:30:17 +03:00
RocksDBIndexFactory.cpp Remove USE_IRESEARCH definition and usage (#8612) 2019-03-28 17:22:11 +01:00
RocksDBIndexFactory.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBIterators.cpp handle incomplete reads (#9019) 2019-05-17 11:17:51 +02:00
RocksDBIterators.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBKey.cpp big reformat 2018-12-26 00:57:05 +01:00
RocksDBKey.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBKeyBounds.cpp big reformat 2018-12-26 00:57:05 +01:00
RocksDBKeyBounds.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBLogValue.cpp Remove USE_IRESEARCH definition and usage (#8612) 2019-03-28 17:22:11 +01:00
RocksDBLogValue.h Remove USE_IRESEARCH definition and usage (#8612) 2019-03-28 17:22:11 +01:00
RocksDBMethods.cpp Bug fix 3.4/arrayindex unique update (#8422) 2019-03-14 18:13:05 +01:00
RocksDBMethods.h Bug fix 3.4/arrayindex unique update (#8422) 2019-03-14 18:13:05 +01:00
RocksDBOptimizerRules.cpp Remove USE_IRESEARCH definition and usage (#8612) 2019-03-28 17:22:11 +01:00
RocksDBOptimizerRules.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBPersistentIndex.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBPrefixExtractor.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00
RocksDBPrimaryIndex.cpp Feature 3.4/improve replication speed (#8268) 2019-02-28 14:37:40 +01:00
RocksDBPrimaryIndex.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBRecoveryHelper.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBRecoveryManager.cpp Fix tick overflow (#8840) (#8856) 2019-04-26 19:20:38 +02:00
RocksDBRecoveryManager.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBReplicationCommon.cpp big reformat 2018-12-26 00:57:05 +01:00
RocksDBReplicationCommon.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBReplicationContext.cpp Bug fix 3.4/cleanup 31032019 (#8633) 2019-04-01 17:02:00 +02:00
RocksDBReplicationContext.h Sync Foxx Queues (#8254) 2019-02-25 17:16:26 +01:00
RocksDBReplicationManager.cpp Bug fix 3.4/cleanup 31032019 (#8633) 2019-04-01 17:02:00 +02:00
RocksDBReplicationManager.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBReplicationTailing.cpp various replication improvements (#8300) 2019-03-11 13:07:43 +01:00
RocksDBReplicationTailing.h slight cleanup of replication-related code (#4286) 2018-01-17 16:56:40 +01:00
RocksDBRestCollectionHandler.cpp big reformat 2018-12-26 00:57:05 +01:00
RocksDBRestCollectionHandler.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBRestExportHandler.cpp big reformat 2018-12-26 00:57:05 +01:00
RocksDBRestExportHandler.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBRestHandlers.cpp big reformat 2018-12-26 00:57:05 +01:00
RocksDBRestHandlers.h
RocksDBRestReplicationHandler.cpp various replication improvements (#8300) 2019-03-11 13:07:43 +01:00
RocksDBRestReplicationHandler.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBRestWalHandler.cpp big reformat 2018-12-26 00:57:05 +01:00
RocksDBRestWalHandler.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBSettingsManager.cpp [3.4] Fix RocksDB recovery ticks (#8654) 2019-04-11 11:37:29 +02:00
RocksDBSettingsManager.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBSkiplistIndex.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBSyncThread.cpp big reformat 2018-12-26 00:57:05 +01:00
RocksDBSyncThread.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBThrottle.cpp big reformat 2018-12-26 00:57:05 +01:00
RocksDBThrottle.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBTransactionCollection.cpp do not buffer index estimates (#9338) 2019-06-26 17:27:01 +02:00
RocksDBTransactionCollection.h do not buffer index estimates (#9338) 2019-06-26 17:27:01 +02:00
RocksDBTransactionContextData.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBTransactionManager.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBTransactionState.cpp Feature 3.4/improve replication speed (#8268) 2019-02-28 14:37:40 +01:00
RocksDBTransactionState.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBTypes.cpp Remove USE_IRESEARCH definition and usage (#8612) 2019-03-28 17:22:11 +01:00
RocksDBTypes.h Remove USE_IRESEARCH definition and usage (#8612) 2019-03-28 17:22:11 +01:00
RocksDBUpgrade.cpp big reformat 2018-12-26 00:57:05 +01:00
RocksDBUpgrade.h Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBV8Functions.cpp big reformat 2018-12-26 00:57:05 +01:00
RocksDBV8Functions.h
RocksDBVPackIndex.cpp handle incomplete reads (#9019) 2019-05-17 11:17:51 +02:00
RocksDBVPackIndex.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBValue.cpp big reformat 2018-12-26 00:57:05 +01:00
RocksDBValue.h big reformat 2018-12-26 00:57:05 +01:00
RocksDBWalAccess.cpp various replication improvements (#8300) 2019-03-11 13:07:43 +01:00
RocksDBWalAccess.h various replication improvements (#8300) 2019-03-11 13:07:43 +01:00