Nikolai Kochetov
|
c10f733587
|
Merge branch 'master' into storage-read-query-plan
|
2020-11-06 15:43:46 +03: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
|
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 |
|
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
|
39e47c5338
|
Less strange lambdas
|
2020-10-23 11:54:00 +03:00 |
|
alesapin
|
7a63b373f9
|
Merge branch 'blind_fix_of_read_in_order' into no_background_pool_no_more
|
2020-10-22 15:47:11 +03:00 |
|
Nikolai Kochetov
|
7fa045cff8
|
Merge branch 'master' into storage-read-query-plan
|
2020-10-22 13:31:10 +03:00 |
|
alexey-milovidov
|
adeba6bdd8
|
Merge pull request #15074 from amosbird/btc
Extend trivial count optimization.
|
2020-10-22 02:50:57 +03:00 |
|
Alexander Tokmakov
|
ac42199ae5
|
fix race on StorageReplicatedMergeTree::data_parts_exchange_endpoint
|
2020-10-21 22:25:22 +03:00 |
|
alesapin
|
ce8ee01d75
|
Fix background moves start
|
2020-10-20 14:27:50 +03:00 |
|
alesapin
|
d126aa8a09
|
Merge branch 'master' into no_background_pool_no_more
|
2020-10-20 12:54:42 +03:00 |
|
Alexander Kuzmenkov
|
defcd29b31
|
Merge pull request #16036 from ClickHouse/stress_test_improvemets
Minor improvements of stress test
|
2020-10-19 16:12:30 +03:00 |
|
alesapin
|
e09713ece1
|
Merge branch 'master' into no_background_pool_no_more
|
2020-10-19 10:58:31 +03:00 |
|
Alexander Tokmakov
|
026896835c
|
fixes
|
2020-10-16 15:20:30 +03:00 |
|
alesapin
|
7edbe4d276
|
Add some comments
|
2020-10-16 13:12:31 +03:00 |
|
alesapin
|
4c1f5cab13
|
Sleep less in background task
|
2020-10-15 19:10:22 +03:00 |
|
alesapin
|
2002289003
|
Fix bug in alter primary key for replicated versioned collapsing merge tree
|
2020-10-15 16:02:39 +03:00 |
|
alesapin
|
583d7042e9
|
Get rid of some deadlocks
|
2020-10-15 11:29:18 +03:00 |
|
alesapin
|
c5419083e3
|
Better method name
|
2020-10-15 10:43:50 +03:00 |
|
alesapin
|
483893cdd4
|
Slightly refactored code
|
2020-10-14 17:56:42 +03:00 |
|
alesapin
|
0b14a31ba9
|
Get rid of background processing pool
|
2020-10-14 15:44:10 +03:00 |
|
alesapin
|
4014e0f08d
|
Something very similar to working code
|
2020-10-14 15:32:35 +03:00 |
|
alesapin
|
efd3126b5d
|
Moving pool
|
2020-10-14 10:22:48 +03:00 |
|
alesapin
|
fd35368c59
|
First simple implementation
|
2020-10-13 17:25:42 +03:00 |
|
alesapin
|
cb7db6d232
|
Split select and process merges
(cherry picked from commit 1889eb0ff1 )
|
2020-10-13 15:04:16 +03:00 |
|
Nikolai Kochetov
|
7e58f99f64
|
Merge branch 'master' into storage-read-query-plan
|
2020-10-12 13:12:39 +03:00 |
|
Alexey Milovidov
|
5b482f4191
|
Cleanups
|
2020-10-10 19:31:10 +03:00 |
|
alexey-milovidov
|
0fd007ad9e
|
Merge pull request #15601 from alexelex/alexelex-master
Improvement of Quorum Inserts in ClickHouse
|
2020-10-09 22:43:53 +03:00 |
|
Alexandra Latysheva
|
0594a77b57
|
fix thread restart for parallel quorum inserts
|
2020-10-09 11:20:20 +00:00 |
|
tavplubix
|
7b5f2b2bb0
|
Merge pull request #15701 from ClickHouse/better_clone_replica
Improvements in lost replica recovery
|
2020-10-08 23:19:23 +03:00 |
|
Alexandra Latysheva
|
6877f4aa9c
|
for parallel and non-parallel quorum insertion at the same time
|
2020-10-08 15:35:41 +00:00 |
|
tavplubix
|
6065a5b65c
|
Update StorageReplicatedMergeTree.cpp
|
2020-10-08 16:37:32 +03:00 |
|
Pervakov Grigorii
|
3a2068f19d
|
Use tmp disk for vertical merge files
|
2020-10-08 13:49:41 +03:00 |
|
Amos Bird
|
867216103f
|
Extend trivial count optimization.
|
2020-10-08 18:08:17 +08:00 |
|
Alexander Tokmakov
|
ffb19fa4bc
|
fix
|
2020-10-07 22:47:31 +03:00 |
|
Latysheva Alexandra
|
f43ad338ed
|
Merge pull request #12 from alexelex/quorum_inserts_2
style check
|
2020-10-07 18:56:14 +06:00 |
|
Alexandra Latysheva
|
8f8872dc42
|
style check
|
2020-10-07 12:24:46 +00:00 |
|
Latysheva Alexandra
|
6c26f77380
|
Merge pull request #11 from alexelex/quorum_inserts_2
changing the condition for updateQuorum, specialized it and reduced t…
|
2020-10-07 17:49:20 +06:00 |
|
Alexandra Latysheva
|
a43cac2c1a
|
changing the condition for updateQuorum, specialized it and reduced the number of calls to the zk
|
2020-10-07 11:28:48 +00:00 |
|
Nikolai Kochetov
|
7e02152b50
|
Merge branch 'master' into storage-read-query-plan
|
2020-10-07 14:27:21 +03:00 |
|
Nikolai Kochetov
|
c5cb05f5f3
|
Try fix tests.
|
2020-10-07 14:26:29 +03:00 |
|
tavplubix
|
041015545c
|
Merge pull request #15537 from ClickHouse/mutation_hangs_after_replace_partition
Fix mutation may hang after REPLACE/DROP PARTITION
|
2020-10-07 14:25:29 +03:00 |
|
Alexander Tokmakov
|
47e9fe9ff1
|
fix
|
2020-10-07 03:05:48 +03:00 |
|
Alexander Tokmakov
|
ea16370024
|
improvements in lost replica recovery
|
2020-10-07 02:29:33 +03:00 |
|
Latysheva Alexandra
|
991e51a80e
|
Merge pull request #10 from alexelex/quorum_inserts_2
style check fix
|
2020-10-07 04:38:30 +06:00 |
|
Alexandra Latysheva
|
9077c92862
|
style check fix
|
2020-10-06 22:36:42 +00:00 |
|
Latysheva Alexandra
|
85bcc07c0b
|
Merge pull request #9 from alexelex/quorum_inserts_2
Quorum inserts [version 3]
|
2020-10-07 04:04:41 +06:00 |
|
Alexandra Latysheva
|
644091459f
|
style fixes and remove small changes
|
2020-10-06 22:01:30 +00:00 |
|