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

cloud_storage: insert sleep in aborted transactions #5678

Closed
wants to merge 1 commit into from

Conversation

LenaAn
Copy link
Contributor

@LenaAn LenaAn commented Jul 27, 2022

Cover letter

Reproducing #5613

@jcsp
Copy link
Contributor

jcsp commented Jul 27, 2022

(Remember that #5613 was happening on clustered ducktape -- running the regular PR CI isn't going to hit the same tests)

@LenaAn
Copy link
Contributor Author

LenaAn commented Jul 27, 2022

With this sleep(10s) I got crash every time for EndToEndShadowIndexingTest locally, so I'm expecting EndToEndShadowIndexingTest to crash in CI here

@LenaAn
Copy link
Contributor Author

LenaAn commented Jul 28, 2022

so with this sleep(10s) inserted I get NodeCrash in

  • ShadowIndexingWhileBusyTest.test_create_or_delete_topics_while_busy
  • EndToEndTopicRecovery.test_restore.message_size=10000.num_messages=100000.recovery_overrides=.retention.bytes.1024
  • EndToEndShadowIndexingTestWithDisruptions.test_write_with_node_failures
  • EndToEndShadowIndexingTest.test_write
  • ShadowIndexingCacheSpaceLeakTest.test_si_cache.message_size=10000.num_messages=100000.num_read=1000.concurrency=2
  • ShadowIndexingTxTest.test_shadow_indexing_aborted_txs

so the crash is reproduced.

will use stable iterator with the same sleep(10s) and will see if it fixes the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cloud-storage Shadow indexing subsystem area/redpanda ci-failure kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants