* make replication timeouts configurable via startup options
The following options are available (for active failover
and master-slave replication):
--replication.connect-timeout
--replication.request-timeout
Values can be specified in seconds. If these options are used, they will
be used for replication requests, overriding any hard-coded defaults or
explicitly configured timeouts.
Additionally, this change increases the default request timeout
for replication from 10 minutes to 20 minutes.
* do *not* change timeouts
* make tests work again
* Fixed repeatable seek to the same document (#10164)
* Fixed repeatable seek to the same document
* Fix. Multiple conjuncts in conjunction.
* Add tests for issue #10090 (#10203)
* Add tests for issue #10090
* Remove spaces
* Added CHANGELOG for the issue #10090.
* Fixed doc_limits error
* Fixed approx_ error
* Fix windows path handling not to slip into UNC lookup (#10073)
* make sure that we don't get more than one leading directory separator in front of the path, so windows doesn't mistakenly look it up as a UNC.
* make sure we don't build paths that start with two \'s
* fix condition
* don't scan the specified directory recursively to find out whether its empty, only look at all files directly in it.
* Update arangosh/Utils/ManagedDirectory.cpp
Co-Authored-By: Jan <jsteemann@users.noreply.github.com>
* implement review
* release version 3.4.8
* [3.4] fix agency lockup when removing 404-ed callbacks (#9839)
* fixed ui behaviour when replacing a foxx app
* Bug fix/curb aardvark foxx cthulhu (#9867)
* Revert "fixed ui behaviour when replacing a foxx app"
This reverts commit 6092465e05d11c10e83e3424945d8bf9e8f3ddaa.
* Cleanup on aisle 3
* Typo
* Fixed param order
* Cleanup flags
* Actually use the queryParams
* currently not supported via grunt env
* changelog
* removed not needed view
* fixed wrong used function
* Feature/rebootid notice changes, backport of #9523
* Move to 3.4 and C++11-compatible code (except for test code)
* Backported tests/Mocks/Servers.{h,cpp}
* Rebuilt errorfiles
* Ported CallbackGuardTest from gtest to catch
* Ported RebootTrackerTest from gtest to catch
* Make sure the state method is called, so the overridden method is used during tests
* Fixed test to work with the old scheduler
* release version 3.4.8
* [3.4] fix agency lockup when removing 404-ed callbacks (#9839)
* Update arangod/Cluster/ServerState.cpp
Co-Authored-By: Markus Pfeiffer <markuspf@users.noreply.github.com>
* Instantiate the scheduler during ::prepare()
* Fix test crash introduced during backport
* Fix a compile error on Windows (thanks, V8)
* added proper UI support for collections using smartGraphAttribute or smartGraphAttribute
* make key selection more clear
* added awesome ' : ' div
* fixed smart doc creation logic
* changelog
* release version 3.4.8
* [3.4] fix agency lockup when removing 404-ed callbacks (#9839)
* add write amplification statistic
* add --server.statistics-history flag that blocks StatisticsWorker
* no longer disable statistics for Agency
* update for statistics changes
* correct grammar
* correct grammar and only force statistical history off on Agent when option not explicitly used.
* correct grammar and only force statistical history off on Agent when option not explicitly used.
* correct variable naming
* release version 3.4.8
* [3.4] fix agency lockup when removing 404-ed callbacks (#9839)
* fix output of `require("@arangodb/smart-graph")._listObjects()`, which was broken before
* updated CHANGELOG
* add count of objects to latency reporting in arangoimport
* address code review comments. snprintf still pending.
* convert snprintf to Logger syntax
* release version 3.4.8
* added ensureCollections to orphan create method
* do not move anymore
* rm trx finish. will be handled automatically in error case
* changelog
* release version 3.4.8
* [3.4] fix agency lockup when removing 404-ed callbacks (#9839)