-
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.
… related issues Summary: Addresses the following issues: PLAT-16197 [PLATFORM] Healthcheck is failing with `Table HTTP API response is not a valid json` Added recheck for the scenario. Most probably happens because of active DDL PLAT-15742 Handle the Node health check errors in case if there are more than 4000 tables on the DB Added another node check timeout for the case, when DDL atomicity check is run. Defaulted to 10 minutes, which should be enough to handle 10K+ table universes PLAT-14999 Display validation for health checks interval Added validation on the backend side + fixed UI to display errors from backend PLAT-16895 Improve PID File Handling in collect_metrics.sh to Automate Stale PID Cleanup and Verify Process Ownership Added check that pid file contains collect_metrics.sh PID and not some other process pid. Also removing obsolette pid file. PLAT-16809 Implement YBA API latency metrics Configured Kamon to collect API metrics. It was lost at some point during Play up-versions. Test Plan: Tested API metrics. Tested collect_metrics.sh with differnt pid files - one pointing to another collect_metrics.sh instance and another pointing to some other process. Checked health check and email interval validation. Made sure we use higher timeout for DDL atomicity check. Reviewers: vbansal, skurapati Reviewed By: skurapati Subscribers: svc_phabricator, yugaware Differential Revision: https://phorge.dev.yugabyte.com/D42162
- Loading branch information
1 parent
267eb3f
commit 1fb63d5
Showing
12 changed files
with
75 additions
and
11 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
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
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