Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BACKPORT 2.18][#12853] DocDB: [PITR] Turn consistent_restore flag on…
… by default Summary: Original commit: 4b167e7 / D26681 In order to provide consistency guarantees if PITR restore is executed concurrently with transactions updating the data, the recommendation is to stop application workloads before initiating the restore. There is a `consistent_restore` flag (introduced in #8419) that provides these guarantees. However, the flag is not enabled by default as it needed to be thoroughly tested. Now that the flag has been validated by QA, this diff sets the default value of `consistent_restore` to true. Jira: DB-2615 Test Plan: QA has validated `consistent_restore` flag. Unit tests where the flags is enabled: ybd --gtest_filter YbAdminSnapshotScheduleTest.ConsistentRestore ybd --gtest_filter YbAdminSnapshotScheduleTest.ConsistentTxnRestore Reviewers: zdrudi, skedia Reviewed By: zdrudi Subscribers: slingam, bogdan, ybase Differential Revision: https://phorge.dev.yugabyte.com/D27748
- Loading branch information