1
0
Fork 0
arangodb/arangod/RocksDBEngine
Jan Christoph Uhde c1cbc890d6 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
* 'devel' of https://github.com/arangodb/arangodb:
  Fix ignoreDistributeShardsLikeErrors behaviour.
  Fixed logic bug preventing file deletions in RocksDB engine.
  Translate distributeShardsLike into collection name in dump.
  Revert "Unwurst results"
  Revert "Fail lint"
  Revert "Remove debug leftover"
  Enabled/fixed check for empty transactions to reduce WAL spam.
  Remove debug leftover
  Fail lint
  Unwurst results
2017-05-03 09:47:36 +02:00
..
CMakeLists.txt
RocksDBBackgroundThread.cpp Enabled writing-out of last-used tick for RocksDB to avoid duplicate errors. 2017-04-27 18:52:44 -04:00
RocksDBBackgroundThread.h
RocksDBCollection.cpp create transaction to get collection lock 2017-05-02 18:34:02 +02:00
RocksDBCollection.h add empty impl for recalculating counts in rocksdb engine 2017-05-02 17:54:36 +02:00
RocksDBCollectionExport.cpp moved files 2017-05-02 12:34:28 +02:00
RocksDBCollectionExport.h
RocksDBCommon.cpp
RocksDBCommon.h
RocksDBComparator.cpp
RocksDBComparator.h
RocksDBCounterManager.cpp Fixed recovery bug. 2017-04-28 14:02:49 -04:00
RocksDBCounterManager.h Enabled writing-out of last-used tick for RocksDB to avoid duplicate errors. 2017-04-27 18:52:44 -04:00
RocksDBEdgeIndex.cpp add empty impl for recalculating counts in rocksdb engine 2017-05-02 17:54:36 +02:00
RocksDBEdgeIndex.h
RocksDBEngine.cpp add empty impl for recalculating counts in rocksdb engine 2017-05-02 17:54:36 +02:00
RocksDBEngine.h move engine specific syncer code into engines 2017-05-02 16:36:27 +02:00
RocksDBExportCursor.cpp
RocksDBExportCursor.h
RocksDBHashIndex.cpp
RocksDBHashIndex.h
RocksDBIndex.cpp Added an Assert when persisting an index it's objectId is not allowed to be 0 2017-05-02 13:17:57 +02:00
RocksDBIndex.h
RocksDBIndexFactory.cpp Removed code paths that wrote objectIds into the Agency. This did break replication. 2017-05-02 14:59:19 +02:00
RocksDBIndexFactory.h Removed code paths that wrote objectIds into the Agency. This did break replication. 2017-05-02 14:59:19 +02:00
RocksDBInitialSync.h Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-02 16:41:43 +02:00
RocksDBKey.cpp Enabled saving applier config and fixed some replication tests/behavior. 2017-04-27 22:39:48 -04:00
RocksDBKey.h Enabled saving applier config and fixed some replication tests/behavior. 2017-04-27 22:39:48 -04:00
RocksDBKeyBounds.cpp Fixing issues with the seek incremental sync optimization 2017-05-02 17:24:49 +02:00
RocksDBKeyBounds.h Fixing issues with the seek incremental sync optimization 2017-05-02 17:24:49 +02:00
RocksDBLogValue.cpp Fixed bug with drop index marker. 2017-04-28 14:35:50 -04:00
RocksDBLogValue.h
RocksDBPersistentIndex.h
RocksDBPrimaryIndex.cpp Fixing issues with the seek incremental sync optimization 2017-05-02 17:24:49 +02:00
RocksDBPrimaryIndex.h Fixing issues with the seek incremental sync optimization 2017-05-02 17:24:49 +02:00
RocksDBReplicationCommon.cpp
RocksDBReplicationCommon.h
RocksDBReplicationContext.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-02 17:55:07 +02:00
RocksDBReplicationContext.h better incremental sync 2017-05-02 15:08:05 +02:00
RocksDBReplicationManager.cpp Fixed logic bug preventing file deletions in RocksDB engine. 2017-05-02 17:00:45 -04:00
RocksDBReplicationManager.h
RocksDBReplicationTailing.cpp Fixing issues with the seek incremental sync optimization 2017-05-02 17:24:49 +02:00
RocksDBReplicationTailing.h better incremental sync 2017-05-02 15:08:05 +02:00
RocksDBRestExportHandler.cpp
RocksDBRestExportHandler.h
RocksDBRestHandlers.cpp
RocksDBRestHandlers.h
RocksDBRestReplicationHandler.cpp Fix ignoreDistributeShardsLikeErrors behaviour. 2017-05-03 09:13:03 +02:00
RocksDBRestReplicationHandler.h Fix ignoreDistributeShardsLikeErrors behaviour. 2017-05-03 09:13:03 +02:00
RocksDBRestWalHandler.cpp
RocksDBRestWalHandler.h
RocksDBSkiplistIndex.h
RocksDBToken.h
RocksDBTransactionCollection.cpp
RocksDBTransactionCollection.h
RocksDBTransactionContextData.cpp
RocksDBTransactionContextData.h
RocksDBTransactionState.cpp Enabled/fixed check for empty transactions to reduce WAL spam. 2017-05-02 13:03:00 -04:00
RocksDBTransactionState.h optimizations for empty transactions 2017-04-28 13:13:41 +02:00
RocksDBTypes.cpp Enabled saving applier config and fixed some replication tests/behavior. 2017-04-27 22:39:48 -04:00
RocksDBTypes.h Enabled saving applier config and fixed some replication tests/behavior. 2017-04-27 22:39:48 -04:00
RocksDBV8Functions.cpp add empty impl for recalculating counts in rocksdb engine 2017-05-02 17:54:36 +02:00
RocksDBV8Functions.h
RocksDBVPackIndex.cpp added assertions for transaction states 2017-04-28 14:28:45 +02:00
RocksDBVPackIndex.h
RocksDBValue.cpp Fixed number type asserts in RocksDBValue 2017-04-28 15:42:13 +02:00
RocksDBValue.h Fixed number type asserts in RocksDBValue 2017-04-28 15:42:13 +02:00
RocksDBView.cpp
RocksDBView.h