1
0
Fork 0
arangodb/arangod/Scheduler
Jan 5165155ed1 Bug fix/fixes 0609 (#3227)
* do not use V8 variant of AQL functions in early optimization stage when a C++ variant is available

* additionally, simplify AQL function definitions and aliases

* warn when more than 90% of max mappings are in use

* added C++ variant of replication catchup

* added `--log.role` option

* updated CHANGELOG

* removed non-existing scheduler.threads option from config

* removed useless __FILE__, __LINE__ invocations

* updated CHANGELOG

* allow a priority V8 context

* remove TRI_CORE_MEM_ZONE

* try to fix Windows errors & warnings

* cleanup

* removed memory zones altogether

* exclude system collections from collection tests
2017-09-13 16:28:21 +02:00
..
Acceptor.cpp
Acceptor.h do not use namespaces in header files 2017-02-01 13:41:31 +01:00
AcceptorTcp.cpp fixed issues found by scan tool 2017-05-05 13:51:23 +02:00
AcceptorTcp.h
AcceptorUnixDomain.cpp fixed issues found by scan tool 2017-05-05 13:51:23 +02:00
AcceptorUnixDomain.h
EventLoop.h better threads working handling 2017-02-06 16:32:55 +01:00
Job.cpp
Job.h
JobGuard.cpp better threads working handling 2017-02-06 16:32:55 +01:00
JobGuard.h Bug fix/scheduling et al (#3161) 2017-08-30 10:40:02 +02:00
JobQueue.cpp Bug fix/scheduler delete (#3077) 2017-08-25 12:00:17 +02:00
JobQueue.h --server.maximal-queue-size is now an absolute maximum 2017-04-26 11:20:56 +02:00
ListenTask.cpp make arangod abort again when address is already in use 2017-05-17 11:40:40 +02:00
ListenTask.h there still seems to be a race between 2017-05-09 02:03:59 +02:00
Scheduler.cpp Bug fix/scheduling et al (#3161) 2017-08-30 10:40:02 +02:00
Scheduler.h Bug fix/scheduling et al (#3161) 2017-08-30 10:40:02 +02:00
SchedulerFeature.cpp Bug fix/scheduler delete (#3077) 2017-08-25 12:00:17 +02:00
SchedulerFeature.h --server.maximal-queue-size is now an absolute maximum 2017-04-26 11:20:56 +02:00
Socket.cpp
Socket.h unstrand SSL (#2667) 2017-06-27 00:00:34 +02:00
SocketTask.cpp Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
SocketTask.h Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
SocketTcp.cpp fix for closed sockets while async writes were still pending 2017-06-09 21:13:23 +02:00
SocketTcp.h fix for closed sockets while async writes were still pending 2017-06-09 21:13:23 +02:00
SocketUnixDomain.cpp fix for closed sockets while async writes were still pending 2017-06-09 21:13:23 +02:00
SocketUnixDomain.h fix for closed sockets while async writes were still pending 2017-06-09 21:13:23 +02:00
Task.cpp
Task.h