-
Notifications
You must be signed in to change notification settings - Fork 593
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
CI Failure (assert target_offset <= _insync_offset
) in SIPartitionMovementTest.test_cross_shard
#11659
Labels
area/raft
ci-failure
kind/bug
Something isn't working
sev/high
loss of availability, pathological performance degradation, recoverable corruption
Comments
andrwng
added
sev/high
loss of availability, pathological performance degradation, recoverable corruption
area/raft
and removed
area/cloud-storage
Shadow indexing subsystem
labels
Jul 7, 2023
Switching labels since the crash is in persisted_stm of rm_stm. It could be caused by some of the delete records changes. Maybe it's been fixed already (perhaps #11852?) |
This seems to be fixed with the recent changes in |
i am closing this one |
mmaslankaprv
added a commit
to mmaslankaprv/redpanda
that referenced
this issue
Jul 17, 2023
…fset Previously the `rm_stm` took snapshot only up to the `log::start_offset` this is wasteful as the stm may easily snapshot up to the insync offset which will prevent the stm from reading whole log. This change in the behavior also fixes an issue where a snapshot might have been created with offset lower from the offset of a snapshot that was already applied. Fixes: redpanda-data#11659 Signed-off-by: Michal Maslanka <michal@redpanda.com>
8 tasks
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/raft
ci-failure
kind/bug
Something isn't working
sev/high
loss of availability, pathological performance degradation, recoverable corruption
https://buildkite.com/redpanda/redpanda/builds/31828
The text was updated successfully, but these errors were encountered: