From 5d350fb8bf623ebe03171d327ed6a5b37d46567d Mon Sep 17 00:00:00 2001 From: WenyXu Date: Thu, 6 Jun 2024 11:44:46 +0000 Subject: [PATCH] fix: update config --- .github/actions/setup-greptimedb-cluster/with-minio.yaml | 7 +++++++ .../actions/setup-greptimedb-cluster/with-remote-wal.yaml | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/.github/actions/setup-greptimedb-cluster/with-minio.yaml b/.github/actions/setup-greptimedb-cluster/with-minio.yaml index 9fe5f69fae..d5ddcddba5 100644 --- a/.github/actions/setup-greptimedb-cluster/with-minio.yaml +++ b/.github/actions/setup-greptimedb-cluster/with-minio.yaml @@ -4,6 +4,10 @@ meta: read_rt_size = 8 write_rt_size = 8 bg_rt_size = 8 + + [datanode] + [datanode.client] + timeout = "60s" datanode: config: |- [runtime] @@ -16,6 +20,9 @@ frontend: read_rt_size = 8 write_rt_size = 8 bg_rt_size = 8 + + [meta_client] + ddl_timeout = "60s" objectStorage: s3: bucket: default diff --git a/.github/actions/setup-greptimedb-cluster/with-remote-wal.yaml b/.github/actions/setup-greptimedb-cluster/with-remote-wal.yaml index 9aa3494705..bf4d3da65c 100644 --- a/.github/actions/setup-greptimedb-cluster/with-remote-wal.yaml +++ b/.github/actions/setup-greptimedb-cluster/with-remote-wal.yaml @@ -9,6 +9,11 @@ meta: provider = "kafka" broker_endpoints = ["kafka.kafka-cluster.svc.cluster.local:9092"] num_topics = 3 + + + [datanode] + [datanode.client] + timeout = "60s" datanode: config: |- [runtime] @@ -26,6 +31,9 @@ frontend: read_rt_size = 8 write_rt_size = 8 bg_rt_size = 8 + + [meta_client] + ddl_timeout = "60s" objectStorage: s3: bucket: default