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

chore(pebbledb): remove isForceSync flag #125

Merged
merged 4 commits into from
Jan 25, 2024
Merged

chore(pebbledb): remove isForceSync flag #125

merged 4 commits into from
Jan 25, 2024

Conversation

melekes
Copy link
Contributor

@melekes melekes commented Jan 25, 2024

Downstream dependencies should use SetSync/DeleteSync to force
flushing OS buffers to disk.

Downstream dependencies should use `SetSync`/`DeleteSync` to force
flushing OS buffers to disk.
@melekes melekes requested a review from a team as a code owner January 25, 2024 10:11
@melekes melekes self-assigned this Jan 25, 2024
Copy link

codecov bot commented Jan 25, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (5424fbb) 76.91% compared to head (24c10fc) 76.74%.

❗ Current head 24c10fc differs from pull request most recent head 1ee4498. Consider uploading reports for the commit 1ee4498 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #125      +/-   ##
==========================================
- Coverage   76.91%   76.74%   -0.17%     
==========================================
  Files          23       23              
  Lines        2058     2043      -15     
==========================================
- Hits         1583     1568      -15     
  Misses        403      403              
  Partials       72       72              
Files Coverage Δ
boltdb.go 57.25% <ø> (ø)
cleveldb_iterator.go 88.31% <100.00%> (-0.15%) ⬇️
pebble.go 73.04% <ø> (-1.31%) ⬇️
rocksdb_iterator.go 92.94% <100.00%> (-0.09%) ⬇️
badger_db.go 87.77% <0.00%> (ø)
Files Coverage Δ
boltdb.go 57.25% <ø> (ø)
cleveldb_iterator.go 88.31% <100.00%> (-0.15%) ⬇️
pebble.go 73.04% <ø> (-1.31%) ⬇️
rocksdb_iterator.go 92.94% <100.00%> (-0.09%) ⬇️
badger_db.go 87.77% <0.00%> (ø)

Copy link
Contributor

@jmalicevic jmalicevic left a comment

Choose a reason for hiding this comment

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

In general mixing concerns within one PR might be less desired but these are all minor changes so OK to merge it as is.

README.md Show resolved Hide resolved
few extensions such as range deletion tombstones, table-level bloom filters,
and updates to the MANIFEST format.

XXX: there are reports of broken upgrade process when using [Cosmos

Choose a reason for hiding this comment

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

Suggested change
XXX: there are reports of broken upgrade process when using [Cosmos
CAVEAT: there are reports of broken upgrade process when using [Cosmos

XXX is a jargon more appropriate for the code docs, I think.

@melekes melekes added this pull request to the merge queue Jan 25, 2024
Merged via the queue into main with commit 4521959 Jan 25, 2024
6 checks passed
@melekes melekes deleted the anton/pebbledb branch January 25, 2024 12:10
@adizere adizere added this to the 2024-Q1 milestone Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants