-
Notifications
You must be signed in to change notification settings - Fork 104
Conversation
@AlexeySetevoi Could we perhaps retrigger the tests on this one? They seem related to #71 |
@AlexeySetevoi This needs approval from you in order to run CI tests |
README.md
Outdated
@@ -26,11 +26,20 @@ F: You can add listen ips on top of defaults: | |||
clickhouse_listen_host_custom: | |||
- "192.168.0.1" | |||
``` | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a misstake due to merge conflict
README.md
Outdated
F: Or you can specify ips directly e.g. to listen on all ipv4 and ipv6 addresses: | ||
```yaml | ||
clickhouse_listen_host: | ||
- "::" | ||
``` | ||
>>>>>>> 7cb5558ba9f17238a4f33d2ba3b0f5e7c6ed7003 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also looks weird
F: you can manage ttl query_log: | ||
```yaml | ||
clickhouse_query_log_ttl: 'event_date + INTERVAL 7 DELETE' | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not have anything to do with the fixing of shards? It should perhaps be better suited in a separate PR?
README.md
Outdated
@@ -244,6 +253,7 @@ Including an example of how to use your role (for instance, with variables passe | |||
quota: "default", | |||
dbs: [ testu1,testu2,testu3 ] , | |||
comment: "classic user with multi dbs and multi-custom network allow password"} | |||
clickhouse_query_log_ttl: 'event_date + INTERVAL 30 DELETE' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Separate PR?
@@ -264,6 +264,9 @@ | |||
toStartOfHour(event_time) | |||
--> | |||
<partition_by>toYYYYMM(event_date)</partition_by> | |||
{% if clickhouse_query_log_ttl is defined %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Separate PR?
{% endfor %} | ||
</remote_servers> | ||
</yandex> | ||
</yandex> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is probaly also unintentional. You are missing final newline character
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Saw some issues with this that I would guess Alexey would want fixed before he can merge this. Let me know if you have any questions.
Thank you, I'm very inattentive, I fix it |
@AlexeySetevoi Could you start the CI tests on this one? |
@AlexeySetevoi merge? |
* shard * fix * add clickhouse_query_log_ttl * fix readme Co-authored-by: Maksim <[email protected]>
No description provided.