Skip to content

proto: add FindRange, FindSpace and UpdateRanges #6

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
merged 1 commit into from
Apr 9, 2025

Conversation

ImeevMA
Copy link
Contributor

@ImeevMA ImeevMA commented Apr 4, 2025

This patch adds three new internal RPCs:

  1. FindSpace looks up a space in the space cache and returns its definition if the space is found.
  2. FindRange looks up a range in the range cache and returns its description if the range is found.
  3. UpdateCache updates the space and range caches on the server.

Needed for tarantool/aeon#313

@ImeevMA ImeevMA force-pushed the imeevma/gh-aeon-313-enable-space-cache branch from a3d216e to b13b1ba Compare April 4, 2025 13:12
@ImeevMA
Copy link
Contributor Author

ImeevMA commented Apr 4, 2025

This patch is necessary for this PR.

@ImeevMA ImeevMA force-pushed the imeevma/gh-aeon-313-enable-space-cache branch from b13b1ba to 475b0b8 Compare April 8, 2025 11:01
@ImeevMA ImeevMA requested review from locker and unera April 8, 2025 11:09
@locker locker assigned ImeevMA and unassigned unera and locker Apr 8, 2025
This patch adds three new internal RPCs:
1. FindSpace looks up a space in the space cache and returns its
   definition if the space is found.
2. FindRange looks up a range in the range cache and returns its
   description if the range is found.
3. UpdateCache updates the space and range caches on the server.

Needed for tarantool/aeon#313
@ImeevMA ImeevMA force-pushed the imeevma/gh-aeon-313-enable-space-cache branch from 475b0b8 to 4c783f6 Compare April 9, 2025 13:20
@ImeevMA ImeevMA requested a review from locker April 9, 2025 13:44
@ImeevMA ImeevMA assigned locker and unassigned ImeevMA Apr 9, 2025
@locker locker merged commit f805e6b into master Apr 9, 2025
1 check passed
@locker locker deleted the imeevma/gh-aeon-313-enable-space-cache branch April 9, 2025 15:26
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.

3 participants