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(share/eds): don't use in-memory buffer for mount after shard recover #2554

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

walldiss
Copy link
Member

When shard recovered in dagstore, it was read from in-memory mount, that could have been read 0 times and had no in-memory buffer.

@walldiss walldiss added area:storage kind:fix Attached to bug-fixing PRs labels Aug 10, 2023
@walldiss walldiss self-assigned this Aug 10, 2023
@walldiss walldiss changed the title fix(eds/store): don't use in-memory buffer for mount after shard recover fix(share/eds): don't use in-memory buffer for mount after shard recover Aug 10, 2023
@walldiss walldiss merged commit 32834eb into celestiaorg:main Aug 10, 2023
14 of 16 checks passed
renaynay pushed a commit to renaynay/celestia-node that referenced this pull request Aug 23, 2023
…ver (celestiaorg#2554)

When shard recovered in dagstore, it was read from in-memory mount, that
could have been read 0 times and had no in-memory buffer.
walldiss added a commit to walldiss/celestia-node that referenced this pull request Sep 22, 2023
…ver (celestiaorg#2554)

When shard recovered in dagstore, it was read from in-memory mount, that
could have been read 0 times and had no in-memory buffer.

(cherry picked from commit 32834eb)
walldiss added a commit that referenced this pull request Sep 22, 2023
…ver (#2554)

When shard recovered in dagstore, it was read from in-memory mount, that
could have been read 0 times and had no in-memory buffer.

(cherry picked from commit 32834eb)
walldiss added a commit to walldiss/celestia-node that referenced this pull request Sep 22, 2023
…ver (celestiaorg#2554)

When shard recovered in dagstore, it was read from in-memory mount, that
could have been read 0 times and had no in-memory buffer.

(cherry picked from commit 32834eb)
walldiss added a commit to walldiss/celestia-node that referenced this pull request Sep 25, 2023
…ver (celestiaorg#2554)

When shard recovered in dagstore, it was read from in-memory mount, that
could have been read 0 times and had no in-memory buffer.

(cherry picked from commit 32834eb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:storage kind:fix Attached to bug-fixing PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants