Antonio Andelic
|
e982f2a67a
|
Merge branch 'master' into enable-env-credentials-default
|
2023-03-31 09:11:01 +00:00 |
|
Antonio Andelic
|
44e95aa65f
|
Merge branch 'master' into nosign-keyword-for-s3
|
2023-03-29 11:10:03 +00:00 |
|
Antonio Andelic
|
160aa186bb
|
Add support for NOSIGN keyword and no_sign_request config
|
2023-03-28 07:05:35 +00:00 |
|
Antonio Andelic
|
79e22d13fb
|
small fix
|
2023-03-27 07:41:31 +00:00 |
|
Antonio Andelic
|
f355bc5342
|
Merge branch 'master' into more-batching-keeper
|
2023-03-27 07:28:17 +00:00 |
|
Antonio Andelic
|
6c3765c8b6
|
Small fix
|
2023-03-24 20:40:45 +00:00 |
|
Antonio Andelic
|
f353561204
|
Avoid breaking batches with read requests
|
2023-03-24 14:37:40 +00:00 |
|
Alexander Gololobov
|
afe3af230f
|
Limit keeper request batching by size in bytes
|
2023-03-24 14:41:09 +01:00 |
|
Antonio Andelic
|
51416da818
|
Merge branch 'master' into enable-env-credentials-default
|
2023-03-13 10:20:21 +00:00 |
|
Antonio Andelic
|
a170a909a4
|
Add expiration window for S3 credentials
|
2023-03-10 10:06:32 +00:00 |
|
Antonio Andelic
|
83a3243758
|
Merge pull request #47065 from ClickHouse/debug-keeper
Fix Keeper with `force_sync = false`
|
2023-03-10 09:27:13 +01:00 |
|
Antonio Andelic
|
5bc21538e5
|
Enable use_environment_credentials by default
|
2023-03-09 10:31:55 +00:00 |
|
Antonio Andelic
|
0ad436aa2c
|
Revert debug changes
|
2023-03-09 08:07:59 +00:00 |
|
Antonio Andelic
|
b4061d8aa4
|
Add logs
|
2023-03-08 13:06:10 +00:00 |
|
Mike Kot
|
9920a52c51
|
use std::lerp, constexpr hex.h
|
2023-03-07 22:50:17 +00:00 |
|
Antonio Andelic
|
dd4db9132a
|
Merge branch 'master' into debug-keeper
|
2023-03-07 13:15:05 +01:00 |
|
Antonio Andelic
|
c38d820d0f
|
Add 4LW for cleaning resource
|
2023-03-05 16:57:18 +00:00 |
|
Antonio Andelic
|
cd4100cb19
|
Merge branch 'master' into fix-data-size
|
2023-03-03 15:33:43 +01:00 |
|
Antonio Andelic
|
fdcb5b784f
|
Merge branch 'master' into debug-keeper
|
2023-03-03 13:45:13 +01:00 |
|
Robert Schulze
|
740aeaba1f
|
Apply some CTAD
|
2023-03-02 13:36:47 +00:00 |
|
Antonio Andelic
|
6ebee202bd
|
Flush buffer when no sync
|
2023-03-01 14:47:15 +00:00 |
|
Antonio Andelic
|
c797122dbe
|
Better
|
2023-03-01 08:45:50 +00:00 |
|
Antonio Andelic
|
6e28406751
|
Merge branch 'master' into fix-data-size
|
2023-02-28 20:09:29 +00:00 |
|
Alexey Milovidov
|
d8cda3dbb8
|
Remove PVS-Studio
|
2023-02-19 23:30:05 +01:00 |
|
Alexander Tokmakov
|
e96340e183
|
Merge pull request #46410 from ClickHouse/fix_noisy_log_messages
Fix noisy log messages
|
2023-02-15 01:22:42 +03:00 |
|
Alexander Tokmakov
|
1bf3735ca9
|
fix noisy log messages
|
2023-02-14 15:33:27 +01:00 |
|
Sema Checherinda
|
9bef1bec28
|
Merge pull request #46274 from aiven-sal/aiven-sal/keeper
coordination: do not allow election_timeout_lower_bound_ms > election_timeout_upper_bound_ms
|
2023-02-14 12:44:04 +01:00 |
|
Sema Checherinda
|
5882f3878f
|
except zero values election_timeout
|
2023-02-13 12:22:08 +01:00 |
|
Salvatore Mesoraca
|
fff2c09b87
|
coordination: do not allow election_timeout_lower_bound_ms > election_timeout_upper_bound_ms
|
2023-02-13 10:09:45 +01:00 |
|
Antonio Andelic
|
f96d480563
|
Merge branch 'master' into add-support-for-settings-alias
|
2023-02-09 16:07:45 +01:00 |
|
Azat Khuzhin
|
8cc41b7f41
|
Check return value of ::close()
Note, that according close(2), EINTR should not be retriable for close()
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-02-07 11:28:22 +01:00 |
|
Antonio Andelic
|
b11458f142
|
Fix erase
|
2023-02-07 07:51:22 +00:00 |
|
Antonio Andelic
|
9cde46acff
|
Correctly calculate size on update
|
2023-02-06 16:28:05 +00:00 |
|
Antonio Andelic
|
aca4f08bf5
|
Correctly calculate size after snapshot load
|
2023-02-06 14:59:23 +00:00 |
|
Antonio Andelic
|
8929838fcc
|
Merge branch 'master' into add-support-for-settings-alias
|
2023-02-03 17:47:00 +00:00 |
|
Antonio Andelic
|
d5117f2aa6
|
Define S3 client with bucket and endpoint resolution (#45783)
* Update aws
* Define S3 client with bucket and endpoint resolution
* Add defines for ErrorCodes
* Use S3Client everywhere
* Remove unused errorcode
* Add DROP S3 CLIENT CACHE query
* Add a comment
* Fix style
* Update aws
* Update reference files
* Add missing include
* Fix unit test
* Remove unneeded declarations
* Correctly use RetryStrategy
* Rename S3Client to Client
* Fix retry count
* fix clang-tidy warnings
|
2023-02-03 14:30:52 +01:00 |
|
Antonio Andelic
|
f613bfd8d2
|
Merge branch 'master' into add-support-for-settings-alias
|
2023-02-02 11:15:39 +00:00 |
|
Antonio Andelic
|
85cfee4bb9
|
Better alias definition
|
2023-02-01 13:54:03 +00:00 |
|
Antonio Andelic
|
88c1744975
|
Better
|
2023-02-01 14:25:58 +01:00 |
|
Antonio Andelic
|
5de6f86c27
|
Fix clang-tidy error
|
2023-02-01 12:28:44 +00:00 |
|
Antonio Andelic
|
ec04cf6876
|
Merge branch 'master' into add-support-for-settings-alias
|
2023-02-01 09:01:01 +00:00 |
|
Antonio Andelic
|
ece92fa866
|
Update src/Coordination/Changelog.cpp
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
|
2023-01-31 17:11:18 +01:00 |
|
Antonio Andelic
|
8457d3bf3d
|
Apply comments
|
2023-01-31 14:18:54 +00:00 |
|
Antonio Andelic
|
1786237be6
|
Merge branch 'master' into keeper-use-fallocate
|
2023-01-31 13:53:47 +00:00 |
|
Vitaly Baranov
|
f9282cfcac
|
Make version_id an optional parameter again.
|
2023-01-27 15:10:19 +01:00 |
|
Vitaly Baranov
|
aea9ccdb60
|
Pass request settings to S3::getObjectInfo().
|
2023-01-27 15:10:09 +01:00 |
|
Vitaly Baranov
|
a8304525ed
|
Move getObjectInfo() to a separate header.
|
2023-01-27 15:09:38 +01:00 |
|
Antonio Andelic
|
714fad1529
|
Add support for settings alias
|
2023-01-26 14:06:46 +00:00 |
|
Antonio Andelic
|
ebfe7f9991
|
Fix style
|
2023-01-26 11:18:07 +00:00 |
|
Antonio Andelic
|
1186718658
|
Add overallocate size setting
|
2023-01-26 09:44:37 +00:00 |
|