sundy-li
|
544b2cb20d
|
add configChanged method for zookeeper
fix logic error && skip reload testkeeper
|
2020-09-17 13:33:45 +08:00 |
|
Artem Zuikov
|
51ba12c2c3
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
|
Alexey Milovidov
|
4b3220f79a
|
Prepare for clang 11
|
2020-09-04 03:39:56 +03:00 |
|
Alexey Milovidov
|
5c0a9648fb
|
Remove even more useless code
|
2020-08-18 22:03:23 +03:00 |
|
Alexey Milovidov
|
eeb769d2d4
|
Remove useless code around zkutil
|
2020-08-18 22:02:07 +03:00 |
|
Alexey Milovidov
|
696f773267
|
Remove ZooKeeper from unit tests
|
2020-08-15 07:29:02 +03:00 |
|
Alexey Milovidov
|
edd89a8610
|
Fix half of typos
|
2020-08-08 03:47:03 +03:00 |
|
Alexey Milovidov
|
d63f82e36e
|
Even more retries in zkutil gtest
|
2020-07-31 13:12:03 +03:00 |
|
Nikita Mikhaylov
|
4d49d2c671
|
another removes
|
2020-07-30 13:31:14 +03:00 |
|
Alexey Milovidov
|
e1173bc3f7
|
Fixup
|
2020-07-16 05:00:21 +03:00 |
|
Alexey Milovidov
|
b665413869
|
Improve performance of TestKeeper
|
2020-07-15 01:53:34 +03:00 |
|
Alexey Milovidov
|
5a7e921135
|
Slightly modernize code around ZooKeeper
|
2020-06-24 14:02:14 +03:00 |
|
alexey-milovidov
|
598fd75caf
|
Merge pull request #11639 from ClickHouse/remove-leader-election-2
Remove leader election, step 2: allow multiple leaders
|
2020-06-17 09:25:23 +03:00 |
|
Alexey Milovidov
|
85a7676bf4
|
Fix flaky unit tests with ZooKeeper.
|
2020-06-16 02:32:30 +03:00 |
|
Alexey Milovidov
|
b8b55a5b99
|
More LeaderElection to Storage/MergeTree
|
2020-06-13 04:35:49 +03:00 |
|
Alexey Milovidov
|
902774c89c
|
Removed default value of constructor
|
2020-06-13 04:34:05 +03:00 |
|
Alexey Milovidov
|
a690851586
|
Fix style
|
2020-06-13 00:20:59 +03:00 |
|
Alexey Milovidov
|
8985d64237
|
Fix "Arcadia" build
|
2020-06-13 00:20:00 +03:00 |
|
Alexey Milovidov
|
f608044690
|
Fix error
|
2020-06-12 21:19:16 +03:00 |
|
Alexey Milovidov
|
72257061d5
|
Avoid errors due to implicit int<->bool conversions when using ZK API
|
2020-06-12 18:09:12 +03:00 |
|
Ivan
|
47ad338cb2
|
Refactor CMake build files (#11390)
* Get rid of lib_name.cmake
* Refactor Boost and HyperScan libraries
* Refactor lz4
* Fix build with xxHash
|
2020-06-09 13:54:49 +03:00 |
|
Alexander Kuzmenkov
|
07e4bb7050
|
Remove assorted synonyms of LOGICAL_ERROR.
We don't need any special handling for them on the client, and, on the
contrary, have to handle them as logical errors in tests.
|
2020-06-03 16:18:42 +03:00 |
|
Alexey Milovidov
|
25f941020b
|
Remove namespace pollution
|
2020-05-31 00:57:37 +03:00 |
|
Alexey Milovidov
|
7e1813825b
|
Return old names of macros
|
2020-05-24 01:24:01 +03:00 |
|
Alexey Milovidov
|
f75587e562
|
Progress on task
|
2020-05-23 23:13:34 +03:00 |
|
Alexey Milovidov
|
8042e5febe
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+ << "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}\5{}", \4, \6);/'
|
2020-05-23 19:58:15 +03:00 |
|
Alexey Milovidov
|
8d2e80a5e2
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+"\)' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+, "[^"]+")\)/\1_FORMATTED(\2)/'
|
2020-05-23 19:42:39 +03:00 |
|
alexey-milovidov
|
63c6eb1a37
|
Update ZooKeeper.h
|
2020-05-13 23:40:54 +03:00 |
|
tavplubix
|
39518fe725
|
trigger CI
|
2020-05-13 16:45:39 +03:00 |
|
Alexander Tokmakov
|
032197b015
|
fix alter and optimize hangs when replica becomes inactive
|
2020-05-13 10:06:57 +03:00 |
|
Ivan
|
85d783c247
|
Poco contrib refactoring (#10396)
* Remove config_common.h
* Refactor libcpuid contrib
* Remove support for libcpuinfo
* Define USE_CPUID in Arcadia
* Refactor Poco libraries
|
2020-05-08 17:11:19 +03:00 |
|
Alexey Milovidov
|
be22a4b94e
|
Checkpoint
|
2020-04-22 08:39:31 +03:00 |
|
Ivan
|
d5b0a7e691
|
Fix Arcadia build (#10380)
|
2020-04-20 15:21:25 +03:00 |
|
Konstantin Lebedev
|
a7c5f622ea
|
Add string_utils for tests/zookeeper_impl.cpp
|
2020-04-14 00:27:54 +03:00 |
|
Konstantin Lebedev
|
c9542b6601
|
Style fixes for communication between ClickHouse and Zookeeper over SSL
|
2020-04-11 01:09:14 +03:00 |
|
Konstantin Lebedev
|
b666f60af8
|
Optional secured communication between ClickHouse and Zookeeper
|
2020-04-09 01:40:54 +03:00 |
|
Alexey Milovidov
|
ccec944ff4
|
Fix flacky test, take 3
|
2020-04-07 23:21:43 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|