-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fix that config changes rejected by DN will be written to CN's config #14551
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #14551 +/- ##
=========================================
Coverage 39.42% 39.42%
Complexity 185 185
=========================================
Files 4341 4341
Lines 275397 275406 +9
Branches 33639 33641 +2
=========================================
+ Hits 108566 108588 +22
+ Misses 166831 166818 -13 ☔ View full report in Codecov by Sentry. |
This reverts commit f6bf884.
}); | ||
} else { | ||
// not for this node, ignore it | ||
return tsStatus; |
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.
When the set configuration target is not this node, should it be forwarded through nodeManager?
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.
fixed
Quality Gate passedIssues Measures |
…apache#14551) * Fix that config changes rejected by DN will be written to CN's config file * fix test (cherry picked from commit e15012c) * fix test * Revert "fix test" This reverts commit f6bf884. * fix not forwarded config
…s config (apache#14551)" This reverts commit 2c4bb24.
…s config (apache#14551)" This reverts commit 2c4bb24.
…s config (#14551)" (#14589) This reverts commit 2c4bb24. Co-authored-by: Jiang Tian <[email protected]>
No description provided.