1
0
Fork 0
arangodb/arangod/Cache
Matthew Von-Maszewski 474f0cde31 Bug fix 3.4/scheduler empty reformat (#7872)
* added check for empty scheduler

* removed log, old is 1 not 0

* require running in this thread

* test

* added isDirect to callback

* signature fixed

* added drain

* added allowDirectHandling

* disabled for testing

* Add ExecContextScope object to direct call.

* try alternate initialization of ExecContextScope

* remove ExecContextScope, no help.  try _fifoSize as part of direct decision.

* strand management to minimize reuse of same strand per listen socket

* blind attempt to address Jenkins shutdown lock up.  may remove quickly.

* add filename and line to existing error log message

* Adjust queueOperation() to stop accepting items once isStopping() becomes true.

* revert previous check-in to MMFilesCollectorThread.cpp

* big reformat

* fixed merge conflicts

* Add CHANGELOG entry.
2019-01-08 20:39:42 +01:00
..
BucketState.cpp big reformat 2018-12-26 00:57:05 +01:00
BucketState.h fix some issues found by coverity code scan (#3256) 2017-09-21 10:26:59 +02:00
Cache.cpp big reformat 2018-12-26 00:57:05 +01:00
Cache.h big reformat 2018-12-26 00:57:05 +01:00
CacheManagerFeature.cpp Bug fix 3.4/scheduler empty reformat (#7872) 2019-01-08 20:39:42 +01:00
CacheManagerFeature.h big reformat 2018-12-26 00:57:05 +01:00
CacheManagerFeatureThreads.cpp big reformat 2018-12-26 00:57:05 +01:00
CacheManagerFeatureThreads.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00
CachedValue.cpp big reformat 2018-12-26 00:57:05 +01:00
CachedValue.h big reformat 2018-12-26 00:57:05 +01:00
Common.h Doubled size of cache buckets to increase associativity. 2017-05-23 17:51:47 -04:00
Finding.cpp Optimizations for Caches and Graph Traversals (#3169) 2017-08-31 18:33:10 +02:00
Finding.h Optimizations for Caches and Graph Traversals (#3169) 2017-08-31 18:33:10 +02:00
FrequencyBuffer.h big reformat 2018-12-26 00:57:05 +01:00
Manager.cpp Bug fix 3.4/scheduler empty reformat (#7872) 2019-01-08 20:39:42 +01:00
Manager.h Bug fix 3.4/scheduler empty reformat (#7872) 2019-01-08 20:39:42 +01:00
ManagerTasks.cpp Bug fix 3.4/scheduler empty reformat (#7872) 2019-01-08 20:39:42 +01:00
ManagerTasks.h Improved cache rebalancing and allocation strategies. 2017-03-11 12:15:08 -05:00
Metadata.cpp big reformat 2018-12-26 00:57:05 +01:00
Metadata.h big reformat 2018-12-26 00:57:05 +01:00
PlainBucket.cpp big reformat 2018-12-26 00:57:05 +01:00
PlainBucket.h big reformat 2018-12-26 00:57:05 +01:00
PlainCache.cpp big reformat 2018-12-26 00:57:05 +01:00
PlainCache.h big reformat 2018-12-26 00:57:05 +01:00
Rebalancer.cpp Fixed return value of cache rebalancer in a few spots. (#3967) 2017-12-08 16:01:54 +01:00
Rebalancer.h Optimizations for Caches and Graph Traversals (#3169) 2017-08-31 18:33:10 +02:00
Table.cpp big reformat 2018-12-26 00:57:05 +01:00
Table.h big reformat 2018-12-26 00:57:05 +01:00
Transaction.cpp Completed implementation of transactional cache. 2017-03-06 10:31:36 -05:00
Transaction.h Completed implementation of transactional cache. 2017-03-06 10:31:36 -05:00
TransactionManager.cpp Fixing an issue with intermediate commits (#3975) 2017-12-12 09:17:18 +01:00
TransactionManager.h Fixing an issue with intermediate commits (#3975) 2017-12-12 09:17:18 +01:00
TransactionalBucket.cpp big reformat 2018-12-26 00:57:05 +01:00
TransactionalBucket.h big reformat 2018-12-26 00:57:05 +01:00
TransactionalCache.cpp big reformat 2018-12-26 00:57:05 +01:00
TransactionalCache.h big reformat 2018-12-26 00:57:05 +01:00