Skip to content

Key recovery sees ranges#137

Merged
belliottsmith merged 6 commits intoapache:trunkfrom
belliottsmith:key-recovery-sees-ranges
Nov 22, 2024
Merged

Key recovery sees ranges#137
belliottsmith merged 6 commits intoapache:trunkfrom
belliottsmith:key-recovery-sees-ranges

Conversation

@belliottsmith
Copy link
Copy Markdown
Contributor

@belliottsmith belliottsmith commented Nov 13, 2024

case ASYNC:
case INCR:
case SYNC:
return this.compareTo(ifSyncRequireAtLeast) >= 0;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

so for satisfies (only method used in this PR) this is only true for SYNC and RECOVER? ASYNC, INCR, and SYNC are all new to me, so need to catch up on the recent changes to better understand this change.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yes, ASYNC and INCR basically don't guarantee they have fetched what was requested. They'll accept partial information. That said, this isn't implemented on the load side yet so today it's only declarative of intent/requirements on the task side.

@belliottsmith belliottsmith force-pushed the key-recovery-sees-ranges branch from a6d9686 to c331b23 Compare November 13, 2024 19:32
Copy link
Copy Markdown
Contributor

@dcapwell dcapwell left a comment

Choose a reason for hiding this comment

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

Accord side LGTM, trying to wrap up the C* now

@belliottsmith belliottsmith merged commit 3dddc9e into apache:trunk Nov 22, 2024
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