Skip to content
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

We should fail fast when a CNAME loop is detected #10305

Merged
merged 1 commit into from May 20, 2020

Conversation

normanmaurer
Copy link
Member

Motivation:

Once a CNAME loop was detected we can just fail fast and so reduce the number of queries.

Modifications:

Fail fast once a CNAME loop is detected

Result:

Fail fast

Motivation:

Once a CNAME loop was detected we can just fail fast and so reduce the number of queries.

Modifications:

Fail fast once a CNAME loop is detected

Result:

Fail fast
@normanmaurer
Copy link
Member Author

/cc @Bennett-Lynch

@normanmaurer normanmaurer added this to the 4.1.51.Final milestone May 18, 2020
@normanmaurer
Copy link
Member Author

@netty-bot test this please

Copy link
Member

@NiteshKant NiteshKant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failing fast makes sense!

@normanmaurer normanmaurer merged commit 6339557 into 4.1 May 20, 2020
@normanmaurer normanmaurer deleted the cname_loop_fail_fast branch May 20, 2020 05:10
normanmaurer added a commit that referenced this pull request May 20, 2020
Motivation:

Once a CNAME loop was detected we can just fail fast and so reduce the number of queries.

Modifications:

Fail fast once a CNAME loop is detected

Result:

Fail fast
Kvicii pushed a commit to Kvicii/netty that referenced this pull request May 21, 2020
* '4.1' of github.com:netty/netty:
  We should fail fast when a CNAME loop is detected (netty#10305)
  Dequeue all cached messages and destroy the queue instance after removing the FlowControlHandler from channel pipeline. (netty#10304)
ihanyong pushed a commit to ihanyong/netty that referenced this pull request Jul 31, 2020
Motivation:

Once a CNAME loop was detected we can just fail fast and so reduce the number of queries.

Modifications:

Fail fast once a CNAME loop is detected

Result:

Fail fast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants