mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
Minor fix.
This commit is contained in:
parent
90efb9d0db
commit
fa7308d2cb
@ -72,7 +72,7 @@ bool ReadBufferFromS3::nextImpl()
|
|||||||
|
|
||||||
ProfileEvents::increment(ProfileEvents::S3ReadRequestsErrors, 1);
|
ProfileEvents::increment(ProfileEvents::S3ReadRequestsErrors, 1);
|
||||||
|
|
||||||
LOG_INFO(log, "Caught exception while reading S3 object. Bucket: {}, Key: {}, Offset: {}, Remaining attempts: {}, Message: {}",
|
LOG_INFO(log, "Caught exception while reading S3 object. Bucket: {}, Key: {}, Offset: {}, Attempt: {}, Message: {}",
|
||||||
bucket, key, getPosition(), attempt, e.message());
|
bucket, key, getPosition(), attempt, e.message());
|
||||||
|
|
||||||
impl.reset();
|
impl.reset();
|
||||||
|
Loading…
Reference in New Issue
Block a user