You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sanketkedia Actually this would also be a great starting point into PITR. You need a bit of context on splitting as well, but I think this de79792 from @robertsami is straightforward enough, for how to disable splitting if X.
You'll also need to know how to tell if a tablet is part of an active PITR schedule, which @spolitov introduced here 4e9665a, see the retained_by_snapshot_schedules logic.
Summary: Currently, we do not support PITR on split tablets, so as a short-term solution, we will disable automatic tablet splitting for them.
Test Plan: ybd --cxx_test tablet-split-itest --gtest-filter TabletSplitITest.SplittingWithPitr
Reviewers: timur, rsami, bogdan, sergei
Reviewed By: sergei
Subscribers: ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D11941
After we have #8234, it should be very easy to expand the set of constraints on what to enable/disable splitting on.
Until we have #8235, we should just disable splitting for any tables covered by a PITR schedule.
The text was updated successfully, but these errors were encountered: