1
0
Fork 0
arangodb/lib
Jan 8e65fbb539 Bug fix/issues 1708 (#3060)
* we must now ignore that datafiles are not sealed

this is because an unsealed datafile may have been produced by
renaming multiple journals to datafiles at server start

* acquire collection count after we have acquired the lock

* count the null byte as well

* fix count value acquisition

* send query fragments to the correct servers, even after failover or when a follower drops

the problem with using the previous shard-based approach is that responsibilities for shards may change at runtime
however, an AQL query must send all requests for the query to the initially used servers.
if there is a failover while the query is executing, we must still send all following requests to the same servers, and not the newly responsible servers
otherwise we potentially would try to get data from a query from server B while the query was only
instanciated on server A.
2017-08-17 21:48:27 +02:00
..
ApplicationFeatures Bug fix/daily fixes (#2958) 2017-08-04 20:46:08 +02:00
Basics Bug fix/issues 1708 (#3060) 2017-08-17 21:48:27 +02:00
Endpoint removed dead code 2017-06-07 13:20:52 +02:00
Logger Feature/auth context (#2704) 2017-07-02 23:15:57 +02:00
Meta
ProgramOptions Fix configuration file reader in the presence of @include. (#2725) 2017-07-04 22:37:46 +02:00
Random Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/storage-format-refactoring 2017-05-30 11:44:06 +02:00
Rest Feature/auth context (#2815) 2017-07-16 09:39:03 +02:00
SimpleHttpClient Wow...wrong type for httpstatuscode...it would zero out parts of the mutex on the stack (#2800) 2017-07-14 11:36:30 +02:00
Ssl fix error message (#2970) 2017-08-08 09:27:55 +02:00
Utilities
V8 MSVC is pendantic (but right) (#3047) 2017-08-17 21:25:34 +02:00
Zip fix spurious unzip errors (#2867) 2017-07-25 22:17:37 +02:00
CMakeLists.txt Reenabled snappy (#2504) 2017-05-26 20:53:23 +02:00