Raúl Marín
|
8a05cf3927
|
DNS cache: Add option to drop elements after several consecutive failures
|
2022-04-05 13:00:27 +02:00 |
|
alesapin
|
ae3bcbb99b
|
Fix logs space check
|
2022-03-31 00:22:36 +02:00 |
|
alesapin
|
c6c0c91b39
|
Followup
|
2022-03-29 18:20:20 +02:00 |
|
alesapin
|
4db85e2809
|
Fix build
|
2022-03-29 14:20:46 +02:00 |
|
alesapin
|
ed2c461fe1
|
Merge branch 'master' into startup-sanity-checks
|
2022-03-29 14:09:20 +02:00 |
|
taiyang-li
|
38702be40c
|
Merge remote-tracking branch 'ck/master' into rocksdb_metacache
|
2022-03-28 21:03:22 +08:00 |
|
alesapin
|
d3fbd9b2ad
|
Fix style
|
2022-03-24 11:25:28 +01:00 |
|
alesapin
|
93d1b1d198
|
Merge branch 'master' into startup-sanity-checks
|
2022-03-24 11:17:06 +01:00 |
|
Antonio Andelic
|
9829f2d051
|
Merge branch 'master' into parallel-downloading-url-engine
|
2022-03-23 07:41:14 +00:00 |
|
taiyang-li
|
8dbf1c60e7
|
merge master and fix conflict
|
2022-03-23 11:36:50 +08:00 |
|
alesapin
|
70d410dc4d
|
Fix keeper client timeout bug
|
2022-03-22 11:41:50 +01:00 |
|
Antonio Andelic
|
103a3fa140
|
Merge branch 'master' into parallel-downloading-url-engine
|
2022-03-17 10:11:58 +00:00 |
|
Vitaly Baranov
|
39614e6e15
|
Merge pull request #35276 from vitlibar/fix-code-style-and-minor-corrections-after-allow-no-password
Fix code style and other minor corrections after implementing allow_no_password.
|
2022-03-16 18:55:05 +01:00 |
|
Antonio Andelic
|
0979155f2f
|
Address PR comments
|
2022-03-16 15:45:17 +00:00 |
|
Antonio Andelic
|
2291b7c1e1
|
Merge branch 'master' into parallel-downloading-url-engine
|
2022-03-16 09:59:52 +00:00 |
|
Nikolai Kochetov
|
a380aa6b8a
|
Merge pull request #35294 from ClickHouse/reload-remote_url_allow_hosts
Reload remote_url_allow_hosts after config update.
|
2022-03-15 22:07:16 +01:00 |
|
Nikolai Kochetov
|
97aa6c82ce
|
Reload remote_url_allow_hosts after config update.
|
2022-03-15 13:00:31 +00:00 |
|
Antonio Andelic
|
067b79b00b
|
Merge branch 'master' into parallel-downloading-url-engine
|
2022-03-15 07:55:41 +00:00 |
|
Vitaly Baranov
|
1eb2e8693e
|
Fix code style and other minor corrections after implementing allow_no_password.
|
2022-03-14 20:55:34 +01:00 |
|
Vitaly Baranov
|
4af61fb9d3
|
Merge pull request #34738 from DevTeamBK/Issue-33953
New setting in Server Configuration to on/off AuthType Plaintext_password and No_password
|
2022-03-14 17:09:46 +01:00 |
|
Antonio Andelic
|
d3353f3f0c
|
Merge branch 'master' into parallel-downloading-url-engine
|
2022-03-14 12:47:23 +00:00 |
|
Antonio Andelic
|
28e9508c4e
|
Improve shared pool and add settings
|
2022-03-11 08:33:34 +00:00 |
|
HeenaBansal2009
|
3f031df225
|
Code refactoring
|
2022-03-10 22:22:51 -08:00 |
|
HeenaBansal2009
|
3ce9397246
|
Added Suggestions from Code review
|
2022-03-09 20:35:01 -08:00 |
|
taiyang-li
|
b4174b0bef
|
merge master and fix conflicts
|
2022-03-08 11:39:25 +08:00 |
|
alesapin
|
5416b567d5
|
Merge branch 'master' into standalone_keeper_build
|
2022-03-04 13:35:07 +01:00 |
|
alesapin
|
0eb7d28192
|
Building small keeper binary
|
2022-03-03 21:27:46 +01:00 |
|
Vladimir C
|
eb68c21152
|
Merge pull request #34995 from vdimir/fix-aarch64
|
2022-03-03 12:18:28 +01:00 |
|
Azat Khuzhin
|
798da0c314
|
Introduce safeExit() helper (_exit() compatible with TSan)
v2: add missing defines.h header
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-03-02 22:17:17 +03:00 |
|
vdimir
|
fc5e941f79
|
Add option to clickhouse-test to skip aarch64 build
|
2022-03-02 14:18:24 +00:00 |
|
HeenaBansal2009
|
aa8494a808
|
Fix: System Reload Config Failure
|
2022-02-28 10:51:49 -08:00 |
|
HeenaBansal2009
|
1b263f0c15
|
Added FT testcase
|
2022-02-18 12:58:46 -08:00 |
|
Sergei Trifonov
|
0f66743104
|
support determine available memory for FreeBSD
|
2022-02-15 13:59:00 +03:00 |
|
serxa
|
7ea3c003d5
|
fix style
|
2022-02-15 10:39:45 +00:00 |
|
Sergei Trifonov
|
a819cb7afe
|
avoid unhandled exceptions on sanity checks at server startup
|
2022-02-15 12:56:21 +03:00 |
|
李扬
|
f52b67b939
|
Merge branch 'master' into rocksdb_metacache
|
2022-02-15 02:16:29 -06:00 |
|
Sergei Trifonov
|
3d66acc56b
|
Apply suggestions from code review
Co-authored-by: alesapin <alesapin@clickhouse.com>
|
2022-02-14 17:16:05 +03:00 |
|
Sergei Trifonov
|
2b0b03276b
|
add simple sanity checks for server startup
|
2022-02-13 19:58:38 +03:00 |
|
mergify[bot]
|
cb3e5f8538
|
Merge branch 'master' into memory-overcommit
|
2022-02-10 11:01:43 +00:00 |
|
Dmitry Novik
|
d2e1f66c57
|
Fix test
|
2022-02-10 01:01:14 +00:00 |
|
taiyang-li
|
b6132d490f
|
merge master and solve conflict
|
2022-02-08 15:24:59 +08:00 |
|
alexey-milovidov
|
665fdc9187
|
Merge pull request #31257 from FArthur-cmd/merge_15765
Merge #15765
|
2022-02-04 00:39:57 +03:00 |
|
Amos Bird
|
ec7d367814
|
DiskLocal checker
Add DiskLocal checker so that ReplicatedMergeTree can recover data when some of its disks are broken.
|
2022-02-01 05:55:27 +08:00 |
|
FArthur-cmd
|
cb4ad97d45
|
add test
|
2022-01-28 17:37:52 +00:00 |
|
taiyang-li
|
3de8bde7ce
|
Merge remote-tracking branch 'origin/master' into rocksdb_metacache
|
2022-01-28 09:58:52 +08:00 |
|
Filatenkov Artur
|
fcac77b918
|
Merge branch 'ClickHouse:master' into merge_15765
|
2022-01-25 23:21:24 +03:00 |
|
alesapin
|
b8c6481d4c
|
Fix clickhouse server start when replicated access storage depend on keeper
|
2022-01-25 16:40:12 +03:00 |
|
Filatenkov Artur
|
82b0fc0bd0
|
Merge branch 'master' into merge_15765
|
2022-01-24 13:38:53 +03:00 |
|
taiyang-li
|
73def8b483
|
merge master and solve conflict
|
2022-01-24 11:01:43 +08:00 |
|
Azat Khuzhin
|
a773e7ff01
|
Remove unbundled libpqxx support
|
2022-01-20 10:01:59 +03:00 |
|