mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 12:44:42 +00:00
93dd6b83e7
* save all merge params to zookeeper Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com> * calculate hash for graphite merge params Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com> * add graphite params hash to zookeeper + fix tests Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com> * install new graphite for testing Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com> * fix backward incompatibility Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com> * minor fix test Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com> * Update src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp Co-authored-by: Alexander Tokmakov <tavplubix@gmail.com> * remove peekString and add more comments - peekString doesn't always work even for ReadBufferFromString - more comment re. backward compatibility Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com> --------- Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com> Co-authored-by: Alexander Tokmakov <tavplubix@gmail.com>
30 lines
930 B
XML
30 lines
930 B
XML
<!-- alternative graphite config, for testing 02910_replicated_merge_parameters_must_consistent -->
|
|
<clickhouse>
|
|
<graphite_rollup_alternative>
|
|
<version_column_name>Version</version_column_name>
|
|
<pattern>
|
|
<regexp>sum</regexp>
|
|
<function>any</function>
|
|
<retention>
|
|
<age>0</age>
|
|
<precision>600</precision>
|
|
</retention>
|
|
<retention>
|
|
<age>17280</age>
|
|
<precision>6000</precision>
|
|
</retention>
|
|
</pattern>
|
|
<default>
|
|
<function>any</function>
|
|
<retention>
|
|
<age>0</age>
|
|
<precision>600</precision>
|
|
</retention>
|
|
<retention>
|
|
<age>17280</age>
|
|
<precision>6000</precision>
|
|
</retention>
|
|
</default>
|
|
</graphite_rollup_alternative>
|
|
</clickhouse>
|