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

Compaction hash #18103

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Compaction hash #18103

wants to merge 1 commit into from

Conversation

serathius
Copy link
Member

@serathius serathius commented May 30, 2024

Found a bug in compaction hash consistency check when there are multiple concurrent compaction it discards hashes from them.

Need to add a test.

@k8s-ci-robot
Copy link

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
@chaochn47
Copy link
Member

Found a bug in compaction hash consistency check when there are multiple concurrent compaction it discards hashes from them.

Maybe I lack context on this, but isn't compaction is schedued in the store fifo queue so there are no concurrent compactions in theory.

s.fifoSched.Schedule(j)

Is it a correct understanding?

@serathius
Copy link
Member Author

Is it a correct understanding?

From backend perspective yes, I meant from client perspective they can schedule multiple requests. They will be put into job queue and executed consecutively.

@k8s-ci-robot
Copy link

@serathius: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-etcd-unit-test-amd64 c87d197 link true /test pull-etcd-unit-test-amd64
pull-etcd-unit-test-arm64 c87d197 link true /test pull-etcd-unit-test-arm64

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants