-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BACKPORT 2.14][#20330] docdb: fix retryable request timeout for sysc…
…atalog tablet Summary: Original commit: cae24a3 / D31196 SysCatalog tablet is in YQL table type and its retryable requests retain duration is 60s (from D29599). Any YSql DDL can be rejected with `request is too old` error after 60s from the time it was sent. As SysCatalog tablet can handle catalog change requests from both YQL and YSQL, its retryable request retain duration should be set to max(ysql client timeout, yql client timeout). Jira: DB-9316 Test Plan: RetryableRequestTest.TestRetryableRequestTimeoutSecs RetryableRequestTest.SysCatalogRequestTimeoutSecs Reviewers: timur, bogdan, rthallam Reviewed By: rthallam Subscribers: ybase, bogdan Tags: #jenkins-ready Differential Revision: https://phorge.dev.yugabyte.com/D31432
- Loading branch information
Showing
5 changed files
with
77 additions
and
5 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
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