Skip to content

Commit f0ecc90

Browse files
committed
always OK
1 parent 76f6ee0 commit f0ecc90

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

dev/integration/docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ services:
9797
- "21000:21000" # RPC
9898
volumes: *common-volumes
9999
command: coordinator
100+
depends_on:
101+
prometheus:
102+
condition: service_healthy
103+
pushgateway:
104+
condition: service_healthy
100105
healthcheck:
101106
test: ["CMD", "curl", "-f", "http://localhost:19995/api/app/total"]
102107
interval: 10s

dev/integration/riffle.conf.1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dashmap_shard_amount = 128
1616
data_paths = ["/tmp/riffle-server-1/data"]
1717
healthy_check_min_disks = 0
1818
disk_max_concurrency = 2000
19+
disk_high_watermark = 1.0
1920

2021
[hybrid_store]
2122
memory_spill_high_watermark = 0.5

dev/integration/riffle.conf.2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dashmap_shard_amount = 128
1616
data_paths = ["/tmp/riffle-server-2/data"]
1717
healthy_check_min_disks = 0
1818
disk_max_concurrency = 2000
19+
disk_high_watermark = 1.0
1920

2021
[hybrid_store]
2122
memory_spill_high_watermark = 0.5

0 commit comments

Comments
 (0)