1
0
Fork 0
arangodb/lib/ApplicationFeatures
Max Neunhöffer 328f46e3d6 This merges hotbackup and atomic-db-creation into 3.5. (#9968)
* Squashed commit of feature-3.5/hotbackup_devel.

This puts hotbackup into 3.5.

* Port atomic-database-creation-2 to 3.5.

* Remove some wrongly ported code.

* Fix compilation.

* Fix a manual merge error.

* Remove a feature from the mocks which does not exist in 3.5.

* Add some code which was forgotten in manual merge.

* Fix a problem introduced in a manual merge.

* reuse function

* Address some whitespace issues that came up in review

* aardvark should not create the frontend collection

* create _frontend collection from c++

* recheckAndUpdate Callback in CollectionWatcher

* Wrong author ;)

* rm outdated todo

* Update lib/Basics/VelocyPackHelper.h

Co-Authored-By: Michael Hackstein <michael@arangodb.com>

* use logger unique id, use startup logger

* not needed

* optimized vector shardid method

* do not create _modules collection lazy anymre

* Formatting.

* Assert instead of if/TRI_ASSERT(false)

* Don't use exceptions as control structure

* Re-add READ_LOCKER that got lost in translation

* Fix audit log in case database creation fails early.

* legacy sharding

* Add CHANGELOG entry.

* Retry database cancellation indefinitely

* Do not use exceptions in UpgradeTask

* DropCollection is a FAST_LANE action and should not need much time or else retry.

* Remove superflous addition of LdapFeature

Proudly brought to you by ASAN tests

* Fixed check for distributShardsLike sharding on _system database

* Fixed compile issue on tests

* Removed assertion that seems to be not correct yet on devel.

* Sort out google cloud storage as remote. (#9918)

* Add successful method to ClusterCommResult.
* Improve error forwarding for cluster internal communication.

* Feature/hotbackup list retries (#9924)

* retry hot backup listing for 2 minutes in cluster before giving up

* Enable api by default.

* fix broken list of non existing id (#9957)

* Fix compilation after manual merge.

* Fix another compilation problem.

* Yet more fixes for compilation.

* More compilation fixes.
2019-09-11 13:13:54 +03:00
..
AQLPhase.cpp Bug fix/rename iresearch analyzer feature (#9424) 2019-07-08 15:46:57 +03:00
AQLPhase.h
AgencyPhase.cpp
AgencyPhase.h
ApplicationFeature.cpp Bug fix/applicationserver stop (#9414) 2019-07-08 20:30:05 +02:00
ApplicationFeature.h Bug fix/applicationserver stop (#9414) 2019-07-08 20:30:05 +02:00
ApplicationFeaturePhase.cpp
ApplicationFeaturePhase.h
ApplicationServer.cpp Bug fix/applicationserver stop (#9414) 2019-07-08 20:30:05 +02:00
ApplicationServer.h This merges hotbackup and atomic-db-creation into 3.5. (#9968) 2019-09-11 13:13:54 +03:00
BasicPhase.cpp
BasicPhase.h
ClusterPhase.cpp
ClusterPhase.h
CommunicationPhase.cpp
CommunicationPhase.h Bug fix/applicationserver stop (#9414) 2019-07-08 20:30:05 +02:00
ConfigFeature.cpp
ConfigFeature.h
DaemonFeature.cpp Feature/make rspec timeouteable (#9354) 2019-06-28 15:01:04 +02:00
DaemonFeature.h Feature/make rspec timeouteable (#9354) 2019-06-28 15:01:04 +02:00
DatabasePhase.cpp
DatabasePhase.h
EnvironmentFeature.cpp
EnvironmentFeature.h
FinalPhase.cpp
FinalPhase.h
FoxxPhase.cpp
FoxxPhase.h
GreetingsFeature.cpp
GreetingsFeature.h
GreetingsPhase.cpp
GreetingsPhase.h
HttpEndpointProvider.h
LanguageFeature.cpp
LanguageFeature.h
MaxMapCountFeature.cpp
MaxMapCountFeature.h
NonceFeature.cpp
NonceFeature.h
PageSizeFeature.cpp
PageSizeFeature.h
PrivilegeFeature.cpp
PrivilegeFeature.h
RocksDBOptionFeature.cpp issue #9654: make `--rocksdb.max-write-buffer-number` work (#9751) 2019-08-20 12:54:24 +03:00
RocksDBOptionFeature.h issue #9654: make `--rocksdb.max-write-buffer-number` work (#9751) 2019-08-20 12:54:24 +03:00
ServerPhase.cpp
ServerPhase.h
ShellColorsFeature.cpp
ShellColorsFeature.h
ShutdownFeature.cpp
ShutdownFeature.h
SupervisorFeature.cpp Feature/make rspec timeouteable (#9354) 2019-06-28 15:01:04 +02:00
SupervisorFeature.h
TempFeature.cpp
TempFeature.h Added startup error for bad temporary directory setting. (#9551) 2019-07-24 13:49:48 +03:00
V8Phase.cpp
V8Phase.h
V8PlatformFeature.cpp Feature 3.5/add js isolate mem statistics (#9569) 2019-07-26 16:36:20 +03:00
V8PlatformFeature.h
V8SecurityFeature.cpp disable security checkes for statistics (#9282) 2019-06-24 15:07:39 +02:00
V8SecurityFeature.h
V8ShellPhase.cpp
V8ShellPhase.h
VersionFeature.cpp
VersionFeature.h
WindowsServiceFeature.cpp Bug fix/applicationserver stop (#9414) 2019-07-08 20:30:05 +02:00
WindowsServiceFeature.h Bug fix/applicationserver stop (#9414) 2019-07-08 20:30:05 +02:00