alexey-milovidov
|
46cb408fd8
|
Update BackgroundSchedulePool.cpp
|
2018-06-01 16:35:16 +03:00 |
|
Alexey Zatelepin
|
af06ca5d3c
|
Merge branch 'master' into replicated-mergetree-mutations
|
2018-06-01 16:21:14 +03:00 |
|
Vitaliy Lyudvichenko
|
549a6944d9
|
Better AsynchronousBlockInputStream in sync mode. [#CLICKHOUSE-2910]
|
2018-06-01 14:58:17 +03:00 |
|
Alexey Milovidov
|
3cb68784ad
|
Miscellaneous [#CLICKHOUSE-3753]
|
2018-05-31 22:30:08 +03:00 |
|
Alexey Milovidov
|
515bd29df7
|
Better name [#CLICKHOUSE-3753]
|
2018-05-31 22:28:30 +03:00 |
|
Alexey Milovidov
|
5dbd5b6d68
|
Fixed error in ZK library [#CLICKHOUSE-3753]
|
2018-05-31 22:26:21 +03:00 |
|
Vitaliy Lyudvichenko
|
0355f81f20
|
[WIP] Introduced query_thread_log. [#CLICKHOUSE-2910]
|
2018-05-31 18:54:08 +03:00 |
|
Alexey Zatelepin
|
c9bb986330
|
Merge branch 'master' into replicated-mergetree-mutations
Conflicts:
dbms/src/Storages/MergeTree/AbandonableLockInZooKeeper.h
dbms/src/Storages/MergeTree/ReplicatedMergeTreePartCheckThread.cpp
dbms/src/Storages/MergeTree/ReplicatedMergeTreeQueue.cpp
dbms/src/Storages/MergeTree/ReplicatedMergeTreeQueue.h
dbms/src/Storages/StorageReplicatedMergeTree.cpp
|
2018-05-31 18:52:42 +03:00 |
|
Alexey Zatelepin
|
d89221c458
|
easier init and deactivation of BackgroundSchedulePool tasks
|
2018-05-31 16:18:52 +03:00 |
|
Vitaliy Lyudvichenko
|
e265e5c2ab
|
Refactoring. [#CLICKHOUSE-2910]
|
2018-05-29 21:14:31 +03:00 |
|
proller
|
0cd644f5ec
|
Fix test (no zookeeper detection)
|
2018-05-29 15:48:36 +03:00 |
|
Vitaliy Lyudvichenko
|
d81744fd06
|
Add more perfomance counters. [#CLICKHOUSE-2910]
|
2018-05-28 23:03:03 +03:00 |
|
Vitaliy Lyudvichenko
|
aa40931824
|
Merge remote-tracking branch 'origin/master' into CLICKHOUSE-2910
|
2018-05-28 20:22:27 +03:00 |
|
Alexey Zatelepin
|
f6c72f8e56
|
Merge branch 'master' into replicated-mergetree-mutations
Conflicts:
dbms/src/Common/ActionBlocker.h
dbms/src/Storages/MergeTree/ActiveDataPartSet.cpp
dbms/src/Storages/MergeTree/ActiveDataPartSet.h
dbms/src/Storages/MergeTree/MergeTreeData.h
dbms/src/Storages/MergeTree/MergeTreeDataPart.cpp
dbms/src/Storages/MergeTree/ReplicatedMergeTreeAlterThread.cpp
dbms/src/Storages/MergeTree/ReplicatedMergeTreeLogEntry.cpp
dbms/src/Storages/MergeTree/ReplicatedMergeTreeLogEntry.h
dbms/src/Storages/MergeTree/ReplicatedMergeTreeQueue.cpp
dbms/src/Storages/MergeTree/ReplicatedMergeTreeQueue.h
dbms/src/Storages/MergeTree/ReplicatedMergeTreeRestartingThread.cpp
dbms/src/Storages/StorageMergeTree.cpp
dbms/src/Storages/StorageReplicatedMergeTree.cpp
dbms/src/Storages/StorageReplicatedMergeTree.h
|
2018-05-28 18:37:30 +03:00 |
|
Vitaliy Lyudvichenko
|
7615f5a09a
|
More detail dignostic when parse JSONEachRow. [#CLICKHOUSE-2]
|
2018-05-28 14:40:07 +03:00 |
|
Alexey Zatelepin
|
59fe12ed15
|
part log and metrics [#CLICKHOUSE-3747]
|
2018-05-25 23:13:00 +03:00 |
|
Alexey Zatelepin
|
41b7e533cd
|
more honest constness in ActionBlocker
|
2018-05-25 23:06:36 +03:00 |
|
Alexey Zatelepin
|
49439aa2d2
|
write mutations to ZK [#CLICKHOUSE-3747]
|
2018-05-25 23:06:08 +03:00 |
|
Alexey Zatelepin
|
4ca3bf65f3
|
test getting abandonable lock in all partitions [#CLICKHOUSE-3747]
|
2018-05-25 23:05:10 +03:00 |
|
Vitaliy Lyudvichenko
|
c888903488
|
Add query ALTER TABLE t1 [REPLACE|ATTACH] PARTITION FROM t2
* Add ATTACH PARTITION FROM table for MergeTree. [#CLICKHOUSE-3546]
* Implemented replicated case on non-leader replica. [#CLICKHOUSE-3546]
* Disable merges in the dropping range. [#CLICKHOUSE-3546]
* DROP PARTITION is atomic and simpler now. [#CLICKHOUSE-3546]
* Implemented more SYSTEM queries. [#CLICKHOUSE-2931] [#CLICKHOUSE-3546]
SYSTEM queries:
RESTART REPLICAS
SYNC REPLICA db.name
STOP MERGES [db.name]
START MERGES [db.name]
STOP FETCHES [db.name]
START FETCHES [db.name]
STOP REPLICATED SENDS [db.name]
START REPLICATED SENDS [db.name]
STOP REPLICATION QUEUES [db.name]
START REPLICATION QUEUES [db.name]
* Fixed a bunch of bugs in REPLACE PARTITION. [#CLICKHOUSE-3546]
* Add tests for REPLACE PARTITION and SYSTEM. [#CLICKHOUSE-3546]
* Add system.part_log logging. [#CLICKHOUSE-3546]
* Fixed long wait in SYNC REPLICA. [#CLICKHOUSE-3546]
* Add requested changes. [#CLICKHOUSE-3546]
Fixed clickhouse-client bad return code.
* Add requested chenges. [#CLICKHOUSE-3546]
* Add requested chenges. [#CLICKHOUSE-3546]
|
2018-05-21 16:49:54 +03:00 |
|
zhang2014
|
fa865636ce
|
ISSUES-2259 add comment & move delete database metadata implementation
|
2018-05-21 11:38:46 +08:00 |
|
zhang2014
|
6613e56784
|
ISSUES-2259 support truncate syntax
|
2018-05-21 11:38:46 +08:00 |
|
alexey-milovidov
|
517318334a
|
Merge pull request #1722 from silviucpp/background-schedule-pool-fix
Background schedule pool fixed
|
2018-05-19 19:00:43 +03:00 |
|
Vitaliy Lyudvichenko
|
bd4d8a6766
|
Add profile events and settings logging. [#CLICKHOUSE-2910]
|
2018-05-17 19:01:41 +03:00 |
|
Alexey Milovidov
|
195f91f191
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-05-16 03:35:07 +03:00 |
|
Alexey Milovidov
|
fb91bba279
|
Miscellaneous [#CLICKHOUSE-2]
|
2018-05-16 03:34:56 +03:00 |
|
Vitaliy Lyudvichenko
|
abc73eb6ba
|
Merge remote-tracking branch 'origin/master' into CLICKHOUSE-2910
|
2018-05-15 21:35:52 +03:00 |
|
Vitaliy Lyudvichenko
|
412c154045
|
Better configs for an integration test. [#CLICKHOUSE-2]
|
2018-05-15 21:25:54 +03:00 |
|
proller
|
fb911f7cfa
|
Allow force disable libs: poco netssl poco mongodb, poco data odbc
|
2018-05-14 21:36:01 +03:00 |
|
Vitaliy Lyudvichenko
|
de6c48f4df
|
Merge remote-tracking branch 'origin/master' into CLICKHOUSE-2910
|
2018-05-14 19:09:00 +03:00 |
|
Vitaliy Lyudvichenko
|
e8b94b89e9
|
Removed dbg output, fixed test. [#CLICKHOUSE-2]
|
2018-05-14 17:14:58 +03:00 |
|
Alexey Milovidov
|
3a059b82d2
|
Merge branch 'master' of github.com:yandex/ClickHouse into pyos-llvm-jit
|
2018-05-09 23:34:20 +03:00 |
|
Vitaliy Lyudvichenko
|
1f05000c2c
|
Better naming. [#CLICKHOUSE-3645]
|
2018-05-09 07:55:08 +03:00 |
|
Vitaliy Lyudvichenko
|
704583968f
|
Do not save resolved addresses in Connections. [#CLICKHOSUE-2]
Add disable_internal_dns_cache main config option.
|
2018-05-09 07:55:08 +03:00 |
|
Vitaliy Lyudvichenko
|
8fd72a6777
|
Add automatic DROP DNS CACHE, update of SYSTEM queries. [#CLICKHOUSE-3645]
|
2018-05-09 07:55:08 +03:00 |
|
alexey-milovidov
|
1e9edac617
|
Merge pull request #2328 from proller/fix15
Build fixes (gcc8)
|
2018-05-09 07:25:18 +03:00 |
|
Alexey Milovidov
|
b442cd9c64
|
Miscellaneous (no effect) [#CLICKHOUSE-2]
|
2018-05-09 07:22:30 +03:00 |
|
proller
|
eb772b8001
|
gcc8 fixes (memset, uncaught_exception)
|
2018-05-08 22:44:54 +03:00 |
|
Alexey Milovidov
|
6e2028d921
|
Merge branch 'master' of github.com:yandex/ClickHouse into pyos-llvm-jit
|
2018-05-08 16:01:56 +03:00 |
|
alexey-milovidov
|
fd9938cc46
|
Update getNumberOfPhysicalCPUCores.cpp
|
2018-05-08 12:43:45 +03:00 |
|
Atri Sharma
|
14cc530833
|
Update based on comments
|
2018-05-08 12:43:45 +03:00 |
|
Atri Sharma
|
22530c38e4
|
Add Rounding to nearest number
|
2018-05-08 12:43:45 +03:00 |
|
Atri Sharma
|
9b5ecc83ac
|
Fix quota issue
|
2018-05-08 12:43:45 +03:00 |
|
Atri Sharma
|
cbaf78df4f
|
Implement CGroups Limit for CPU
|
2018-05-08 12:43:45 +03:00 |
|
Alexey Milovidov
|
43f0b419ea
|
Removed useless code [#CLICKHOUSE-2]
|
2018-05-08 00:01:15 +03:00 |
|
Alexey Milovidov
|
089ef3277f
|
Removed useless code [#CLICKHOUSE-2]
|
2018-05-07 19:30:47 +03:00 |
|
Alexey Milovidov
|
01bbf650f8
|
Build fixes #2277
|
2018-05-07 11:59:24 +03:00 |
|
Alexey Milovidov
|
d1b4b5c836
|
Fixed error; added ProfileEvent #2277
|
2018-05-07 09:23:18 +03:00 |
|
Alexey Milovidov
|
e06223cbb8
|
Style [#CLICKHOUSE-2]
|
2018-05-07 05:15:47 +03:00 |
|
Alexey Milovidov
|
b8a6261bbc
|
Style [#CLICKHOUSE-2]
|
2018-05-07 05:15:47 +03:00 |
|
Alexey Milovidov
|
a916d2760e
|
Style [#CLICKHOUSE-2]
|
2018-05-07 05:15:24 +03:00 |
|
Alexey Milovidov
|
fd0ee5c6b1
|
Style [#CLICKHOUSE-2]
|
2018-05-07 05:14:24 +03:00 |
|
Alexey Milovidov
|
e26abf0ab4
|
Applied clang-format to some imported code [#CLICKHOUSE-2]
|
2018-05-07 05:08:38 +03:00 |
|
Alexey Milovidov
|
598c7fddb7
|
Applied clang-format to some imported code [#CLICKHOUSE-2]
|
2018-05-07 05:06:00 +03:00 |
|
Alexey Milovidov
|
94369e55d3
|
Fixed style a bit [#CLICKHOUSE-2]
|
2018-05-07 05:01:29 +03:00 |
|
Alexey Milovidov
|
956128a67a
|
Fixed style a bit [#CLICKHOUSE-2]
|
2018-05-07 05:01:11 +03:00 |
|
proller
|
634ba89f90
|
Build fixes
|
2018-05-05 15:34:17 +03:00 |
|
Vitaliy Lyudvichenko
|
63cc34d3f6
|
Fixed incorrect failed OP detection in ZooKeeper. [#CLICKHOUSE-2]
|
2018-05-03 16:34:19 +03:00 |
|
Tsarkova Anastasia
|
4bce6035b1
|
Merge branch 'master' into master
|
2018-04-29 18:02:34 +02:00 |
|
Vitaliy Lyudvichenko
|
e152f223c9
|
Fix nodes leak in case of session expiration. [#CLICKHOUSE-2]
|
2018-04-26 22:46:45 +03:00 |
|
Silviu Caragea
|
1dd5a704fc
|
Merge remote-tracking branch 'origin/master' into background-schedule-pool-fix
# Conflicts:
# dbms/src/Common/ZooKeeper/LeaderElection.h
# dbms/src/Storages/MergeTree/ReplicatedMergeTreeAlterThread.cpp
# dbms/src/Storages/MergeTree/ReplicatedMergeTreeCleanupThread.cpp
# dbms/src/Storages/MergeTree/ReplicatedMergeTreePartCheckThread.cpp
# dbms/src/Storages/StorageReplicatedMergeTree.cpp
|
2018-04-24 20:11:59 +03:00 |
|
Tsarkova Anastasia
|
12c8014e5c
|
Conditional computations.
|
2018-04-24 09:16:39 +02:00 |
|
Alexey Milovidov
|
5ba5e80846
|
Added correct code #2257
|
2018-04-20 22:45:23 +03:00 |
|
alexey-milovidov
|
60fade5de8
|
Revert "ISSUES-1885 UTF8 countCodePoints use SIMD"
|
2018-04-20 22:18:24 +03:00 |
|
alexey-milovidov
|
21a5d2dfde
|
Update Macros.h
|
2018-04-20 19:10:26 +03:00 |
|
alexey-milovidov
|
c783a69d6b
|
Update Macros.cpp
|
2018-04-20 19:10:26 +03:00 |
|
Kirill Shvakov
|
918dbc2902
|
#2249 allow macros while creating kafka engine
|
2018-04-20 19:10:26 +03:00 |
|
Vitaliy Lyudvichenko
|
a29a99b7d3
|
Add test for ZooKeeperImpl with watch and chroot. [#CLICKHOUSE-2]
|
2018-04-19 22:40:42 +03:00 |
|
Alexey Milovidov
|
9a05dd6161
|
ZooKeeperImpl: fixed error with watches and chroot [#CLICKHOUSE-2]
|
2018-04-19 22:21:37 +03:00 |
|
Alexey Milovidov
|
12e33cfd85
|
Exit from threads when ZooKeeper session is expired (non significant change) [#CLICKHOUSE-2]
|
2018-04-19 21:16:18 +03:00 |
|
Silviu Caragea
|
32dd4554da
|
Merge remote-tracking branch 'github/master' into background-schedule-pool-fix
# Conflicts:
# dbms/src/Storages/StorageReplicatedMergeTree.cpp
|
2018-04-19 09:29:49 +03:00 |
|
proller
|
5b19d89133
|
Add git hash to version info
|
2018-04-13 15:42:35 +03:00 |
|
Alexey Milovidov
|
2392f87dca
|
ZooKeeper: Fixed error [#CLICKHOUSE-2]
|
2018-04-10 19:48:43 +03:00 |
|
Silviu Caragea
|
f1b8d4bc39
|
Merge remote-tracking branch 'github/master' into background-schedule-pool-fix
|
2018-04-10 16:27:17 +03:00 |
|
Silviu Caragea
|
c547c5a7b0
|
Merge remote-tracking branch 'origin/background-schedule-pool-fix'
# Conflicts:
# dbms/src/Common/ZooKeeper/LeaderElection.h
# dbms/src/Common/ZooKeeper/ZooKeeper.cpp
# dbms/src/Storages/MergeTree/ReplicatedMergeTreeAlterThread.cpp
# dbms/src/Storages/MergeTree/ReplicatedMergeTreeCleanupThread.cpp
# dbms/src/Storages/MergeTree/ReplicatedMergeTreeCleanupThread.h
# dbms/src/Storages/MergeTree/ReplicatedMergeTreePartCheckThread.cpp
# dbms/src/Storages/MergeTree/ReplicatedMergeTreeRestartingThread.cpp
# dbms/src/Storages/StorageReplicatedMergeTree.cpp
|
2018-04-10 16:20:14 +03:00 |
|
proller
|
c26b3bdef1
|
Fix split shared build; fix build without system odbc libs (#2191)
* Fix split shared build
* Fix build without system odbc libs
* Move dbms/src/Common/iostream_debug_helpers.h -> libs/libcommon/include/common/iostream_debug_helpers.h
* Fix build with libiodbc
|
2018-04-09 06:52:39 -07:00 |
|
Alexey Milovidov
|
79e319a7b6
|
ZooKeeper: fixed error [#CLICKHOUSE-2]
|
2018-04-08 07:45:59 +03:00 |
|
Alexey Milovidov
|
86317fe0f9
|
ZooKeeper: Fixed error [#CLICKHOUSE-2]
|
2018-04-08 07:25:13 +03:00 |
|
Alexey Milovidov
|
f40817f851
|
Moved SessionPoolHelpers #2180
|
2018-04-07 06:07:26 +03:00 |
|
alexey-milovidov
|
84726e17e8
|
Merge pull request #2185 from yandex/fix-leader-election-race
Fix races in leader election.
|
2018-04-07 00:18:26 +03:00 |
|
Alexey Milovidov
|
9b3169a331
|
Fixed build with clang 5 (although it is Ok on clang 6) [#CLICKHOUSE-2]
|
2018-04-06 23:03:35 +03:00 |
|
Alexey Milovidov
|
708dc5ef82
|
ZooKeeper: fixed error [#CLICKHOUSE-2]
|
2018-04-06 22:54:18 +03:00 |
|
Alexey Zatelepin
|
3a8ca70d1f
|
fix races in leader election [#CLICKHOUSE-3533]
|
2018-04-06 19:10:23 +03:00 |
|
Alexey Milovidov
|
9bbd8a968e
|
ZooKeeper: clarifications [#CLICKHOUSE-2]
|
2018-04-06 09:22:59 +03:00 |
|
Alexey Milovidov
|
0771874695
|
ZooKeeper: Fixed error when exception is thrown while session expiration and not all callbacks are called [#CLICKHOUSE-2]
|
2018-04-06 09:19:53 +03:00 |
|
Alexey Milovidov
|
775daa0fe9
|
Little better [#CLICKHOUSE-2]
|
2018-04-06 08:49:03 +03:00 |
|
Alexey Milovidov
|
3884146d92
|
Little better [#CLICKHOUSE-2]
|
2018-04-06 08:44:17 +03:00 |
|
Alexey Milovidov
|
2ae9e719c6
|
Fixed warning [#CLICKHOUSE-2]
|
2018-04-06 07:48:48 +03:00 |
|
Alexey Milovidov
|
e655cb0bff
|
Better debug helpers [#CLICKHOUSE-2]
|
2018-04-06 07:46:18 +03:00 |
|
Alexey Milovidov
|
d9b54a6aae
|
Updated comment [#CLICKHOUSE-2]
|
2018-04-05 23:47:06 +03:00 |
|
Alexey Milovidov
|
a2ce515a84
|
ZooKeeper: Fixed potential issue [#CLICKHOUSE-2]
|
2018-04-05 19:42:54 +03:00 |
|
Alexey Milovidov
|
d3408d45a8
|
ZooKeeper: fixed error [#CLICKHOUSE-2]
|
2018-04-05 07:31:04 +03:00 |
|
Alexey Milovidov
|
e00e81c3e9
|
ZooKeeper: fixed error [#CLICKHOUSE-2]
|
2018-04-05 07:06:23 +03:00 |
|
Alexey Milovidov
|
403a2c62a2
|
Miscellaneous [#CLICKHOUSE-2]
|
2018-04-05 05:56:11 +03:00 |
|
Alexey Milovidov
|
d5c5a34049
|
Miscellaneous [#CLICKHOUSE-2]
|
2018-04-05 05:55:21 +03:00 |
|
Alexey Milovidov
|
0dbc8aa1a5
|
ZooKeeper: added comment [#CLICKHOUSE-2]
|
2018-04-05 03:53:27 +03:00 |
|
Alexey Milovidov
|
cde5d315f1
|
ZooKeeper: added comment [#CLICKHOUSE-2]
|
2018-04-05 03:46:26 +03:00 |
|
Alexey Milovidov
|
0c519c763b
|
ZooKeeper: added comment [#CLICKHOUSE-2]
|
2018-04-05 03:44:58 +03:00 |
|
Alexey Milovidov
|
b8df381a97
|
ZooKeeper: changed operation timeout to 10s because some users run ZooKeeper on servers with HDD and high background load [#CLICKHOUSE-2]
|
2018-04-05 03:02:09 +03:00 |
|
Alexey Milovidov
|
8faea5437a
|
ZooKeeper: Better metrics about active sessions [#CLICKHOUSE-2]
|
2018-04-05 02:59:37 +03:00 |
|
Alexey Milovidov
|
e4fe1ef4b3
|
ZooKeeper: Better connection loop [#CLICKHOUSE-2]
|
2018-04-05 02:43:11 +03:00 |
|
Alexey Milovidov
|
5a525605be
|
ZooKeeper: thread names [#CLICKHOUSE-2]
|
2018-04-05 02:36:58 +03:00 |
|
Alexey Milovidov
|
ddc4e1e388
|
ZooKeeper: Better connection loop [#CLICKHOUSE-2]
|
2018-04-05 02:33:21 +03:00 |
|
Alexey Milovidov
|
e203457d55
|
Fixed metric ZooKeeperWaitMicroseconds [#CLICKHOUSE-2]
|
2018-04-04 05:07:12 +03:00 |
|
Alexey Milovidov
|
ba7a0ebf86
|
Better exception messages [#CLICKHOUSE-2]
|
2018-04-04 00:40:58 +03:00 |
|
Alexey Milovidov
|
c387b73f70
|
ZooKeeper: miscellaneous [#CLICKHOUSE-2]
|
2018-04-04 00:18:46 +03:00 |
|
Alexey Milovidov
|
b0eca318cf
|
ZooKeeper: more instrumentation [#CLICKHOUSE-2]
|
2018-04-04 00:14:10 +03:00 |
|
Alexey Milovidov
|
8029a9b579
|
ZooKeeper: more instrumentation [#CLICKHOUSE-2]
|
2018-04-04 00:11:54 +03:00 |
|
Alexey Milovidov
|
788d8e740d
|
ZooKeeper: more instrumentation [#CLICKHOUSE-2]
|
2018-04-04 00:07:22 +03:00 |
|
Alexey Milovidov
|
944748e7da
|
Modifications after removing libzookeeper [#CLICKHOUSE-2]
|
2018-04-03 22:54:35 +03:00 |
|
Alexey Milovidov
|
f5652b4477
|
Modifications after removing libzookeeper; initialize ZooKeeper session lazily [#CLICKHOUSE-2]
|
2018-04-03 22:43:33 +03:00 |
|
Alexey Milovidov
|
08170d0d77
|
Modifications after removing libzookeeper [#CLICKHOUSE-2]
|
2018-04-03 21:24:18 +03:00 |
|
Alexey Milovidov
|
2310bd7947
|
Miscellaneous [#CLICKHOUSE-2]
|
2018-04-03 20:35:48 +03:00 |
|
proller
|
e58b0830e6
|
Prepare to new poco (PocoData renamed to PocoSQL) (#2158)
|
2018-04-03 04:48:40 -07:00 |
|
Alexey Milovidov
|
0d2c2ea3d4
|
Fixed error after removed libzookeeper [#CLICKHOUSE-2]
|
2018-04-03 03:39:58 +03:00 |
|
Alexey Milovidov
|
daa736700d
|
Minor modification after removing libzookeeper [#CLICKHOUSE-2]
|
2018-04-03 00:48:39 +03:00 |
|
Alexey Milovidov
|
6364c49ad8
|
ZooKeeper: fixed chroot [#CLICKHOUSE-2]
|
2018-04-02 21:59:18 +03:00 |
|
Vitaliy Lyudvichenko
|
fb7e2cbd16
|
Fixed processConfig, skip temporary files. [#CLICKHOUSE-2]
|
2018-04-02 19:23:00 +03:00 |
|
alexey-milovidov
|
428ee63a04
|
Merge branch 'master' into libzookeeper-rewrite
|
2018-04-01 17:31:20 +03:00 |
|
Alexey Zatelepin
|
5fdd50c2a2
|
process included config node once more if include happened [#MTRSADMIN-3894]
|
2018-03-30 16:33:43 +03:00 |
|
Vitaliy Lyudvichenko
|
63eee94319
|
Add max_network_bandwidth_for_all_users setting. [#CLICKHOUSE-2] (#2137)
|
2018-03-29 16:24:36 +03:00 |
|
alexey-milovidov
|
a220a43b8e
|
Merge branch 'master' into fix-detach-database
|
2018-03-29 03:01:07 +03:00 |
|
alexey-milovidov
|
e3cbd3306c
|
Merge pull request #2081 from yandex/stricter-mutable-column-semantic-2
&& - qualified IColumn::mutate
|
2018-03-28 05:27:35 +03:00 |
|
alexey-milovidov
|
f48caff360
|
Update COWPtr.h
|
2018-03-28 05:27:25 +03:00 |
|
Silviu Caragea
|
0a057695aa
|
Reduce the number of lock releases and reacquires in the BckSchPoolDelay thread
|
2018-03-27 16:29:41 +03:00 |
|
Silviu Caragea
|
438121e45b
|
Renamed Zookeeper get method with getWatch for consistency
|
2018-03-26 23:08:14 +03:00 |
|
Silviu Caragea
|
4361df913b
|
Remove exists and use existsWatch instead for WatchCallbacks
|
2018-03-26 22:46:14 +03:00 |
|
Silviu Caragea
|
7d6268c8a9
|
Fix bug in the exit predicate
|
2018-03-26 22:18:56 +03:00 |
|
KochetovNicolai
|
d25c244946
|
Merge pull request #1882 from zhang2014/support/simd_for_lengthUTF-8
ISSUES-1885 UTF8 countCodePoints use SIMD
|
2018-03-26 18:27:07 +03:00 |
|
Alexey Milovidov
|
5ac329c91c
|
Using different ZooKeeper library (development) [#CLICKHOUSE-2]
|
2018-03-25 07:34:33 +03:00 |
|
Alexey Milovidov
|
93307a82e6
|
Using different ZooKeeper library (development) [#CLICKHOUSE-2]
|
2018-03-25 07:20:31 +03:00 |
|
Alexey Milovidov
|
c2f40e8d41
|
Removed libzookeeper [#CLICKHOUSE-2]
|
2018-03-25 06:47:56 +03:00 |
|
Alexey Milovidov
|
2c4b28597e
|
Using different ZooKeeper library (development) [#CLICKHOUSE-2]
|
2018-03-25 03:57:04 +03:00 |
|
Alexey Milovidov
|
49045754d9
|
Using different ZooKeeper library (development) [#CLICKHOUSE-2]
|
2018-03-25 03:56:08 +03:00 |
|
Alexey Milovidov
|
6721914041
|
Using different ZooKeeper library (development) [#CLICKHOUSE-2]
|
2018-03-25 03:36:35 +03:00 |
|
Alexey Milovidov
|
548c4b0adf
|
Using different ZooKeeper library (development) [#CLICKHOUSE-2]
|
2018-03-25 03:20:51 +03:00 |
|
Alexey Milovidov
|
522bf01db9
|
Using different ZooKeeper library (development) [#CLICKHOUSE-2]
|
2018-03-25 03:15:52 +03:00 |
|
Alexey Milovidov
|
0714a217fe
|
Using different ZooKeeper library (development) [#CLICKHOUSE-2]
|
2018-03-25 02:13:05 +03:00 |
|
Alexey Milovidov
|
280a5f8e3f
|
Using different ZooKeeper library (development) [#CLICKHOUSE-2]
|
2018-03-25 02:01:21 +03:00 |
|
Alexey Milovidov
|
24f94d9352
|
Merge remote-tracking branch 'origin/master' into libzookeeper-rewrite
|
2018-03-24 23:30:57 +03:00 |
|
Alexey Milovidov
|
87b4d8209a
|
Using different ZooKeeper library (development) [#CLICKHOUSE-2]
|
2018-03-24 23:28:43 +03:00 |
|
Alexey Milovidov
|
58f32f98d7
|
Using different ZooKeeper library (development) [#CLICKHOUSE-2]
|
2018-03-24 23:11:46 +03:00 |
|
Alexey Milovidov
|
ae9633c1e5
|
Using different ZooKeeper library (development) [#CLICKHOUSE-2]
|
2018-03-24 23:00:16 +03:00 |
|
Alexey Milovidov
|
26584844b6
|
Rewriting ZooKeeper library [#CLICKHOUSE-2]
|
2018-03-24 04:00:12 +03:00 |
|
Alexey Milovidov
|
10be6ca8f8
|
Rewriting ZooKeeper library [#CLICKHOUSE-2]
|
2018-03-24 03:45:04 +03:00 |
|
Alexey Milovidov
|
6b684fc1a3
|
Rewriting ZooKeeper library [#CLICKHOUSE-2]
|
2018-03-24 02:15:14 +03:00 |
|
Alexey Zatelepin
|
cf3c24d07d
|
break cycle of ptrs to StorageReplicatedMergeTree [#CLICKHOUSE-3664]
|
2018-03-23 23:30:04 +03:00 |
|
Nikolai Kochetov
|
cc2c1f5171
|
removed createImmutable
|
2018-03-23 22:24:55 +03:00 |
|
proller
|
caf83a650e
|
libs: compiling with msvc2017 (#1996)
* Allow use bundled *ssl library
* fix
* Add submodule
* Fixes
* fix
* fixes
* fixes
* fix
* fix
* update poco
* fix warnings
* fix
* fix
* Build fixes
* Build fixes
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* add bat
* no zookeeper in dbms
* update boost
* fixes
* fixes
* fix
* fix
* fix
* fix
* try fix
* try fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* Better
* fix
* dh verbose
* fix
* dh verbose
* fix
* clean
* Update LocalDate.h
* Update LocalDateTime.h
|
2018-03-23 19:05:14 +03:00 |
|
Silviu Caragea
|
23aee5ed5b
|
Task cannot be scheduled and deactivated in the same time.
|
2018-03-23 10:05:58 +02:00 |
|
Silviu Caragea
|
24de8d624f
|
Fix for corner case where executing task will occupy not one but two threads in the pool which are in short supply.
|
2018-03-22 22:26:03 +02:00 |
|
Silviu Caragea
|
a2dc16a582
|
Remove the link between TaskHandles and ZooKeeper
|
2018-03-22 17:21:14 +02:00 |
|
Silviu Caragea
|
6629b03af9
|
Fixed few of the observation of the code review
|
2018-03-22 17:09:30 +02:00 |
|
Silviu Caragea
|
f2479673d6
|
Fix BackgroundSchedulePool
|
2018-03-22 17:07:12 +02:00 |
|
Silviu Caragea
|
b24a4b2111
|
Add back the buggy BackgroundSchedulePool
|
2018-03-22 17:07:12 +02:00 |
|
Alexey Milovidov
|
6d889da41e
|
Using different ZooKeeper library (development) [#CLICKHOUSE-2]
|
2018-03-22 15:15:23 +03:00 |
|
Alexey Milovidov
|
d690c24198
|
Using different ZooKeeper library (development) [#CLICKHOUSE-2]
|
2018-03-22 00:40:53 +03:00 |
|
Nikolai Kochetov
|
476d4b339c
|
Immutable construction for columns
|
2018-03-20 22:45:10 +03:00 |
|
Nikolai Kochetov
|
a399c17f01
|
&& - qualified IColumn::mutate
|
2018-03-20 17:01:00 +03:00 |
|
Alexey Milovidov
|
76f9e0032d
|
Using different ZooKeeper library (development) [#CLICKHOUSE-2]
|
2018-03-20 00:34:56 +03:00 |
|
Alexey Milovidov
|
644c5e67b6
|
Rewriting ZooKeeper library [#CLICKHOUSE-2]
|
2018-03-19 22:25:21 +03:00 |
|
Alexey Milovidov
|
c8f8dc429c
|
Rewriting ZooKeeper library [#CLICKHOUSE-2]
|
2018-03-19 22:23:05 +03:00 |
|
Alexey Milovidov
|
831d38fd59
|
Rewriting ZooKeeper library [#CLICKHOUSE-2]
|
2018-03-19 22:07:50 +03:00 |
|
Alexey Milovidov
|
72ededeab5
|
Rewriting ZooKeeper library [#CLICKHOUSE-2]
|
2018-03-19 20:45:30 +03:00 |
|
Alexey Milovidov
|
1b0a43ce55
|
Rewriting ZooKeeper library [#CLICKHOUSE-2]
|
2018-03-19 17:19:32 +03:00 |
|
Alexey Milovidov
|
c5ddbbb1ab
|
Rewriting ZooKeeper library [#CLICKHOUSE-2]
|
2018-03-19 16:31:09 +03:00 |
|
Alexey Milovidov
|
5146ab8acc
|
Rewriting ZooKeeper library [#CLICKHOUSE-2]
|
2018-03-19 03:32:59 +03:00 |
|
Alexey Milovidov
|
0d11b75def
|
Rewriting ZooKeeper library [#CLICKHOUSE-2]
|
2018-03-19 02:11:57 +03:00 |
|
Alexey Milovidov
|
347a83029a
|
Rewriting ZooKeeper library [#CLICKHOUSE-2]
|
2018-03-19 00:53:56 +03:00 |
|
Alexey Milovidov
|
c68af7f09a
|
Rewriting ZooKeeper library [#CLICKHOUSE-2]
|
2018-03-18 23:25:40 +03:00 |
|
Alexey Milovidov
|
a4e1bd5bc4
|
Rewriting ZooKeeper library [#CLICKHOUSE-2]
|
2018-03-18 21:31:18 +03:00 |
|
Alexey Milovidov
|
c1c5aa00ca
|
Rewriting ZooKeeper library [#CLICKHOUSE-2]
|
2018-03-18 21:14:01 +03:00 |
|
Alexey Milovidov
|
30196169a1
|
Rewriting ZooKeeper library [#CLICKHOUSE-2]
|
2018-03-18 18:23:06 +03:00 |
|
Alexey Milovidov
|
e272f6d79e
|
Not a fix [#CLICKHOUSE-3650].
|
2018-03-16 06:03:17 +03:00 |
|
Alexey Milovidov
|
b5e4d0692a
|
Disallow PREWHERE, SAMPLE, FINAL in MATERIALIZED VIEWs [#CLICKHOUSE-2].
|
2018-03-16 04:23:37 +03:00 |
|
Vitaliy Lyudvichenko
|
9e9739ce2d
|
Fixed a test. [#CLICKHOUSE-2]
|
2018-03-14 23:54:16 +03:00 |
|
Alexey Milovidov
|
597160443a
|
Fixed build after merge #2036
|
2018-03-14 21:58:40 +03:00 |
|
Vitaliy Lyudvichenko
|
f38dc334d6
|
Refactor of asyncMulti. [#CLICKHOUSE-2]
|
2018-03-14 16:29:03 +03:00 |
|
Vitaliy Lyudvichenko
|
8028ba0de9
|
Refactoring of zkutil::ZooKeeper::multi* functions. [#CLICKHOUSE-2]
|
2018-03-14 16:29:03 +03:00 |
|
Vitaliy Lyudvichenko
|
22794bc93e
|
ZooKeeper multi op is transparent with chroot prefixes. [#CLICKHOUSE-3639]
|
2018-03-14 16:27:16 +03:00 |
|
alexey-milovidov
|
9ac2569c65
|
Merge branch 'master' into refactor-table-declaration
|
2018-03-14 05:35:50 +03:00 |
|
Alexey Milovidov
|
8b59db58c3
|
Fixed uneven code #2032
|
2018-03-14 02:44:23 +03:00 |
|
alexey-milovidov
|
b5b1f7c8bd
|
Update ConfigReloader.h
|
2018-03-14 02:01:03 +03:00 |
|
Nikolai Kochetov
|
324cda232c
|
fix clang build [#CLICKHOUSE-3591]
|
2018-03-13 14:53:27 +03:00 |
|
Nikolai Kochetov
|
632a2ecabc
|
added SYSTEM RELOAD CONFIG query [#CLICKHOUSE-3591]
|
2018-03-13 13:41:47 +03:00 |
|
Alexey Zatelepin
|
78d92f6794
|
add some useful methods, rename for clarity [#CLICKHOUSE-3241]
|
2018-03-12 22:10:13 +03:00 |
|
Alexey Zatelepin
|
71642b0880
|
use ColumnsDescription everywhere [#CLICKHOUSE-3241]
|
2018-03-12 22:07:48 +03:00 |
|
Nikolai Kochetov
|
8b09e55102
|
added system.macros table [#CLICKHOUSE-3591]
|
2018-03-12 21:38:00 +03:00 |
|
Nikolai Kochetov
|
4dd7f47ad5
|
reload macros with config [#CLICKHOUSE-3591]
|
2018-03-12 21:16:51 +03:00 |
|
Alexey Milovidov
|
5ff433b670
|
Merged Limits to Settings [#CLICKHOUSE-2021]
|
2018-03-11 03:15:26 +03:00 |
|
Alexey Milovidov
|
7577b1db14
|
Added function "throwIf" [#CLICKHOUSE-2543]
|
2018-03-10 03:18:57 +03:00 |
|
Alexey Milovidov
|
3f8ef38b41
|
Fixed wording #245
|
2018-03-10 02:23:15 +03:00 |
|
Alexey Milovidov
|
e102ba5415
|
Fixed error #245
|
2018-03-10 01:11:42 +03:00 |
|
Alexey Milovidov
|
d0a15df011
|
Fixed non-harmful data race [#CLICKHOUSE-2]
|
2018-03-09 02:07:39 +03:00 |
|
Vitaliy Lyudvichenko
|
364f519eea
|
Threads and ProfileEvents in system.processes. [#CLICKHOUSE-2910]
|
2018-03-07 14:35:54 +03:00 |
|
Vitaliy Lyudvichenko
|
efdda9cc9b
|
Introduced ThreadStatus. [#CLICKHOUSE-2910]
|
2018-03-07 14:35:10 +03:00 |
|
proller
|
82a361d0e9
|
Show error to client if query was killed (#1989)
* Show error to client if query was killed
* Kill exception v2
* Use kill
* fix
* wip
* fix
* fxi
* try fix
* Revert "try fix"
This reverts commit eb76e4c040 .
* QUERY_WASCANCELLED
* Fxi all cancel()
* fix
|
2018-03-06 00:09:39 +03:00 |
|
Alexey Milovidov
|
ff822f5d81
|
Modified comment [#CLICKHOUSE-2]
|
2018-03-05 21:26:43 +03:00 |
|
Alexey Milovidov
|
c897e5ca39
|
Better [#CLICKHOUSE-2]
|
2018-03-03 18:36:20 +03:00 |
|
Alexey Milovidov
|
1aad435d52
|
Fixed race condition at startup [#CLICKHOUSE-2]
|
2018-03-03 17:40:17 +03:00 |
|