-
Notifications
You must be signed in to change notification settings - Fork 11.7k
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
[ISSUE #8609] Add the BrokerConfig updateNameServerAddrPeriod #8626
Conversation
…esrv address can be configured.
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.
LGTM
/** | ||
* This configurable item defines interval of update name server address. Default: 120 * 1000 milliseconds | ||
*/ | ||
private int updateNameServerAddrPeriod = 1000 * 120; |
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.
Naming updateNameServerAddrInterval would be better
…e#8633) * Skip flaky tests on macOS * Trigger ci * Remove branch trigger
d0c8129
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #8626 +/- ##
=============================================
- Coverage 47.28% 47.19% -0.10%
+ Complexity 11485 11460 -25
=============================================
Files 1277 1277
Lines 89425 89430 +5
Branches 11502 11502
=============================================
- Hits 42289 42207 -82
- Misses 41946 42015 +69
- Partials 5190 5208 +18 ☔ View full report in Codecov by Sentry. |
…ddress can be configured.
Which Issue(s) This PR Fixes
Fixes #8609
Brief Description
How Did You Test This Change?