Merge pull request #68426 from ClickHouse/kssenii-patch-12

Update log message
This commit is contained in:
Alexey Milovidov 2024-08-15 21:56:54 +00:00 committed by GitHub
commit 535fb79404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1031,7 +1031,7 @@ bool CachedOnDiskReadBufferFromFile::nextImplStep()
}
else
LOG_TRACE(log, "No space left in cache to reserve {} bytes, reason: {}, "
"will continue without cache download", failure_reason, size);
"will continue without cache download", size, failure_reason);
if (!success)
{