mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Update ReadBufferFromS3.h
This commit is contained in:
parent
6c6fb5c3e8
commit
d697576967
@ -34,6 +34,7 @@ private:
|
||||
UInt64 max_single_read_retries;
|
||||
|
||||
/// These variables are atomic because they can be used for `logging only`
|
||||
/// (where it is not important to get consistent result)
|
||||
/// from separate thread other than the one which uses the buffer for s3 reading.
|
||||
std::atomic<off_t> offset = 0;
|
||||
std::atomic<off_t> read_until_position = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user