mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Merge pull request #60508 from Algunenano/f59920
Decrease logging level for http retriable errors to Info
This commit is contained in:
commit
99f5fbaff2
@ -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)",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user