* If we miss a callback in CollectionCreation also test if we missed later callbacks.
* Updated changelog
* Fixed callback lockers
* Remove lockers vector alltogether, we are protected by mutex anyways
* Fixed include guard
* Do not recheck the Collection that has woken us up
* Fixed recursive lock gathering
* Increased timeouts, added a little more helpful error messages for assertions (#9135)
* Wait for replication before inserting documents
Un-greylist repair-distribute-shards-like-spec
* fix flientid register in state
* remove the log erase locations
* iterator check
* also clear considered
* emplaces also handled
* don't add if clientId empty
* move semantics for log_t
* forward log_t into deque. bail out also as follower, when log_t cannot be emplaced
* whitespaces
* change log
* fix agency test for leadership change during long transactions with clientId
* log_t was as good as it gets
* white spaces
* add clientIds the inc/dec test
* client id for inc/dec test
* Fix a typo in a message.
* Add a comment for better readability.
* Fix agency test.
* Take debugging out.
* Activate another old agency test.
* Fix client id.
* Consistent behaviour across branches.
* Prepare API to create multiple collections in a single request to ClusterMethods to improve speedup
* Added counter on how many collections are successfully created
* Allow multi collection creation one level higher
* CollectionMethods now allow batch createion of Collections
* Improved array size assertions
* Now a graph is createad within a single roundtrip in the agency.
* Added new header files
* Insert collections in the AGENCY with TTL and a isBuilding flag, collections with this flag should not be visisible in the coordinator
* Added forgotten C++ file
* Fixed a rare race condition, and the failing IResearch Tests
* readded callback on DONE, otherwise lists are out of sync
* Fixed assertions to let mocked tests pass...
* Fixed community cluster
* Log when queues become filled up or are completly filled.
* Added latency for pushing.
* lowered log level.
* clever logging. and mutex. :(
* Reset local clock.
* Try to fix mac compile.
* Improve logging logic for half full and full queue.
* CHANGELOG.