alexey-milovidov
|
f4a61ac3c3
|
Merge pull request #17527 from ucasFL/spelling
fix spelling errors
|
2020-11-29 13:45:42 +03:00 |
|
feng lv
|
7e3524caa1
|
fix spelling errors
|
2020-11-28 08:17:20 +00:00 |
|
alexey-milovidov
|
dfae1efbbd
|
Merge pull request #17070 from fastio/master
Support multiple ZooKeeper clusters
|
2020-11-27 10:38:01 +03:00 |
|
nikitamikhaylov
|
72c7cd6693
|
replace Context& to Settings&
|
2020-11-25 16:47:32 +03:00 |
|
nikitamikhaylov
|
68bef22fda
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into merging-sequential-consistency
|
2020-11-23 16:28:35 +03:00 |
|
Nicolae Vartolomei
|
94293ca3ce
|
Assign UUIDs to parts only when configured to do so
Avoid breaking backwards compatibility by default for now.
|
2020-11-20 13:49:17 +00:00 |
|
Nicolae Vartolomei
|
746f8e45f5
|
All new parts must have uuids
|
2020-11-19 13:18:03 +00:00 |
|
Peng Jian
|
10cefe4f51
|
fix code style
|
2020-11-19 15:44:47 +08:00 |
|
Peng Jian
|
3c86c8b3c9
|
fix test cases
|
2020-11-19 15:44:47 +08:00 |
|
Peng Jian
|
091f7065cd
|
fix build
|
2020-11-19 15:44:47 +08:00 |
|
Peng Jian
|
2df0c3e0b0
|
Add helper function for extracting zookeeper name and path.
|
2020-11-19 15:44:47 +08:00 |
|
Peng Jian
|
a0683ce460
|
Support mulitple ZooKeeper clusters
|
2020-11-19 15:44:47 +08:00 |
|
Mikhail Filimonov
|
234c671e52
|
After CR fixes
|
2020-11-18 08:45:44 +01:00 |
|
Mikhail Filimonov
|
97fef77ed1
|
execute_merges_on_single_replica
|
2020-11-18 08:45:33 +01:00 |
|
alesapin
|
8d3858fc22
|
Merge pull request #16895 from CurtizJ/remove-empty-parts
Remove empty parts after they were pruned by TTL [2]
|
2020-11-13 10:00:18 +03:00 |
|
alesapin
|
bbd85c3b2d
|
Merge pull request #16390 from ClickHouse/add_separate_pool_for_fetches
Add separate pool for fetches
|
2020-11-12 22:42:28 +03:00 |
|
Anton Popov
|
4cecd89e84
|
fix dropping of empty parts
|
2020-11-12 20:37:54 +03:00 |
|
alesapin
|
2cac5e5d97
|
Merge pull request #16875 from CurtizJ/refactor-alter-partition
Avoid code duplication in alterPartition
|
2020-11-12 13:19:59 +03:00 |
|
alesapin
|
a8d466a645
|
Merge branch 'master' into add_separate_pool_for_fetches
|
2020-11-12 12:51:02 +03:00 |
|
tavplubix
|
058aa8f85e
|
Merge pull request #16824 from ClickHouse/replace_stringstreams_with_buffers
Replace std::*stringstreams with DB::*Buffers
|
2020-11-12 01:11:44 +03:00 |
|
Anton Popov
|
6f0dc08ba7
|
avoid code duplication in alterPartition
|
2020-11-11 16:34:07 +03:00 |
|
Alexander Tokmakov
|
7da5e92754
|
fix
|
2020-11-11 13:41:12 +03:00 |
|
Alexander Tokmakov
|
b94cc5c4e5
|
remove more stringstreams
|
2020-11-10 21:22:26 +03:00 |
|
Nikolai Kochetov
|
195c941c4e
|
Merge branch 'master' into storage-read-query-plan
|
2020-11-10 15:02:22 +03:00 |
|
alesapin
|
2e357516a6
|
Merge branch 'master' into add_separate_pool_for_fetches
|
2020-11-10 13:53:08 +03:00 |
|
Nikolai Kochetov
|
046830967c
|
Try fix tests.
|
2020-11-10 13:26:26 +03:00 |
|
Vladimir Chebotarev
|
059357d51e
|
ALTER UPDATE/DELETE ... IN PARTITION with partition pruning in ReplicatedMergeTree (#13403)
Co-authored-by: Alexander Kazakov <Akazz@users.noreply.github.com>
|
2020-11-10 13:23:46 +03:00 |
|
alesapin
|
e347f4b72f
|
Add some comments
|
2020-11-09 12:14:20 +03:00 |
|
alesapin
|
72046313d4
|
Merge branch 'master' into nvartolomei-drop-part
|
2020-11-09 10:02:02 +03:00 |
|
alesapin
|
4e846d2197
|
Merge branch 'master' into add_separate_pool_for_fetches
|
2020-11-09 10:00:21 +03:00 |
|
alexey-milovidov
|
0e6ae4aff7
|
Merge pull request #16253 from amosbird/pf
Prune partition in verbatim way.
|
2020-11-08 18:58:02 +03:00 |
|
alexey-milovidov
|
f4ba5f1f9a
|
Merge pull request #16772 from ClickHouse/fix-stringstream
Fix "server failed to start" error
|
2020-11-08 14:27:08 +03:00 |
|
Alexey Milovidov
|
5314185e25
|
Merge branch 'master' into azat-optimize_skip_unused_shards-optimization
|
2020-11-08 00:17:59 +03:00 |
|
Alexey Milovidov
|
fd84d16387
|
Fix "server failed to start" error
|
2020-11-07 03:14:53 +03:00 |
|
Nikolai Kochetov
|
c10f733587
|
Merge branch 'master' into storage-read-query-plan
|
2020-11-06 15:43:46 +03:00 |
|
Amos Bird
|
2b0085c106
|
Pruning is different from counting
|
2020-11-06 19:58:03 +08:00 |
|
Amos Bird
|
30bf5e6d26
|
Prune partition in verbatim way.
|
2020-11-06 09:56:13 +08:00 |
|
alexey-milovidov
|
ee3e289ec2
|
Merge pull request #15983 from ClickHouse/no_background_pool_no_more
Replace BackgroundProcessingPool with SchedulePool task and ThreadPool.
|
2020-11-05 21:38:22 +03:00 |
|
alesapin
|
da8ac948bf
|
Disallow to drop parts with parallel quorum
|
2020-11-03 12:24:10 +03:00 |
|
alesapin
|
294489f6ad
|
Merge branch 'master' into nvartolomei-drop-part
|
2020-11-03 10:19:03 +03:00 |
|
alesapin
|
dac6705995
|
DROP PART and clear blocks in a single zookeeper op
|
2020-11-02 20:30:59 +03:00 |
|
alesapin
|
67d22b3e57
|
Merge branch 'master' into nvartolomei-drop-part
|
2020-11-02 19:09:09 +03:00 |
|
alesapin
|
7f8560e0c0
|
Merge pull request #16538 from amosbird/fp2
Allow fetching duplicate parts to detach
|
2020-11-02 16:10:42 +03:00 |
|
Amos Bird
|
18c5abc44e
|
Allow fetching duplicate parts to detach
|
2020-10-30 10:55:50 +08:00 |
|
alesapin
|
40fc512e79
|
Merge branch 'master' into no_background_pool_no_more
|
2020-10-29 12:53:34 +03:00 |
|
alesapin
|
0931658c2f
|
Merge branch 'master' into add_separate_pool_for_fetches
|
2020-10-28 14:20:56 +03:00 |
|
tavplubix
|
4a63f1271b
|
Merge pull request #16244 from ClickHouse/fix_race_data_parts_exchange_endpoint
Fix race on StorageReplicatedMergeTree::data_parts_exchange_endpoint
|
2020-10-28 13:25:55 +03:00 |
|
alesapin
|
47ebc9f74e
|
Add separate pool for fetches
|
2020-10-26 14:02:47 +03:00 |
|
hchen9
|
824c04f873
|
Fix conflict code
|
2020-10-25 18:12:17 -07:00 |
|
hchen9
|
feaab260d8
|
Fix conflict
|
2020-10-23 12:54:33 -07:00 |
|