1
0
Fork 0
arangodb/arangod
Michael Hackstein 5decb66d01
fix dump&restore of smart graphs (#5065)
* Added tests for dump-restore of SmartGraphs

* Arangosh will now expose isSmart and the smartGraphAttribute on properties

* RestReplicationHandler will now ignore smart-graph collections unless you execute it with force

* Added changelog

* Reactivated original mmfiles dump/restore test

* Skip hidden smart graph collections in arangodump

* Do not dump shadowCollections metadata of smart edge collections

* Cluster optimizer rules for soerted gather nodes now handle virtual edge collections correctly

* Added a dump/restore tests for smartgraphs in rocksdb as well

* Deactivated checks for writesExecuted statistics in dump/restore tests for smartgraphs mmfiles

* Really exclude shadowCollections

* Reduced loglevel

* Added tests

* Don't change single-server behaviour

* Fix tests for omitted shadowCollections and hidden collections

* Activated statistics in MMFIles dump test again and included isEnterprise in rocksdb dump test

* A modification node can now disableStatistics, which means it does not contribute to query->extras() this is only relevant in SmartGraph case so far.

* Added a test to dump&restore satellite collections

* Bugfix: restore satellite collections properly

* Added regression test for internal issue #2237

* Fix bug #2237

* Updated CHANGELOG

* Copied dump/restore tests to rockdsb

* Removed enterprise test

* Added inline comment for smart-edge collections in optimizer rules

* Removed duplicate CHANGELOG entry

* Simplified removal of shadowCollections
2018-04-10 17:21:03 +02:00
..
Actions Missing things for active / passive (#3578) 2017-11-04 20:30:23 +01:00
Agency supervision fix for internal issue #2215 backport to 3.3 (#5063) 2018-04-10 15:29:27 +02:00
Aql fix dump&restore of smart graphs (#5065) 2018-04-10 17:21:03 +02:00
Auth added --server.ask-jwt-secret to arangosh (#5004) 2018-04-02 19:20:31 +02:00
Cache Fix a small logic issue in cache resize metadata method. (#4630) 2018-02-20 18:46:07 +01:00
Cluster fix restoring of smart graph edge collections so it does not time out (#5048) 2018-04-06 14:15:29 +02:00
GeneralServer added /_admin/status (#5047) 2018-04-07 21:24:43 +02:00
Graph Fixed inconsistency in BFS when using filters on vertices (#4586) 2018-02-28 15:05:01 +01:00
Indexes Feature 3.3/fulltext optimizations (#3925) 2017-12-19 21:40:12 +01:00
InternalRestHandler try to work around some assertions (#3296) 2017-09-28 09:21:33 +02:00
MMFiles remove useless flush from test, bump wal flush default timeouts (#4846) 2018-03-14 22:00:03 +01:00
Pregel Active Failover for Foxx Services (3.3) (#4593) 2018-02-15 09:36:25 +01:00
Replication Refactor Authentication Layer (3.3) (#4588) 2018-02-28 13:24:18 +01:00
RestHandler fix dump&restore of smart graphs (#5065) 2018-04-10 17:21:03 +02:00
RestServer bump version number for all local DDL changes and tell agency (#4684) 2018-03-23 12:34:08 +01:00
RocksDBEngine adjust index selection slightly 2018-03-24 22:56:41 +01:00
Scheduler Port to 3.3 of various fixes around leadership preparation in agency. (#4150) 2017-12-27 16:47:16 +01:00
Statistics raised statistics entries 2017-04-26 09:54:14 +02:00
StorageEngine fix blind spot in storage engine selection (#4810) 2018-03-12 13:41:00 +01:00
Transaction improve logging of index usage and capabilities 2018-03-24 20:53:07 +01:00
Utils bump version number for all local DDL changes and tell agency (#4684) 2018-03-23 12:34:08 +01:00
V8Server properly exit v8::Context at one place where it was missing before (#4916) 2018-03-22 18:26:07 +01:00
Views Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
VocBase bump version number for all local DDL changes and tell agency (#4684) 2018-03-23 12:34:08 +01:00
CMakeLists.txt added /_admin/status (#5047) 2018-04-07 21:24:43 +02:00
dbg.cmake