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

fix: remove redundancy length field in wal record #1576

Merged
merged 11 commits into from
Oct 17, 2024

Conversation

jiacai2050
Copy link
Contributor

@jiacai2050 jiacai2050 commented Oct 16, 2024

Rationale

length field is not required in wal record, it's duplicated with value_length.

Detailed Changes

  • Remove length from wal record
  • Remove rocksdb-wal from default features

Test Plan

CI and manually do some benchmark with avalanche

@github-actions github-actions bot added the bug Something isn't working label Oct 16, 2024
@jiacai2050 jiacai2050 changed the title fix: remove unused length in wal record fix: remove redundancy length field in wal record Oct 16, 2024
Copy link
Contributor

@baojinri baojinri left a comment

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 4642a35 into apache:main Oct 17, 2024
13 checks passed
@jiacai2050 jiacai2050 deleted the feat-local-wal branch October 17, 2024 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants