-
Notifications
You must be signed in to change notification settings - Fork 703
internal: fix issue with duplicate DAG services & clusters #3095
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3095 +/- ##
==========================================
+ Coverage 73.19% 73.25% +0.06%
==========================================
Files 103 103
Lines 6421 6421
==========================================
+ Hits 4700 4704 +4
+ Misses 1618 1616 -2
+ Partials 103 101 -2
|
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.
Just a nit about the log level.
Shall we drop the code that adds Services as dag roots in this PR too?
8812c63 to
bcfcb9b
Compare
Made this change as well. |
youngnick
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.
LGTM
Fixes an issue where services were being added as DAG roots, even though they're always children of a route, so by definition not roots. Also fixes a bug in the endpoints translator that did not properly track already-visited service clusters to avoid processing them twice. Signed-off-by: Steve Kriss <[email protected]>
bcfcb9b to
4ab5d57
Compare
Fixes an issue where services were being added as DAG roots, even
though they're always children of a route, so by definition not
roots. Also fixes a bug in the endpoints translator that did not
properly track already-visited service clusters to avoid processing
them twice.
Signed-off-by: Steve Kriss [email protected]