Azat Khuzhin
|
c1dea66907
|
Move TraceCollector into Interpreters
Since now it relies on SystemLog that is in Interpreters, and it cannot
be moved into Common, since it has lots of dependencies.
|
2022-01-10 22:35:42 +03:00 |
|
vdimir
|
f47ce534f2
|
preserve auto clusters on config update
|
2021-12-27 15:26:10 +03:00 |
|
vdimir
|
57cbbd9fcf
|
global option allow_experimental_cluster_discovery
|
2021-12-27 15:26:09 +03:00 |
|
vdimir
|
96a0371eca
|
add option allow_experimental_cluster_discovery
|
2021-12-27 15:26:09 +03:00 |
|
vdimir
|
7404205f37
|
fix cluster discovery startup race
|
2021-12-27 15:26:09 +03:00 |
|
vdimir
|
e7d3dbeebd
|
cluster discovery init only with zookeeper
|
2021-12-27 15:26:08 +03:00 |
|
vdimir
|
94bb7cba62
|
cluster discovery wip
|
2021-12-27 15:26:05 +03:00 |
|
Nikita Mikhaylov
|
dbf5091016
|
Parallel reading from replicas (#29279)
|
2021-12-09 13:39:28 +03:00 |
|
Azat Khuzhin
|
4535232f4a
|
Fix excessive DESC TABLE for remote() over identifier
Fixes: #14228
|
2021-12-01 22:52:20 +03:00 |
|
tavplubix
|
f320a404e0
|
Fix 'there are no such cluster here' (#31723)
* Update Context.cpp
* Update DDLTask.cpp
|
2021-11-25 17:28:06 +03:00 |
|
Kseniia Sumarokova
|
93cf66df12
|
Merge pull request #30936 from kssenii/seekable-read-buffers
Reduce memory usage for some formats when reading with s3/url/hdfs
|
2021-11-25 11:19:24 +03:00 |
|
Vitaly Baranov
|
2f8c829395
|
Stop all periodic reloading of all the configuration files on shutdown earlier.
|
2021-11-22 12:26:05 +03:00 |
|
kssenii
|
ff969b4605
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into seekable-read-buffers
|
2021-11-20 15:03:13 +03:00 |
|
Vitaly Baranov
|
33ea7a7262
|
Rename RowPolicy::ConditionType -> RowPolicyFilterType and move it to Access/Common.
|
2021-11-19 00:14:23 +03:00 |
|
Azat Khuzhin
|
fe36884110
|
Convert assert(!isGlobalContext()) to LOGICAL_ERROR
|
2021-11-15 10:32:19 +03:00 |
|
Azat Khuzhin
|
68068ff71d
|
Remove check for clickhouse-local
From #26231 clickhouse-local uses local context for query execution.
|
2021-11-15 10:32:19 +03:00 |
|
Azat Khuzhin
|
fa317e96e8
|
Do not try to resolve temporary tables from global context
|
2021-11-15 10:32:19 +03:00 |
|
kssenii
|
f18dcd2287
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into seekable-read-buffers
|
2021-11-13 14:38:57 +03:00 |
|
Vitaly Baranov
|
79a93c819f
|
Merge pull request #31262 from vitlibar/initial-user-role-row-policy
Initial user's roles are used now to find row policies
|
2021-11-12 13:51:20 +03:00 |
|
Kseniia Sumarokova
|
2313981fd7
|
Merge pull request #31260 from azat/external-cleanup
Cleanup extern ProfileEvents/CurrentMetrics and add a style check
|
2021-11-12 00:02:57 +03:00 |
|
Kseniia Sumarokova
|
b3bacac021
|
Merge pull request #29894 from kssenii/retriable-http
Make http read buffer retriable
|
2021-11-11 19:50:50 +03:00 |
|
tavplubix
|
dd720ec9b4
|
Merge pull request #31252 from ClickHouse/warning_for_obsolete_settings
Show warning if some obsolete setting changed
|
2021-11-11 13:41:49 +03:00 |
|
kssenii
|
62c70ce5cf
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into retriable-http
|
2021-11-10 21:16:11 +00:00 |
|
Vitaly Baranov
|
db5ac1ed06
|
Initial user's roles are used now to find row policies.
|
2021-11-10 22:21:50 +03:00 |
|
Azat Khuzhin
|
baf14444e6
|
Cleanup ProfileEvents and CurrentMetrics
|
2021-11-10 21:15:27 +03:00 |
|
Alexander Tokmakov
|
9d83832bde
|
show warning if some obsolete setting changed
|
2021-11-10 18:49:13 +03:00 |
|
Vitaly Baranov
|
cf77c0b3fc
|
New syntax for BACKUP/RESTORE: set backup engine explicitly.
|
2021-11-09 23:16:40 +03:00 |
|
kssenii
|
4bc2a29345
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into retriable-http
|
2021-11-04 14:41:24 +00:00 |
|
kssenii
|
ec11179f91
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into seekable-read-buffers
|
2021-11-03 14:33:31 +03:00 |
|
kssenii
|
45ea820297
|
Reduce memory usage for some formats
|
2021-11-03 14:30:03 +03:00 |
|
Vitaly Baranov
|
afe2c9c040
|
Rename AccessControlManager -> AccessControl.
|
2021-11-02 14:06:20 +03:00 |
|
kssenii
|
2940d9fd19
|
Squashed commit of the following:
commit a1acc7ed3485bd158cf42f26b2d2a1bca84b7269
Author: kssenii <sumarokovakseniia@mail.ru>
Date: Sun Oct 31 14:47:25 2021 +0000
Fix
commit 12a27d445b
Author: kssenii <sumarokovakseniia@mail.ru>
Date: Fri Oct 29 09:24:53 2021 +0000
Adjutments after merge with master
commit f17e321a73
Merge: 55f1ba857d 11b70a285c
Author: kssenii <sumarokovakseniia@mail.ru>
Date: Fri Oct 29 08:03:25 2021 +0000
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into retriable-http
commit 55f1ba857d
Author: kssenii <sumarokovakseniia@mail.ru>
Date: Fri Oct 29 07:38:42 2021 +0000
Small fixes
commit aeba8104d1
Author: kssenii <sumarokovakseniia@mail.ru>
Date: Thu Oct 28 10:28:05 2021 +0000
Some more fixes
commit 82f3754b8a
Author: kssenii <sumarokovakseniia@mail.ru>
Date: Wed Oct 27 20:20:15 2021 +0000
Slightly better
commit 2647b88a66
Merge: 7024f51b55 2bb586bed3
Author: kssenii <sumarokovakseniia@mail.ru>
Date: Wed Oct 27 19:38:19 2021 +0000
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into retriable-http
commit 7024f51b55
Author: kssenii <sumarokovakseniia@mail.ru>
Date: Wed Oct 27 18:30:25 2021 +0000
Review fixes and add test
commit 7de5fca075
Merge: 1ecb6ad05d 855b10261c
Author: kssenii <sumarokovakseniia@mail.ru>
Date: Sun Oct 24 17:04:24 2021 +0000
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into retriable-http
commit 1ecb6ad05d
Author: kssenii <sumarokovakseniia@mail.ru>
Date: Sat Oct 23 18:53:59 2021 +0000
Better
commit 710ee96878
Merge: 28d2485716 158b4c26b7
Author: kssenii <sumarokovakseniia@mail.ru>
Date: Mon Oct 18 08:31:25 2021 +0000
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into retriable-http
commit 28d2485716
Author: kssenii <sumarokovakseniia@mail.ru>
Date: Fri Oct 15 17:27:26 2021 +0000
Some fixes
commit 7c20ca07b7
Author: kssenii <sumarokovakseniia@mail.ru>
Date: Fri Oct 15 12:59:24 2021 +0000
Fix style check
commit ccb02cac56
Merge: 9e4fe0f3c8 d1138a8a25
Author: kssenii <sumarokovakseniia@mail.ru>
Date: Fri Oct 15 12:36:30 2021 +0000
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into retriable-http
commit 9e4fe0f3c8
Merge: 9814cb1b45 daed77038b
Author: kssenii <sumarokovakseniia@mail.ru>
Date: Tue Oct 12 09:58:15 2021 +0000
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into retriable-http
commit 9814cb1b45
Merge: 1c8b1b1133 969999ff10
Author: kssenii <sumarokovakseniia@mail.ru>
Date: Tue Oct 12 09:49:08 2021 +0000
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into retriable-http
commit 1c8b1b1133
Author: kssenii <sumarokovakseniia@mail.ru>
Date: Tue Oct 12 09:33:07 2021 +0000
Better
commit e7dbfff5d2
Merge: 3329b668d6 198adc7ecd
Author: kssenii <sumarokovakseniia@mail.ru>
Date: Tue Oct 12 06:19:15 2021 +0000
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into retriable-http
|
2021-10-31 17:53:08 +03:00 |
|
alexey-milovidov
|
34009ea4a3
|
Merge pull request #30310 from amosbird/projection-fix20
Fix IN set filtering when projection is used.
|
2021-10-31 15:00:45 +03:00 |
|
Amos Bird
|
0bf1efff97
|
Fix build
|
2021-10-29 19:51:34 +08:00 |
|
tavplubix
|
f50b2b651b
|
Merge pull request #30822 from ClickHouse/fix_29052
Fix ambiguity when extracting auxiliary ZooKeeper name
|
2021-10-29 12:15:29 +03:00 |
|
kssenii
|
f17e321a73
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into retriable-http
|
2021-10-29 08:03:25 +00:00 |
|
kssenii
|
4f3433b4e1
|
Some clean up before merging
|
2021-10-29 01:04:52 +03:00 |
|
Alexander Tokmakov
|
c1310841d9
|
fix ambiguity when extracting auxiliary zk name
|
2021-10-28 19:19:41 +03:00 |
|
kssenii
|
7e2ea97e3c
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into disk-async-read
|
2021-10-28 18:46:21 +03:00 |
|
alexey-milovidov
|
c9a1cc53d3
|
Update Context.cpp
|
2021-10-28 11:48:59 +03:00 |
|
Alexey Milovidov
|
8b4a6a2416
|
Remove cruft
|
2021-10-28 02:10:39 +03:00 |
|
kssenii
|
9461e225bb
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into disk-async-read
|
2021-10-27 22:47:47 +03:00 |
|
kssenii
|
2647b88a66
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into retriable-http
|
2021-10-27 19:38:19 +00:00 |
|
alesapin
|
490ca93162
|
Merge pull request #30372 from ClickHouse/update_keeper_config
Updatable keeper configuration.
|
2021-10-25 10:37:03 +03:00 |
|
kssenii
|
7de5fca075
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into retriable-http
|
2021-10-24 17:04:24 +00:00 |
|
kssenii
|
39b9e9c258
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into disk-async-read
|
2021-10-22 15:40:41 +03:00 |
|
alesapin
|
d849f56cd4
|
Fix typo and update NuRaft
|
2021-10-22 11:24:18 +03:00 |
|
mergify[bot]
|
b043a04767
|
Merge branch 'master' into update_keeper_config
|
2021-10-22 07:12:42 +00:00 |
|
Kseniia Sumarokova
|
da0021c82f
|
Merge pull request #30412 from ClickHouse/kssenii-fix-test
Follow-up for #30282
|
2021-10-21 12:48:10 +03:00 |
|
mergify[bot]
|
aee446352a
|
Merge branch 'master' into update_keeper_config
|
2021-10-21 07:48:23 +00:00 |
|