ClickHouse/tests/integration/test_jbod_load_balancing
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
..
configs/config.d Fix incorrect free space accounting for least_used JBOD policy 2023-10-29 17:36:31 +01:00
__init__.py Implement lead_used load balancing algorithm for disks inside volume 2022-05-19 14:10:11 +03:00
test.py Fix incorrect free space accounting for least_used JBOD policy 2023-10-29 17:36:31 +01:00