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

Remove RocksDb writer thread and disable WAL #1456

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Remove RocksDb writer thread and disable WAL #1456

merged 1 commit into from
Apr 25, 2024

Conversation

AhmedSoliman
Copy link
Contributor

@AhmedSoliman AhmedSoliman commented Apr 24, 2024

Remove RocksDb writer thread and disable WAL

Writes are not "sync" temporarily until we use the new RocksDb async abstraction in the follow up PRs.
WAL is disabled as well, this will be configurable follow up PRs.


Stack created with Sapling. Best reviewed with ReviewStack.

Copy link

github-actions bot commented Apr 24, 2024

Test Results

 95 files  ±0   95 suites  ±0   7m 24s ⏱️ -29s
 82 tests ±0   80 ✅ ±0  2 💤 ±0  0 ❌ ±0 
212 runs  ±0  206 ✅ ±0  6 💤 ±0  0 ❌ ±0 

Results for commit 3094b20. ± Comparison against base commit 591eaa6.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@tillrohrmann tillrohrmann left a comment

Choose a reason for hiding this comment

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

Thanks for throwing out the Writer @AhmedSoliman. LGTM. +1 for merging after we have released the server and cli in case that we need to push another commit for the release.

Writes are not "sync" temporarily until we use the new RocksDb async abstraction in the follow up PRs.
WAL is disabled as well, this will be configurable follow up PRs.
@AhmedSoliman AhmedSoliman merged commit 3094b20 into main Apr 25, 2024
11 checks passed
@AhmedSoliman AhmedSoliman deleted the pr1456 branch April 25, 2024 14:13
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.

None yet

2 participants