Vitaliy Lyudvichenko
|
bc9ee54985
|
Don't throw exception in case of clearing empty part. [#CLICKHOUSE-2896]
|
2017-07-24 18:04:17 +03:00 |
|
Alexey Milovidov
|
9406b6a5aa
|
Get rid of ASTSet, because it is not really an AST and it lead to bugs [#CLICKHOUSE-3148].
|
2017-07-15 06:48:36 +03:00 |
|
Alexey Milovidov
|
5b5795633e
|
Using lexer (incomplete) [#CLICKHOUSE-2].
|
2017-07-13 08:59:01 +03:00 |
|
Alexey Zatelepin
|
4a98d83a3b
|
introduce replicated_can_become_leader merge_tree setting [#CLICKHOUSE-3109]
|
2017-07-11 20:44:35 +03:00 |
|
Alexey Milovidov
|
a48a21f593
|
Merge branch 'master' into CLICKHOUSE-2896
|
2017-06-26 11:54:58 +03:00 |
|
Alexey Milovidov
|
275a1d4651
|
Improvement [#CLICKHOUSE-3091].
|
2017-06-25 05:48:38 +03:00 |
|
Alexey Milovidov
|
8228acd3ea
|
Removed obsolete code that was relevant only in extremely rare case of transforming CollapsingMergeTree to ReplicatedCollapsingMergeTree through ATTACHing data parts and while some considerations about data order in table is important [#CLICKHOUSE-3091].
|
2017-06-25 03:51:51 +03:00 |
|
Alexey Milovidov
|
28e9e06992
|
Preparation: locking block number only after write to filesystem; removed obsolete code [#CLICKHOUSE-3091].
|
2017-06-25 03:01:10 +03:00 |
|
Alexey Milovidov
|
7d732343eb
|
Fixed error in prev. revision [#CLICKHOUSE-3091].
|
2017-06-22 22:52:06 +03:00 |
|
Alexey Milovidov
|
941c281221
|
Updated comment [#CLICKHOUSE-3091].
|
2017-06-22 19:09:03 +03:00 |
|
Vitaliy Lyudvichenko
|
d7db235269
|
Better names and log messages. [#CLICKHOUSE-2896]
|
2017-06-22 18:32:09 +03:00 |
|
Vitaliy Lyudvichenko
|
99f502d5e0
|
Support OPTIMIZE query on non-leader replica. [#CLICKHOUSE-2]
|
2017-06-22 18:01:08 +03:00 |
|
Alexey Milovidov
|
db546dc827
|
Caching parts that cannot be merged for some time [#CLICKHOUSE-3091].
|
2017-06-22 03:28:44 +03:00 |
|
Vitaliy Lyudvichenko
|
53adb891b3
|
Add replicated DROP COLUMN FROM partition for optimistic case. [#CLICKHOUSE-2896]
|
2017-06-22 00:56:38 +03:00 |
|
Alexey Milovidov
|
05accbdcbe
|
Removed cyclic dependency [#DEVTOOLS-3381].
|
2017-06-19 23:06:35 +03:00 |
|
alexey-milovidov
|
a669136ac2
|
Merge branch 'master' into CLICKHOUSE-5
|
2017-06-13 07:30:36 +03:00 |
|
Alexey Milovidov
|
d5ca92093a
|
Fixed comment [#CLICKHOUSE-2].
|
2017-06-10 08:30:07 +03:00 |
|
Alexey Milovidov
|
0d7d379b44
|
Removed duplicate code [#CLICKHOUSE-2].
|
2017-06-06 21:36:13 +03:00 |
|
Alexey Milovidov
|
9c5ddce06d
|
Get rid of .hpp files [#CLICKHOUSE-2].
|
2017-06-06 20:18:32 +03:00 |
|
Alexey Milovidov
|
9ebf0b633f
|
Added IStorage::startup method to avoid starting replication and merging threads too early during server startup [#CLICKHOUSE-2].
|
2017-06-06 20:06:14 +03:00 |
|
alexey-milovidov
|
12e6024abd
|
Update StorageReplicatedMergeTree.h
|
2017-06-02 20:02:59 +04:00 |
|
Vitaliy Lyudvichenko
|
6bddd4c1c5
|
Clean incomplete part nodes in ZooKeeper. [#CLICKHOUSE-3040]
|
2017-06-02 20:02:59 +04:00 |
|
Alexey Milovidov
|
80080f1ad6
|
Small refinements [#CLICKHOUSE-2].
|
2017-06-02 18:54:39 +03:00 |
|
Vitaliy Lyudvichenko
|
9fd8d6b79f
|
Add ALTER queries. [#CLICKHOUSE-5]
|
2017-06-01 13:49:20 +03:00 |
|
alexey-milovidov
|
72822714c3
|
Merge branch 'master' into CLICKHOUSE-2989
|
2017-05-25 21:04:37 +04:00 |
|
Vitaliy Lyudvichenko
|
1e29795cf9
|
Fix race condition between cleanup and fetch thread. [#CLICKHOUSE-2989]
It was happening during ALTERs.
TODO: stop fetches during ALTER.
|
2017-05-25 13:08:52 +03:00 |
|
Alexey Milovidov
|
a77369d082
|
Preparation: Storages do not modify query [#CLICKHOUSE-31].
|
2017-05-25 04:12:41 +03:00 |
|
Alexey Milovidov
|
557c3dc7f4
|
Preparation: removed support for unreplicated data in Replicated tables [#CLICKHOUSE-31].
|
2017-05-25 00:38:56 +03:00 |
|
Alexey Milovidov
|
48f65e9097
|
Preparation: untangling [#CLICKHOUSE-31].
|
2017-05-25 00:06:29 +03:00 |
|
Alexey Milovidov
|
0f252046ca
|
Preparations [#CLICKHOUSE-2]
|
2017-05-22 01:25:25 +03:00 |
|
Alexey Zatelepin
|
9c6829e982
|
Fix replica delay counting in case of ZooKeeper communication problems [#CLICKHOUSE-2141]
|
2017-05-20 17:32:00 +04:00 |
|
Vitaliy Lyudvichenko
|
1d00f45dd3
|
Detect race condition between fetches and merges of the same part. [#CLICKHOUSE-2989]
|
2017-05-17 21:44:16 +04:00 |
|
Alexey Zatelepin
|
ba254a082e
|
Merge branch 'master' into lagging-replicas-failover
Conflicts:
dbms/src/Core/ErrorCodes.cpp
|
2017-04-19 21:31:29 +03:00 |
|
Yuri Dyachenko
|
8fb2b7ee3d
|
fix zookeeper format version 4
|
2017-04-17 21:15:14 +03:00 |
|
Yuri Dyachenko
|
10082f3ef4
|
support DEDUPLICATE option in OPTIMIZE query
|
2017-04-17 21:15:14 +03:00 |
|
Alexey Zatelepin
|
2bd089d589
|
start counting absolute replica delay when there are problems with queue update [#CLICKHOUSE-2141]
|
2017-04-17 18:06:12 +03:00 |
|
f1yegor
|
0b243a8b01
|
translate comments
|
2017-04-16 23:17:32 +03:00 |
|
Alexey Milovidov
|
310736cd7e
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
|