Skip to content

Commit 59c0df3

Browse files
authored
fix(clickhouse): Use correct HTTP port for healthcheck (#1069)
Should fix #1058
1 parent 7b96408 commit 59c0df3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
- fix(clickhouse): Use correct HTTP port for healthcheck (#1069)
6+
Fixes the regular `Unexpected packet` errors in Clickhouse
7+
38
## 21.8.0
49

510
- feat: Support custom CA roots ([#27062](https://github.com/getsentry/sentry/pull/27062)), see the [docs](https://develop.sentry.dev/self-hosted/custom-ca-roots/) for more details.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ services:
206206
test:
207207
[
208208
"CMD-SHELL",
209-
"wget -nv -t1 --spider 'http://localhost:9000/' || exit 1",
209+
"wget -nv -t1 --spider 'http://localhost:8123/' || exit 1",
210210
]
211211
interval: 3s
212212
timeout: 600s

0 commit comments

Comments
 (0)