Conversation
|
This is an automated comment for commit f14391f with description of existing statuses. It's updated for the latest CI running
|
Should we make it fast again? It affects server startup time too, not only |
I doubt it. It tests the case of multiple tables with a single part. We have optimized the case of loading tables with a large number of data parts, but the tested case became slower. More importantly, I want to make the test stable first. It was flaky even before the "pessimizations". |
Yes, because it tests metadata loading, not parts loading
Do we have a test for that case?
It was not flaky for more than a year, see CI DB |
|
Also, looks like the recent improvement for parts loading thread pool (#49474) introduced "heap-use-after-free" (https://github.com/ClickHouse/clickhouse-private/issues/3339) |
|
@tavplubix, revert it immediately 🤢 |
|
It seems heap-use-after-free was already fixed here #51099 |
|
I still want to make this change to stabilize the CI. |
Changelog category (leave one):
ATTACH DATABASE query became slower after introducing a parts-loading thread pool and extra logging. This closes #51185.