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 |
|
Vitaliy Lyudvichenko
|
63ac609e8b
|
Avoid overestimation of avg. column element size. [#CLICKHOUSE-3058]
|
2017-06-15 20:33:03 +03:00 |
|
alexey-milovidov
|
a669136ac2
|
Merge branch 'master' into CLICKHOUSE-5
|
2017-06-13 07:30:36 +03:00 |
|
Vitaliy Lyudvichenko
|
49eab81d9a
|
Fix: ReshardingWorker doesn't finish if ZooKeeper session expired. [#CLICKHOUSE-2]
|
2017-06-13 07:15:25 +03:00 |
|
Alexey Milovidov
|
43fedfecea
|
Get rid of INSERT ID [#CLICKHOUSE-31].
|
2017-06-13 07:13:20 +03:00 |
|
Alexey Milovidov
|
38885d00a3
|
Merge branch 'storage-startup-method'
|
2017-06-07 02:27:16 +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
|
153693cd4c
|
Non significant modifications [#CLICKHOUSE-3].
|
2017-06-05 23:43:23 +03:00 |
|
Vitaliy Lyudvichenko
|
1e4906816c
|
Avoid SIGSEGV in SystemLog destructors. [#CLICKHOUSE-3023]
|
2017-06-05 17:25:10 +03:00 |
|
Alexey Milovidov
|
ba499585cd
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2017-06-02 18:54:43 +03:00 |
|
Alexey Milovidov
|
80080f1ad6
|
Small refinements [#CLICKHOUSE-2].
|
2017-06-02 18:54:39 +03:00 |
|
Vitaliy Lyudvichenko
|
3a2c1a195d
|
Add ZooKeeper session recovering and trashy integration test. [#CLICKHOUSE-5]
|
2017-06-01 13:49:20 +03:00 |
|
Vitaliy Lyudvichenko
|
209015574f
|
Workable version for CREATE DROP w/o ZK tests. [#CLICKHOUSE-5]
|
2017-06-01 13:49:20 +03:00 |
|
Vitaliy Lyudvichenko
|
1a4b0eb355
|
Remove tmp part directories on server start. [#CLICKHOUSE-3044]
|
2017-05-31 18:01:25 +03:00 |
|
Alexey Milovidov
|
fa64d14f26
|
More readable temporary part names [#CLICKHOUSE-2].
|
2017-05-26 03:47:06 +03:00 |
|
Alexey Milovidov
|
ed44304c49
|
Removed obsolete commented code [#CLICKHOUSE-2].
|
2017-05-26 03:43:35 +03:00 |
|
alexey-milovidov
|
c79ebc586d
|
Merge pull request #825 from yandex/CLICKHOUSE-2989
Separate dirs for different part sources, fix RC during replicated alters
|
2017-05-26 04:42:03 +04:00 |
|
Alexey Milovidov
|
d35a586af2
|
Fixed deadlock when using executable dictionary source with cache or complex_key_cache layout [#CLICKHOUSE-3039].
|
2017-05-25 23:59:14 +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 Zatelepin
|
e9f8f99e06
|
Correct index comparisons in case constants cannot be precisely casted [#CLICKHOUSE-3002]
|
2017-05-25 05:34:26 +04: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 |
|
Vitaliy Lyudvichenko
|
d9637c2980
|
MergeTreeDataPart refactoring. [#CLICKHOUSE-2989]
Use relative_path to store actual part path.
Use renameTo() to move parts.
|
2017-05-24 23:23:58 +03:00 |
|
Vitaliy Lyudvichenko
|
5618234ee8
|
Separate tmp part dirs for merges, fetches and inserts. [#CLICKHOUSE-2989]
|
2017-05-24 23:23:58 +03:00 |
|
Alexey Milovidov
|
0c416be381
|
More simple code; fixed translation error [#CLICKHOUSE-2].
|
2017-05-23 04:09:47 +03:00 |
|
Vitaliy Lyudvichenko
|
bbe2a656cd
|
Fixed preferred_block_size_bytes in case of PREWHERE with non-materialized column. [#METR-25237]
|
2017-05-20 17:30:59 +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-milovidov
|
e7b7f6f73d
|
Update MergeTreeData.cpp
|
2017-05-15 10:34:40 +04:00 |
|
Vitaliy Lyudvichenko
|
6262fc8650
|
Fix inccorect columns size in MergeTreeData after ALTER. [#CLICKHOUSE-2]
|
2017-05-15 10:34:40 +04:00 |
|
f1yegor
|
c252863b2e
|
translate comments
|
2017-05-14 19:03:55 +04:00 |
|
Vitaliy Lyudvichenko
|
021e37943e
|
More clearer code and correct test. [#CLICKHOUSE-1993]
|
2017-05-12 16:44:11 +03:00 |
|
Vitaliy Lyudvichenko
|
0f1627691e
|
Don't forget to ATTACH MATERIALIZED columns. [#CLICKHOUSE-1993]
|
2017-05-11 18:39:12 +04:00 |
|
Alexey Milovidov
|
e5e8667bc9
|
Addition to prev. revision [#CLICKHOUSE-2].
|
2017-05-10 04:10:50 -04:00 |
|
Alexey Milovidov
|
a7b9a12759
|
Returned back Increment and CounterInFile, because they are still needed [#CLICKHOUSE-2].
|
2017-05-10 04:08:32 -04:00 |
|
Alexey Milovidov
|
5ca7650c86
|
Removed Increment and CounterInFile [#CLICKHOUSE-2].
|
2017-05-10 02:49:19 -04:00 |
|
Alexey Milovidov
|
8e5f92f025
|
Fixed translation errors, part 1 [#CLICKHOUSE-3].
|
2017-05-09 15:07:35 -04:00 |
|
Alexey Milovidov
|
e0b141e3eb
|
Do not remove temporary directory on fetch [#CLICKHOUSE-2894].
|
2017-04-29 01:26:39 +03:00 |
|
proller
|
bcb230ebc6
|
Fix incudes, move code from daemon/OwnPatternFormatter.h
|
2017-04-27 08:40:27 +03:00 |
|
Alexey Milovidov
|
110defd56f
|
Disabled replicated max parallel fetches/sends, because it does not work properly [#CLICKHOUSE-2960].
|
2017-04-20 21:38:17 +03:00 |
|
Alexey Milovidov
|
ee6a7ee204
|
Allow to disable replicated max parallel fetches/sends [#CLICKHOUSE-2960].
|
2017-04-20 21:37:01 +03: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 |
|
Alexey Milovidov
|
0b5645db1a
|
Better code for parsing part names [#CLICKHOUSE-2].
|
2017-04-18 23:38:07 +03:00 |
|
Alexey Milovidov
|
502f42a572
|
Fixed translation error [#CLICKHOUSE-3].
|
2017-04-18 22:13:12 +03:00 |
|
Yuri Dyachenko
|
8fb2b7ee3d
|
fix zookeeper format version 4
|
2017-04-17 21:15:14 +03:00 |
|
alexey-milovidov
|
9d3e3675fd
|
Update ReplicatedMergeTreeLogEntry.h
|
2017-04-17 21:15:14 +03:00 |
|
alexey-milovidov
|
acd3c3d4ab
|
Update MergeTreeDataMerger.cpp
|
2017-04-17 21:15:14 +03:00 |
|