Nim Wijetunga
|
6f37f55917
|
Restore System Keys First in Backup/Restore Workloads (#8475)
* system key restore ordering
* restore system keys before regular data
* atomic restore backup fix
* change testing
* fix compile error
* fix compile issue
* fix compile issues
* Trigger Build
* only split restore if encryption is enabled
* revert knob changes
* Update fdbserver/workloads/AtomicSwitchover.actor.cpp
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
* Update fdbserver/workloads/AtomicSwitchover.actor.cpp
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
* Update fdbserver/workloads/BackupCorrectness.actor.cpp
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
* Update fdbserver/workloads/AtomicRestore.actor.cpp
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
* add todo
* strengthen check
* seperate system restore for atomic restore
* address pr comments
* address pr comments
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
|
2022-10-26 09:38:27 -07:00 |
Markus Pilman
|
49f0cf5ab0
|
Force name and description of workloads to be the same
|
2022-10-13 20:53:48 -06:00 |
A.J. Beamon
|
fda0d7223d
|
Update backup to include system key ranges needed for tenants. Run simulated backup tests with tenants.
|
2022-09-22 10:00:13 -07:00 |
A.J. Beamon
|
4fd64630e8
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07:00 |
Renxuan Wang
|
0a332ee1c1
|
Add proxy option to backup and restore params.
|
2022-03-28 17:10:49 -07:00 |
sfc-gh-tclinkenbeard
|
a71099471b
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
Xiaoge Su
|
abf73047ca
|
Enforce std:: specifier rather than using namespace
|
2021-09-16 19:40:28 -07:00 |
Steve Atherton
|
507c1f11e3
|
Add .log() to bare TraceEvent() invocations without any .detail()s to avoid clang-tidy warning about immediate destruction of object without use.
|
2021-07-26 19:55:10 -07:00 |
Steve Atherton
|
f596a81073
|
Rename ::TRUE and ::FALSE in BooleanParams to ::True and ::False so as to not conflict with the TRUE and FALSE macros provided by the Windows and MacOS SDKs.
|
2021-07-17 00:11:40 -07:00 |
sfc-gh-tclinkenbeard
|
cadfdc551e
|
Use BOOLEAN_PARAM for backup agents
|
2021-07-04 16:27:26 -07:00 |
FDB Formatster
|
df90cc89de
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
Jon Fu
|
bda72d9a3d
|
first draft at changing snapshot backup behaviour
|
2020-11-02 17:12:30 -05:00 |
sfc-gh-tclinkenbeard
|
4c110c5e80
|
Ignore backup_unneeded errors when discontinuing in RestoreBackup
|
2020-10-28 16:42:21 -07:00 |
sfc-gh-tclinkenbeard
|
0f42f0c486
|
Start backup agent earlier in RestoreBackup workload
|
2020-10-26 12:26:31 -07:00 |
sfc-gh-tclinkenbeard
|
dd55eeeaca
|
Start backup agent in RestoreBackup workload
|
2020-10-24 22:28:46 -07:00 |
sfc-gh-tclinkenbeard
|
73f7888c21
|
Fix description override for SubmitBackup and RestoreBackup workloads
|
2020-10-17 12:24:00 -07:00 |
sfc-gh-tclinkenbeard
|
1ab1e12dcd
|
Use discontinueBackup in RestoreBackup.actor.cpp
|
2020-10-05 12:56:25 -07:00 |
sfc-gh-tclinkenbeard
|
b4ffc04e4e
|
Add UpgradeAndBackupRestore test
|
2020-10-04 23:27:10 -07:00 |