1
0
Fork 0
arangodb/arangod
Andrey Abramov 287b44d66f
Bug fix/avoid cache double invalidation (#6801)
* avoid query cache double invalidation

* do not invalidate cache twice

* can't use CAS on directory_reader for the time being, protect with mutex instead

* do not lock properties during index consolidation

* reduce scope of _callbacksLock in FlushFeature

* prevent concurrent reader reopen
2018-10-11 14:23:34 +03:00
..
Actions issue 427.5: use ApplicationServer reference instead of pointer (#6145) 2018-08-15 12:16:02 +03:00
Agency Remove a relic from early days in /Target/FailedServers. (#6690) 2018-10-09 13:52:32 +02:00
Aql Bug fix 3.4/views in aql collections (#6714) (#6785) 2018-10-11 10:52:38 +02:00
Auth potential fix for release-3.4/#79 (#6789) 2018-10-10 14:41:48 +02:00
Cache turn off the in-memory cache on agency nodes, as it is not needed there (#6742) 2018-10-08 09:39:45 +02:00
Cluster suppress some of these dreaded error messages (#6786) 2018-10-11 10:46:12 +02:00
ClusterEngine Do not load counters until recovey is done (#6719) 2018-10-05 12:52:00 +02:00
GeneralServer honor our coding guidelines, remove useless debug log message 2018-10-08 16:36:59 +02:00
GeoIndex fixed typos 2018-10-02 18:19:12 +02:00
Graph turn off the in-memory cache on agency nodes, as it is not needed there (#6742) 2018-10-08 09:39:45 +02:00
IResearch Bug fix/avoid cache double invalidation (#6801) 2018-10-11 14:23:34 +03:00
Indexes Fix multiple links per collection issue (#6661) (#6713) 2018-10-04 00:14:41 +03:00
InternalRestHandler remove methods from VelocyPackHelper that are also in VPackSlice (#5946) 2018-07-25 09:01:29 +02:00
MMFiles Bug fix/increase replication timeouts (#6740) 2018-10-08 09:40:38 +02:00
Pregel Resilience test failure points (#6539) 2018-09-20 01:05:10 +02:00
Replication Bug fix/increase replication timeouts (#6740) 2018-10-08 09:40:38 +02:00
RestHandler micro improvements (#6674) 2018-10-05 10:25:13 +02:00
RestServer Bug fix/avoid cache double invalidation (#6801) 2018-10-11 14:23:34 +03:00
RocksDBEngine Feature/arangosearch overhaul (#6743) 2018-10-10 01:13:08 +03:00
Scheduler [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
Sharding Bug fix/display sync progress (#6691) 2018-10-02 20:00:04 +02:00
Statistics Bug fix/even more ldap debugging (#6736) 2018-10-08 09:42:11 +02:00
StorageEngine Do not load counters until recovey is done (#6719) 2018-10-05 12:52:00 +02:00
Transaction Bug fix/optimizations 210918 (#6573) 2018-09-24 20:16:16 +02:00
Utils More cleanup and additional logging. 2018-10-02 07:50:26 -04:00
V8Server Bug fix/remove valgrind (#6644) 2018-09-28 17:51:53 +02:00
VocBase Bug fix 3.4/views in aql collections (#6714) (#6785) 2018-10-11 10:52:38 +02:00
CMakeLists.txt [3.5] Feature/decoupled io (#6281) 2018-10-08 13:05:12 +02:00
dbg.cmake