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
Passing this to @hectorgcr since he should have most of the context of the retention since he set it up. Also, from discussing with @ndeodhar , we need this soon to ensure we can get a 2DC test going.
Summary: When a CDC stream is created, we modify the WAL retention time for all the table's tablets. This is done with an AlterTable request. The new time is controlled by the gflag cdc_wal_retention_time_secs, and it is the same for any table for which a CDC stream is created.
Test Plan: Verify that all the tests that create a CDC stream succeed
Reviewers: bogdan, rahuldesirazu, neha
Reviewed By: neha
Subscribers: ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D7115
…n table
Summary: When a CDC stream is created, we modify the WAL retention time for all the table's tablets. This is done with an AlterTable request. The new time is controlled by the gflag cdc_wal_retention_time_secs, and it is the same for any table for which a CDC stream is created.
Test Plan: Verify that all the tests that create a CDC stream succeed
Reviewers: bogdan, rahuldesirazu, neha
Reviewed By: neha
Subscribers: ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D7115
Make the WAL retention time configurable via gflag. Use a default of 4 hours.
The text was updated successfully, but these errors were encountered: