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

Note that versionTimestamps are only loaded on the active node. #13081

Merged
merged 1 commit into from Nov 16, 2021

Conversation

ncabatoff
Copy link
Collaborator

Rationale: that's the only place they're needed currently, and making them reliably available on perf standbys would take some extra work, e.g. invalidation.

I was going to add a more specific error message to FindOldestVersionTimestamp (the only consumer atm), but
that func is invoked both with and without the statelock, making it tricky to determine if we're a standby.

…nale: that's the only place they're

needed currently, and making them available on perf standbys would take some extra work, e.g. invalidation.

I was going to add a more specific error message to FindOldestVersionTimestamp (the only consumer atm), but
that func is invoked both with and without the statelock, making it tricky to determine if we're a standby.
@ncabatoff ncabatoff merged commit 5293665 into main Nov 16, 2021
@ncabatoff ncabatoff deleted the doc-version-timestamps-active-only branch November 16, 2021 20:06
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

2 participants