Skip to content

Introduce mirrored reads [RHELDST-28332] #628

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

Merged

Conversation

crungehottman
Copy link
Member

This commit modifies exodus-cdn's lookup behavior to enable mirrored reads. This means, that when exodus-cdn looks up content to be served for a path with a $releasever alias in effect, exodus-cdn attempts to look up content on both sides of the alias. (Previously, exodus-cdn only performed a content lookup on the destination side.)

The mirrored reads are enabled by default, but they can be disabled by setting the new config option "disable_mirrored_reads" to true (1, '1', or 'True', where 'True' is not case sensitive.)

rohanpm
rohanpm previously approved these changes Feb 6, 2025
rohanpm
rohanpm previously approved these changes Feb 6, 2025
This commit modifies exodus-cdn's lookup behavior to enable mirrored
reads. This means, that when exodus-cdn looks up content to be served
for a path with a $releasever alias in effect, exodus-cdn attempts to
look up content on both sides of the alias. (Previously, exodus-cdn
only performed a content lookup on the destination side.)

The mirrored reads are enabled by default, but they can be disabled
by setting the new config option "mirrored_reads" to false (0, '0',
or 'False', where 'False' is not case sensitive.)
@crungehottman crungehottman merged commit 084550a into release-engineering:master Feb 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants