1
0
Fork 0
arangodb/arangod/ClusterEngine
Kaveh Vahedipour 9ec6619b84 Bug fix/index readiness (#6541)
* indexes are marked  while still missing in Current
* index handling getCollection
* supervision gets indexes from isbuilding, when coordinator is gone before finishing
* seems right now
* fixed broken views
* remove junk comments
* cleanup
* node / supervision adjustements
* supervision fixes
* neunhoef remarks part i
* neunhoef remarks part ii
* neunhoef remarks part ii
* neunhoef remarks part iiI
* collection's current version please
* no need to wait for current once again
* no longer necessary code
* clear comments
* delete left overs
* dead code revived
2018-11-21 14:42:58 +01:00
..
CMakeLists.txt Add engine specific collection APIs (#6977) 2018-10-19 17:46:33 +02:00
ClusterCollection.cpp Bug fix/aql speedup (#7379) 2018-11-20 16:07:40 +01:00
ClusterCollection.h make method MMFiles-only (#7369) 2018-11-20 13:43:47 +01:00
ClusterEngine.cpp potentially fix failing Windows catch test (#7079) 2018-10-26 10:10:53 +02:00
ClusterEngine.h fix https://github.com/arangodb/release-3.4/issues/99 (#6952) 2018-10-19 13:04:24 +02:00
ClusterIndex.cpp Add engine specific collection APIs (#6977) 2018-10-19 17:46:33 +02:00
ClusterIndex.h Next try at truncate (#7090) 2018-10-26 13:00:33 +02:00
ClusterIndexFactory.cpp Bug fix/index readiness (#6541) 2018-11-21 14:42:58 +01:00
ClusterIndexFactory.h fixing exception in ClusterIndexFactory (#6053) 2018-08-02 08:59:20 +02:00
ClusterRestCollectionHandler.cpp Add engine specific collection APIs (#6977) 2018-10-19 17:46:33 +02:00
ClusterRestCollectionHandler.h Add engine specific collection APIs (#6977) 2018-10-19 17:46:33 +02:00
ClusterRestExportHandler.cpp Add engine specific collection APIs (#6977) 2018-10-19 17:46:33 +02:00
ClusterRestExportHandler.h document the RequestLanes, and "fix" the lanes of a few handlers (#6152) 2018-08-15 11:58:16 +02:00
ClusterRestHandlers.cpp Add engine specific collection APIs (#6977) 2018-10-19 17:46:33 +02:00
ClusterRestHandlers.h Coordinator storage engine (#5405) 2018-05-22 19:30:27 +02:00
ClusterRestReplicationHandler.cpp Coordinator storage engine (#5405) 2018-05-22 19:30:27 +02:00
ClusterRestReplicationHandler.h document the RequestLanes, and "fix" the lanes of a few handlers (#6152) 2018-08-15 11:58:16 +02:00
ClusterRestWalHandler.cpp remove methods from VelocyPackHelper that are also in VPackSlice (#5946) 2018-07-25 09:01:29 +02:00
ClusterRestWalHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
ClusterSelectivityEstimates.cpp fix cluster selectivity estimates (#6488) 2018-09-14 00:22:01 +02:00
ClusterSelectivityEstimates.h fix cluster selectivity estimates (#6488) 2018-09-14 00:22:01 +02:00
ClusterTransactionCollection.cpp add alternative to ClusterInfo::getCollection() that doesn't throw (#7339) 2018-11-20 16:05:57 +01:00
ClusterTransactionCollection.h MMFiles-replication-get-followers-under-lock (forward-port) (#7343) 2018-11-20 09:43:26 +01:00
ClusterTransactionContextData.h Coordinator storage engine (#5405) 2018-05-22 19:30:27 +02:00
ClusterTransactionManager.h do not create empty useless transaction data objects (#6430) 2018-09-10 14:47:05 +02:00
ClusterTransactionState.cpp do not create empty useless transaction data objects (#6430) 2018-09-10 14:47:05 +02:00
ClusterTransactionState.h TransactionState::addCollection refactoring (#5606) 2018-06-14 15:34:58 +02:00
ClusterV8Functions.cpp issue 465.2.2: remove redudnant heap allocations and simplify API (#6349) 2018-09-05 13:37:37 +03:00
ClusterV8Functions.h Coordinator storage engine (#5405) 2018-05-22 19:30:27 +02:00
Common.h fix https://github.com/arangodb/release-3.4/issues/99 (#6952) 2018-10-19 13:04:24 +02:00
MMFilesMethods.cpp add alternative to ClusterInfo::getCollection() that doesn't throw (#7339) 2018-11-20 16:05:57 +01:00
MMFilesMethods.h Add engine specific collection APIs (#6977) 2018-10-19 17:46:33 +02:00
RocksDBMethods.cpp add alternative to ClusterInfo::getCollection() that doesn't throw (#7339) 2018-11-20 16:05:57 +01:00
RocksDBMethods.h Add engine specific collection APIs (#6977) 2018-10-19 17:46:33 +02:00