Browse Source

try again: update ch 23.3.19.33 (#73118)

Same as https://github.com/getsentry/sentry/pull/72160 trying this
again. Last time we had a problem with getsentry tests being flaky which
is why I added https://github.com/getsentry/getsentry/pull/14261
MeredithAnya 8 months ago
parent
commit
38191774d8
2 changed files with 4 additions and 1 deletions
  1. 3 0
      config/clickhouse/loc_config.xml
  2. 1 1
      src/sentry/conf/server.py

+ 3 - 0
config/clickhouse/loc_config.xml

@@ -1,3 +1,6 @@
 <yandex>
     <max_server_memory_usage_to_ram_ratio>0.3</max_server_memory_usage_to_ram_ratio>
+    <merge_tree>
+        <old_parts_lifetime>1</old_parts_lifetime>
+    </merge_tree>
 </yandex>

+ 1 - 1
src/sentry/conf/server.py

@@ -2314,7 +2314,7 @@ SENTRY_DEVSERVICES: dict[str, Callable[[Any, Any], dict[str, Any]]] = {
     "clickhouse": lambda settings, options: (
         {
             "image": (
-                "ghcr.io/getsentry/image-mirror-altinity-clickhouse-server:22.8.15.25.altinitystable"
+                "ghcr.io/getsentry/image-mirror-altinity-clickhouse-server:23.3.19.33.altinitystable"
             ),
             "ports": {"9000/tcp": 9000, "9009/tcp": 9009, "8123/tcp": 8123},
             "ulimits": [{"name": "nofile", "soft": 262144, "hard": 262144}],