Enhance Connection Collapse in ATS core - back port to 8.x#6294
Merged
sudheerv merged 1 commit intoapache:8.0.xfrom Feb 6, 2020
Merged
Enhance Connection Collapse in ATS core - back port to 8.x#6294sudheerv merged 1 commit intoapache:8.0.xfrom
sudheerv merged 1 commit intoapache:8.0.xfrom
Conversation
Add an option to support cache open read retry on a write lock failure. With this option, as long as read-while-writer is set up following the guidelines in the docs, there should be no need for any plugins to augment the core. Eventual plan is to deprecate collapsed_forwarding plugin with this new support. For more context on this, see https://cwiki.apache.org/confluence/display/TS/Presentations+-+2019?preview=/112821251/132320653/Collapsed%20Forwarding%20.pdf
Contributor
Author
|
@zwoop @ezelkow1 @bryancall @vmamidi - 8.x back port for collapsed fwd in core |
Member
|
[approve ci clang-format] |
Member
|
@sudheerv probably need a clang fixup |
Contributor
Author
Contributor
|
Original PR is: 180f723 |
Contributor
|
I reverted this on the 8.0.x branch for now until the 8.0.6 release is out: |
Contributor
|
I've reverted the revert, hence, this is now restored on the 8.1.x branch (but not 8.0.x!). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add an option to support cache open read retry on a write lock
failure. With this option, as long as read-while-writer is set
up following the guidelines in the docs, there should be no need
for any plugins to augment the core. Eventual plan is to deprecate
collapsed_forwarding plugin with this new support.
For more context on this, see
https://cwiki.apache.org/confluence/display/TS/Presentations+-+2019?preview=/112821251/132320653/Collapsed%20Forwarding%20.pdf