Commit 164df8d
committed
[KYUUBI #6866][FOLLOWUP] Prevent register gauge conflicts if both thrift binary SSL and thrift http SSL enabled
### Why are the changes needed?
Followup for #6866
It would throw exception if both thrift binary SSL and thrift http SSL enabled
### How was this patch tested?
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #6872 from turboFei/duplicate_gauge.
Closes #6866
ea35676 [Wang, Fei] prevent conflicts
982f175 [Wang, Fei] conflicts
Authored-by: Wang, Fei <[email protected]>
Signed-off-by: Wang, Fei <[email protected]>1 parent 8742334 commit 164df8d
File tree
2 files changed
+11
-5
lines changed- kyuubi-metrics/src/main/scala/org/apache/kyuubi/metrics
- kyuubi-server/src/main/scala/org/apache/kyuubi/util
2 files changed
+11
-5
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| |||
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
0 commit comments