Open ozansz opened 1 month ago
alter disk cache xxxx
will trigger server fetch necessary part info from fdb and send to the table's vw_read to load parts to local vw-read disk @ozansz For question 2, you can: 1) connect to fdb and list meta with prefix PT_{table_uuid}_20240912_452493706844177029452494136926011393; 2) grep prefix 20240912_452493706844177029452494136926011393 in logs of server to see the part change history.
Bug Report
Briefly describe the bug
When I run
ALTER DISK CACHE PRELOAD
on a single partition, it fails with an error message:DB::Exception: DB::Exception: No previous part of <part>
.The result you expected
I expected the preload to be finished without any exception.
How to Reproduce
Ran the below query to preload the partition named '2024-09-12’, with send_logs_level set to trace:
which printed the below logs and failed:
Thanks in advance.