ClickHouse/tests
Azat Khuzhin c7f392500e Fix incorrect free space accounting for least_used JBOD policy
Before least_used fails to detect when the disk started to have more
space, it works only when the disk starts to have less space.

The reason for this is that it uses priority_queue, and once the disk
goes at the bottom of the queue, free space will not be updated for it
until it will be selected again.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-10-29 17:36:31 +01:00
..
ci Merge pull request #56009 from Algunenano/stress_cont 2023-10-26 11:37:49 +02:00
config
fuzz
instructions
integration Fix incorrect free space accounting for least_used JBOD policy 2023-10-29 17:36:31 +01:00
jepsen.clickhouse
perf_drafts
performance Multithreading after window functions (#50771) 2023-10-27 12:36:28 +02:00
queries Revert "Fix 'Block structure mismatch' on concurrent ALTER and INSERTs in Buffer table (#55995)" 2023-10-29 04:34:04 +03:00
sqllogic
.gitignore
.rgignore
analyzer_integration_broken_tests.txt
analyzer_tech_debt.txt Merge pull request #53504 from filimonov/ignore_max_distributed_connections_for_async_remote 2023-10-24 14:15:21 +02:00
clickhouse-test
CMakeLists.txt
README.md
tsan_suppressions.txt
ubsan_suppressions.txt

Find CI documents and instructions on running CI checks localy here.