-
Notifications
You must be signed in to change notification settings - Fork 5k
Support alert server HA #13865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support alert server HA #13865
Conversation
41c2ab6 to
dfbecc8
Compare
Codecov Report
@@ Coverage Diff @@
## dev #13865 +/- ##
============================================
- Coverage 39.10% 38.93% -0.17%
+ Complexity 4460 4450 -10
============================================
Files 1155 1157 +2
Lines 42270 42340 +70
Branches 4760 4771 +11
============================================
- Hits 16528 16486 -42
- Misses 23929 24036 +107
- Partials 1813 1818 +5
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
dfbecc8 to
483af6d
Compare
483af6d to
3f538d1
Compare
kezhenxu94
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The idea looks good!
...r/src/main/java/org/apache/dolphinscheduler/server/worker/registry/WorkerRegistryClient.java
Outdated
Show resolved
Hide resolved
...istry-api/src/main/java/org/apache/dolphinscheduler/registry/api/enums/RegistryNodeType.java
Outdated
Show resolved
Hide resolved
| alert-listen-host: localhost | ||
| alert-listen-port: 50052 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you review these changed configurations in the Helm Chart and see whether we have these there, if so remove them as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I find these exist in kubernetes and terraform, and remove these, please help to check again.
|
SonarCloud Quality Gate failed. |
89e97da to
9e50103
Compare
9e50103 to
dc4f362
Compare
|
SonarCloud Quality Gate failed. |








Purpose of the pull request
Right now, we can only support start single alert server, and need to write the alert server ip in worker's application.yml.
This will have some problems:
Brief change log
Verify this pull request
This pull request is code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(or)
If your pull request contain incompatible change, you should also add it to
docs/docs/en/guide/upgrede/incompatible.md