-
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 (Crash post chunk hydration attempt) in ShadowIndexingWhileBusyTest.test_create_or_delete_topics_while_busy
#11285
Comments
Backtrace decoded with ea8ae55:
|
pinging @BenPope as he recently was looking into metrics and some other crash? |
This is the one I looked at recently: #11155 |
At a glance, I would try this: diff --git a/src/v/cloud_storage_clients/client_pool.cc b/src/v/cloud_storage_clients/client_pool.cc
index d998448508..b6a417884d 100644
--- a/src/v/cloud_storage_clients/client_pool.cc
+++ b/src/v/cloud_storage_clients/client_pool.cc
@@ -44,6 +44,7 @@ ss::future<> client_pool::stop() {
}
vlog(pool_log.info, "Stopped client pool");
+ _probe = nullptr;
}
void client_pool::shutdown_connections() { |
Fixes redpanda-data#11285 Signed-off-by: Ben Pope <ben@redpanda.com>
Fixes redpanda-data#11285 Signed-off-by: Ben Pope <ben@redpanda.com>
Hmm. I am very confused by this back-trace. The logs don't line up with |
Found another older instance here: https://buildkite.com/redpanda/vtools/builds/7910#0188804a-c980-4ca8-9797-6afa79dd52f5 |
A similar crash occurred on June 9th: https://buildkite.com/redpanda/vtools/builds/8014#01889f30-3f1a-4fb2-88df-d882e9e4d0ec
|
Maybe, abhijat's PR will do the trick, @VladLazar ? Or did it seem like an entirely new thing? |
It's very likely the same thing. Yeah, we should merge Abhijat's pr. |
https://buildkite.com/redpanda/vtools/builds/7944#01888fbc-d4c8-4453-b4df-12771fbef0f0
The text was updated successfully, but these errors were encountered: