-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APPS-1167 Backup Aerospike cluster configuration (#167)
* save cluster configuration * add more logs for errors * add more logs for errors * codereview comments * implement configuration read * add mock methds * add data folder in tests * add comments * format imports * use retrieve for configs * misprint * rename restore to retrieve * mod tidy * fix build * Add default value to the logger CaptureShared configuration property * fix read password * put config in correct place for removeFiles = true * add possible values to error message * add debug logs * add incremental data path * Revert "add debug logs" This reverts commit 465d0a1. * update dependencies * use new way to fetch configuration * add schema mock * singletion shemas * fix some warnings * fix some warnings * remove comment * use ASClientPolicy * fix retrive backups from s3 * init schemas only once * linter warnings * check error * fetch active nodes * don't use cache for clients * don't use cache for clients --------- Co-authored-by: yrizhkov <[email protected]>
- Loading branch information
1 parent
bc41b13
commit 066d258
Showing
36 changed files
with
690 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "modules/aerospike-tools-backup"] | ||
path = modules/aerospike-tools-backup | ||
url = https://github.com/aerospike/aerospike-tools-backup.git | ||
[submodule "modules/schema/schemas"] | ||
path = modules/schema/schemas | ||
url = https://github.com/aerospike/schemas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
run: | ||
timeout: 2m | ||
skip-dirs: | ||
exclude-dirs: | ||
- examples | ||
- modules | ||
- docs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.