Alexey Milovidov
|
598c7fddb7
|
Applied clang-format to some imported code [#CLICKHOUSE-2]
|
2018-05-07 05:06:00 +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 |
|
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 |
|
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 |
|
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 |
|