1
0
Fork 0
Commit Graph

216 Commits

Author SHA1 Message Date
jsteemann 09e3a19a5b try to fix shutdown issue 2017-04-25 14:41:04 +02:00
Frank Celler 45690bbbdd fixed queue size 2017-04-24 18:47:44 +02:00
Frank Celler 1a4675dfbf added queue size to statistics 2017-04-24 18:47:44 +02:00
Frank Celler d783d4ecae added queue time and request tracing with timings 2017-04-24 18:47:44 +02:00
jsteemann fcc61115d8 try to fix feature startup order (Scheduler vs. CacheManager vs. DatabaseFeature) 2017-04-24 13:17:21 +02:00
jsteemann c5854d050b fix shutdown issue, modernize thread creation a bit 2017-04-19 16:57:53 +02:00
jsteemann e5ba517ecf fixed shutdown issue 2017-04-05 10:43:05 +02:00
jsteemann d37ef3b2a7 don't make Scheduler depend on Database again. needs to be fixed properly 2017-04-05 08:35:44 +02:00
jsteemann ad287a406c fix a shutdown error 2017-04-04 17:23:23 +02:00
Simon Grätzer 664f45d029 Fixed counter 2017-04-03 15:16:14 +02:00
jsteemann 058e6002d3 try to fix shutdown races 2017-03-22 08:31:49 +01:00
Frank Celler e997b791a8 fixed lost HTTP requests 2017-03-21 22:51:49 +01:00
Jan Christoph Uhde f21f88c0d4 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
* 'devel' of https://github.com/arangodb/arangodb:
  Pregel: fixed catch test
  unify case in error messages
  move collection keys into engine
2017-03-21 15:28:31 +01:00
Jan Christoph Uhde cb3dd9683f fix logtopic 2017-03-21 15:27:52 +01:00
jsteemann d43a4073ad unify case in error messages 2017-03-21 14:24:47 +01:00
Jan Christoph Uhde 5a60a52db9 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
* 'devel' of https://github.com/arangodb/arangodb:
  move replication-dump into engine
  try to fix shutdown races
  changelog
  ui - fixed some event issues
  moved export into engine
  move attributes into engine
2017-03-21 14:10:43 +01:00
Jan Christoph Uhde 1c9ad06aa6 Avoid name resolution if given host is a valid address 2017-03-21 14:07:01 +01:00
jsteemann 93423ba273 try to fix shutdown races 2017-03-21 12:59:46 +01:00
jsteemann 9349005191 wait longer before scheduler shutdown 2017-03-20 11:05:24 +01:00
Frank Celler 31de362d84 switch to uint64 for hidden options --server.minimal-threads and --server.maximal-threads 2017-03-17 12:34:47 +01:00
Max Neunhoeffer 428b6aa67f Port thread fixes from 3.1 to devel. 2017-03-16 13:53:40 +01:00
jsteemann 4727fd0f4b remove unused file 2017-03-13 17:32:13 +01:00
jsteemann 695d215b0c ensure that JobGuards are started and ended in the same thread 2017-02-27 22:41:58 +01:00
jsteemann 4005a15697 added some assertions 2017-02-27 17:23:41 +01:00
Frank Celler 4a3fdf6351 raised default hard limit on threads for very small to 64 2017-02-23 09:08:39 +01:00
Frank Celler a38f19a84c added locking to avoid races within boost asio 2017-02-22 14:51:48 +01:00
Frank Celler b2b9f377c1 safe guard 2017-02-22 09:02:49 +01:00
jsteemann af17235242 fix too early closing of sockets 2017-02-16 15:42:13 +01:00
jsteemann d024a6d00a remove logging for non-topics 2017-02-10 09:32:50 +01:00
Frank Celler 0da95481ea added locks for keep-alive 2017-02-08 09:41:18 +01:00
Frank Celler b3b02b10d3 fixed nested JobGuards 2017-02-07 14:35:24 +01:00
Frank Celler 00720cdd29 ignore the result of processAll, try to read more async 2017-02-07 13:33:03 +01:00
Frank Celler e3fe51faa8 better threads working handling 2017-02-06 16:32:55 +01:00
jsteemann ab11410911 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-02-06 13:05:11 +01:00
jsteemann 945edacf3f move connection info 2017-02-03 17:43:57 +01:00
jsteemann 952b9c00c2 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-02-03 10:43:56 +01:00
Frank Celler 7e2e8bfee0 reset counter as well 2017-02-02 16:00:03 +01:00
jsteemann 072553d3f3 don't throw in dtor 2017-02-02 10:21:15 +01:00
jsteemann fa917937c4 do not use namespaces in header files 2017-02-01 13:41:31 +01:00
Max Neunhoeffer c4d5d982c7 Fix bugs of threads not announcing that they are busy. 2017-01-31 14:07:54 +01:00
Dan Larkin 5b736dc319 Changed index-filling to dispatch batch insertion tasks to scheduler, obsoleted index-threads option. 2017-01-30 13:05:10 -05:00
jsteemann 43fb70a693 fix double-free issue 2017-01-30 15:32:06 +01:00
Frank Celler e0c00c6de6 improved statistics 2017-01-26 23:43:27 +01:00
jsteemann 34a110a08b mini fixes 2017-01-26 10:49:42 +01:00
Frank Celler fa114470f5 fixes for statistics 2017-01-25 22:31:00 +01:00
Max Neunhoeffer b83df2fbcd Typo in comment. 2017-01-25 15:38:43 +01:00
jsteemann 41e3268ccd clean up job queues on shutdown 2017-01-25 10:26:30 +01:00
Max Neunhoeffer c1428e81cd Try to fix a shutdown bug in Scheduler. 2017-01-24 16:47:23 +01:00
Jan Christoph Uhde d92101d74c clean up code 2017-01-12 10:28:48 +01:00
Jan Christoph Uhde 4858469bfa try to fix a bug in server that surfaced on heavy load 2017-01-11 15:27:53 +01:00