Merge pull request #60508 from Algunenano/f59920

Decrease logging level for http retriable errors to Info
This commit is contained in:
Alexey Milovidov 2024-02-29 00:00:31 +03:00 committed by GitHub
commit 99f5fbaff2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 4 deletions

View File

@ -552,7 +552,7 @@ bool ReadWriteBufferFromHTTPBase<UpdatableSessionPtr>::nextImpl()
if (!can_retry_request)
throw;
LOG_WARNING(
LOG_INFO(
log,
"HTTP request to `{}` failed at try {}/{} with bytes read: {}/{}. "
"Error: {}. (Current backoff wait is {}/{} ms)",

View File

@ -1,8 +1,5 @@
-- Tags: no-tsan, no-parallel
-- Suppress "ReadWriteBufferFromHTTP: HTTP request to `{}` failed at try 1/10 with bytes read: 311149/378695. Error: DB::HTTPException: Received error from remote server {}. (Current backoff wait is 100/10000 ms)" errors
SET send_logs_level='error';
DROP TABLE IF EXISTS test.hits_1m;
CREATE TABLE test.hits_1m AS test.hits