1
0
Fork 0
arangodb/arangod
jsteemann b9c000253d fix tick assignment
arangod may report a "lastLogTick" value of "0" when a request to
/_api/replication/logger-state was made before the first WAL write
operation was synced to disk. After the first sync operation, the
"lastLogTick" values were ok then.
Now a "lastLogTick" value of "0" should not be returned even when
the logger state API is queried directly after the startup.
2017-06-08 22:12:23 +02:00
..
Actions
Agency avoiding avalanche of appendEntries 2017-06-08 15:54:32 +02:00
Aql aql now properly propagates the error again 2017-06-08 15:56:01 +02:00
Cache removed unused includes 2017-06-08 13:37:30 +02:00
Cluster Revert "Revert "Response can always be a nullptr"" 2017-06-08 15:56:01 +02:00
GeneralServer removed unused includes 2017-06-08 13:37:30 +02:00
Graph Removed a duplicate uniqueness check of vertices in Neighbors Iterator 2017-06-06 15:33:50 +02:00
Indexes only use one dash in error message 2017-06-07 00:30:49 +02:00
InternalRestHandler
MMFiles fix tick assignment 2017-06-08 22:12:23 +02:00
Pregel Added assert(false) to force coredump in jenkins 2017-06-07 17:44:52 +02:00
Replication fixed typos in error messages 2017-06-08 15:54:57 +02:00
Rest
RestHandler some small optimizations 2017-06-02 17:34:03 +02:00
RestServer try to stop queries multiple times so we catch all 2017-06-08 13:40:53 +02:00
RocksDBEngine RocksDB drop collection now does intermedieate writes of batches. 2017-06-08 14:48:33 +02:00
Scheduler make arangod abort again when address is already in use 2017-05-17 11:40:40 +02:00
Statistics
StorageEngine Changed several index/collection APIs to provide better context messages. 2017-06-06 12:27:08 -04:00
Transaction Changed several index/collection APIs to provide better context messages. 2017-06-06 12:27:08 -04:00
Utils optimized all index iterator 2017-05-31 11:34:32 +02:00
V8Server removed unused includes 2017-06-08 13:37:30 +02:00
Views Made LoggerView log to VIEWS topic and fixed level bug. 2017-05-28 18:24:51 -04:00
VocBase Changed several index/collection APIs to provide better context messages. 2017-06-06 12:27:08 -04:00
CMakeLists.txt Revert "Squashed commit of the following:" 2017-06-01 18:37:45 +02:00
dbg.cmake