Roman Vasin
8649c84461
Remove conditional linking
2023-07-20 13:28:37 +00:00
Roman Vasin
5bba0ff698
Fix build of keeper-bench
2023-06-16 20:13:36 +00:00
Robert Schulze
6848eafb39
Cleanup utils build
2023-05-06 17:11:06 +00:00
Manas Alekar
6d6f3bc58b
Static cast std::atomic<size_t> to uint64_t to serialize.
...
There are no viable constructors for the atomic in rapidJSON.
2023-05-03 18:11:17 -07:00
Azat Khuzhin
d761e24514
Do not build keeper-bench if rapidjson was disabled
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-05-03 09:49:47 +02:00
Antonio Andelic
10cfc146cb
Fix spaces
2023-04-17 15:09:35 +00:00
Antonio Andelic
06087b3bf0
update README
2023-04-17 14:45:39 +00:00
Antonio Andelic
ef5d8b4f37
Add readme
2023-04-17 11:30:59 +00:00
Antonio Andelic
3dcc7e2f9e
Improve outputs
2023-04-17 11:25:46 +00:00
Antonio Andelic
6bc1ab7ab1
Add JSON output
2023-04-14 18:49:28 +00:00
Antonio Andelic
ca1e6ac5ca
Add example yaml
2023-04-07 15:22:03 +00:00
Antonio Andelic
e9d43a8f6a
Remove generator name config
2023-04-07 15:20:36 +00:00
Antonio Andelic
46533c1ea7
CreateRequest more stable
2023-04-07 14:55:23 +00:00
Antonio Andelic
9df7a67306
Add more configurations
2023-04-07 14:15:25 +00:00
Antonio Andelic
22a4d7d1e1
Support connection definition
2023-04-07 13:02:42 +00:00
Antonio Andelic
994b6dd71c
Add other requests
2023-04-06 19:17:35 +00:00
Antonio Andelic
d74ff75d83
Add support for create request test
2023-04-06 15:10:58 +00:00
Antonio Andelic
e2e32fa34c
Add config
2023-04-06 10:25:37 +00:00
Azat Khuzhin
f38a7aeabe
ThreadPool metrics introspection
...
There are lots of thread pools and simple local-vs-global is not enough
already, it is good to know which one in particular uses threads.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-03-29 10:46:59 +02:00
Antonio Andelic
f7c0cca297
Maybe better keeper-bench
2023-03-24 14:37:51 +00:00
Alexander Tokmakov
ae000e9125
Merge branch 'master' into zookeeper_client_fault_injection
2022-08-17 12:48:54 +03:00
Azat Khuzhin
d3e8ad9e7e
Fix keeper-bench in case of error during scheduling a thread
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-08-12 10:56:11 +02:00
Alexander Tokmakov
ecf7ce1f74
Merge branch 'master' into zookeeper_client_fault_injection
2022-08-01 20:49:01 +02:00
Robert Schulze
1a7727a254
Prefix overridden add_executable() command with "clickhouse_"
...
A simple HelloWorld program with zero includes except iostream triggers
a build of ca. 2000 source files. The reason is that ClickHouse's
top-level CMakeLists.txt overrides "add_executable()" to link all
binaries against "clickhouse_new_delete". This links against
"clickhouse_common_io", which in turn has lots of 3rd party library
dependencies ... Without linking "clickhouse_new_delete", the number of
compiled files for "HelloWorld" goes down to ca. 70.
As an example, the self-extracting-executable needs none of its current
dependencies but other programs may also benefit.
In order to restore access to the original "add_executable()", the
overriding version is now prefixed. There is precedence for a
"clickhouse_" prefix (as opposed to "ch_"), for example
"clickhouse_split_debug_symbols". In general prefixing makes sense also
because overriding CMake commands relies on undocumented behavior and is
considered not-so-great practice (*).
(*) https://crascit.com/2018/09/14/do-not-redefine-cmake-commands/
2022-07-11 19:36:18 +02:00
Antonio Andelic
3a71b63b5d
Add list request type
2022-06-23 10:28:12 +00:00
Alexander Tokmakov
c23bc01196
Merge branch 'master' into zookeeper_client_fault_injection
2022-05-11 17:20:42 +02:00
alesapin
3107b2bcd6
Add small script for stupid keeper check
2022-04-28 18:13:54 +02:00
Robert Schulze
118e94523c
Activate clang-tidy warning "readability-container-contains"
...
This check suggests replacing <Container>.count() by
<Container>.contains() which is more speaking and in case of
multimaps/multisets also faster.
2022-04-18 23:53:11 +02:00
Alexander Tokmakov
5c760fd7ce
Merge branch 'master' into zookeeper_client_fault_injection
2022-03-21 11:57:40 +01:00
alesapin
eaa0e4e542
Add set generator
2022-01-20 20:06:34 +03:00
alesapin
9ea6b8c2d3
Some interm state
2022-01-19 14:46:29 +03:00
alesapin
3d325aacf6
Merge branch 'master' into better_hashmap
2022-01-19 12:31:23 +03:00
Azat Khuzhin
4a2bc64989
Introduce clickhouse_common_zookeeper_no_log (w/o extra deps for examples)
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-01-11 23:51:41 +03:00
alesapin
f8114126ed
Use HashMap and arena with free lists for keeper
2021-12-30 19:21:49 +03:00
Alexander Tokmakov
6e296d0342
refactor ctor arguments
2021-10-21 13:44:52 +03:00
Raúl Marín
4b65db4231
Fix keeper bench compilation
2021-07-28 11:06:27 +02:00
Raúl Marín
7f6bf6513f
Link keeper-bench to clickhouse_common_zookeeper
2021-04-19 11:46:28 +02:00
alesapin
e9e9a7d7d5
Upload binary via scp
2021-04-14 19:25:48 +03:00
alesapin
c506e3218b
Teaching jepsen to run external programs
2021-04-14 16:40:53 +03:00
alesapin
a893cd3fe6
Integrating into jepsen
2021-04-14 12:01:33 +03:00
alesapin
9a59c12f7e
Fix some stupid things
2021-04-13 16:26:55 +03:00
alesapin
8653975f83
Some missed files
2021-04-13 15:36:47 +03:00
alesapin
b115b8af3d
Something working
2021-04-13 14:55:08 +03:00
alesapin
13d3e59b6a
More fixes
2021-04-13 10:33:18 +03:00
alesapin
05959d482b
Better
2021-04-12 18:40:42 +03:00
alesapin
fea0ec5046
Some code
2021-04-12 11:10:23 +03:00