Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

fix: out of range error in module ObjectStore base on OBKV#1089

Merged
jiacai2050 merged 6 commits into
apache:mainfrom
MichaelLeeHZ:fix-obkv-oss-out-of-range
Jul 21, 2023
Merged

fix: out of range error in module ObjectStore base on OBKV#1089
jiacai2050 merged 6 commits into
apache:mainfrom
MichaelLeeHZ:fix-obkv-oss-out-of-range

Conversation

@MichaelLeeHZ

Copy link
Copy Markdown
Contributor

Rationale

In current version, there are two bugs in module ObjectStore based on OBKV.

  • Out of range error occurs when calling method get_range
  • Save meta info error when putting an existing file.

Detailed Changes

  • Fix these bugs
  • Add some unit tests

Test Plan

  • Test by unit tests

@MichaelLeeHZ MichaelLeeHZ marked this pull request as ready for review July 20, 2023 06:23
Comment thread components/object_store/src/obkv/meta.rs
Comment thread components/object_store/src/obkv/meta.rs Outdated
Comment thread components/object_store/src/obkv/meta.rs Outdated

@jiacai2050 jiacai2050 left a comment

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.

LGTM

@jiacai2050 jiacai2050 merged commit fa3bb32 into apache:main Jul 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants