-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1529 from Altinity/0.24.0
- Loading branch information
Showing
510 changed files
with
58,742 additions
and
27,032 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
docs/ | ||
.vagrant/ | ||
.idea/ | ||
tests/ | ||
hack/ | ||
*.log | ||
./tests/image/cache/ | ||
tests/ | ||
.devspace/ | ||
.vagrant/ | ||
.idea/ | ||
|
||
devspace.yaml | ||
Vagrantfile | ||
|
||
config/config-dev.yaml | ||
config/secret.yaml | ||
|
||
*.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!-- IMPORTANT --> | ||
<!-- This file is auto-generated --> | ||
<!-- Do not edit this file - all changes would be lost --> | ||
<!-- Edit appropriate template in the following folder: --> | ||
<!-- deploy/builder/templates-config --> | ||
<!-- IMPORTANT --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!-- IMPORTANT --> | ||
<!-- This file is auto-generated --> | ||
<!-- Do not edit this file - all changes would be lost --> | ||
<!-- Edit appropriate template in the following folder: --> | ||
<!-- deploy/builder/templates-config --> | ||
<!-- IMPORTANT --> |
42 changes: 42 additions & 0 deletions
42
config/chk/keeper_config.d/01-keeper-01-default-config.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<!-- IMPORTANT --> | ||
<!-- This file is auto-generated --> | ||
<!-- Do not edit this file - all changes would be lost --> | ||
<!-- Edit appropriate template in the following folder: --> | ||
<!-- deploy/builder/templates-config --> | ||
<!-- IMPORTANT --> | ||
<clickhouse> | ||
<keeper_server> | ||
<coordination_settings> | ||
<min_session_timeout_ms>10000</min_session_timeout_ms> | ||
<operation_timeout_ms>10000</operation_timeout_ms> | ||
<raft_logs_level>information</raft_logs_level> | ||
<session_timeout_ms>100000</session_timeout_ms> | ||
</coordination_settings> | ||
<hostname_checks_enabled>true</hostname_checks_enabled> | ||
<log_storage_path>/var/lib/clickhouse-keeper/coordination/logs</log_storage_path> | ||
<snapshot_storage_path>/var/lib/clickhouse-keeper/coordination/snapshots</snapshot_storage_path> | ||
<storage_path>/var/lib/clickhouse-keeper</storage_path> | ||
<tcp_port>2181</tcp_port> | ||
<enable_reconfiguration>true</enable_reconfiguration> | ||
</keeper_server> | ||
<listen_host>::</listen_host> | ||
<listen_host>0.0.0.0</listen_host> | ||
<listen_try>1</listen_try> | ||
<logger> | ||
<console>1</console> | ||
<level>information</level> | ||
</logger> | ||
<max_connections>4096</max_connections> | ||
<openSSL> | ||
<server> | ||
<cacheSessions>true</cacheSessions> | ||
<certificateFile>/etc/clickhouse-keeper/server.crt</certificateFile> | ||
<dhParamsFile>/etc/clickhouse-keeper/dhparam.pem</dhParamsFile> | ||
<disableProtocols>sslv2,sslv3</disableProtocols> | ||
<loadDefaultCAFile>true</loadDefaultCAFile> | ||
<preferServerCiphers>true</preferServerCiphers> | ||
<privateKeyFile>/etc/clickhouse-keeper/server.key</privateKeyFile> | ||
<verificationMode>none</verificationMode> | ||
</server> | ||
</openSSL> | ||
</clickhouse> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!-- IMPORTANT --> | ||
<!-- This file is auto-generated --> | ||
<!-- Do not edit this file - all changes would be lost --> | ||
<!-- Edit appropriate template in the following folder: --> | ||
<!-- deploy/builder/templates-config --> | ||
<!-- IMPORTANT --> | ||
<clickhouse> | ||
<keeper_server> | ||
<http_control> | ||
<port>9182</port> | ||
<readiness> | ||
<endpoint>/ready</endpoint> | ||
</readiness> | ||
</http_control> | ||
</keeper_server> | ||
</clickhouse> |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!-- IMPORTANT --> | ||
<!-- This file is auto-generated --> | ||
<!-- Do not edit this file - all changes would be lost --> | ||
<!-- Edit appropriate template in the following folder: --> | ||
<!-- deploy/builder/templates-config --> | ||
<!-- IMPORTANT --> |
Oops, something went wrong.