Commit 121ce69
Merge Release 3.6.1 to main (#163)
* Cherry-pick health and version API enhancements to release-3.6.1 (#160)
* feat(health,version): add health and version endpoints
* fix(health): restore interrupt flag when InterruptedException occurs
* fix(health): shutdown executor on destroy and sanitize infra errors in /health
* fix(health): MySQL health check with timeout and sanitize errors
* fix(health): harden advanced MySQL checks and throttle execution
* fix(health): remove unused imports
* fix(health): fux deadlock detection issue
* fix(health): fix deadline timeout issue
* fix(health): scope PROCESSLIST lock-wait check to application DB user
* refactor(health): extract MySQL basic health query into helper method
* fix(health): avoid sharing JDBC connections across threads in advanced MySQL checks
* fix(health): avoid blocking DB I/O under write lock and restore interrupt flag
* fix: add missing close brace
* fix: update pom version
* fix: build error
---------
Co-authored-by: KOPPIREDDY DURGA PRASAD <144464542+DurgaPrasad-54@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>1 parent c2be201 commit 121ce69
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments