mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 02:52:13 +00:00
Add log message for batch restore
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
13a3e03f19
commit
0c19a75a1c
@ -1092,6 +1092,8 @@ void StorageDistributedDirectoryMonitor::processFilesWithBatching()
|
||||
/// Possibly, we failed to send a batch on the previous iteration. Try to send exactly the same batch.
|
||||
if (fs::exists(current_batch_file_path))
|
||||
{
|
||||
LOG_DEBUG(log, "Restoring the batch");
|
||||
|
||||
Batch batch(*this);
|
||||
batch.deserialize();
|
||||
batch.send();
|
||||
|
Loading…
Reference in New Issue
Block a user