Skip to content

Releases: hazelcast/hazelcast-docker

v5.4.1

09 Mar 20:56
Compare
Choose a tag to compare
Increase RHEL testing MC startup timeout [DI-435] (#908)

When testing RHEL images, [the tests often
fail](https://github.com/hazelcast/hazelcast-docker/actions/workflows/tag_image_push_rhel.yml),
most recently because the MC pod failed to start in time:
> error: timed out waiting for the condition on
pods/test-13631969388-1-17-hazelcast-enterprise-mancenter-0

```
Conditions:
  Type                        Status
  PodReadyToStartContainers   True
  Initialized                 True
  Ready                       False
  ContainersReady             False
  PodScheduled                True
{...}
  Warning  Unhealthy               2m13s (x6 over 4m13s)   kubelet                  Liveness probe failed: Get "http://10.131.0.66:8081/health": dial tcp 10.131.0.66:8081: connect: connection refused
```

I've done [lots of investigation to try to get more
information](https://hazelcast.atlassian.net/browse/DI-435) without any
success, but what I _have_ noticed is that even on [successful
tests](https://github.com/hazelcast/hazelcast-docker/actions/runs/13631962459),
we still have multiple failures before MC is up-and-running:
```
Conditions:
  Type                        Status
  PodReadyToStartContainers   True
  Initialized                 True
  Ready                       True
  ContainersReady             True
  PodScheduled                True
{...}
  Warning  Unhealthy               101s (x2 over 111s)  kubelet                  Liveness probe failed: Get "http://10.131.0.61:8081/health": dial tcp 10.131.0.61:8081: connect: connection refused
```

My _assumption_ is that the timeout is too low (in fact, the timeout
doesn't make sense at all due to the flakey nature) and as such the
build failures are arbitrary - which increasing the timeout _partially_
addresses.

Fixes: [DI-435](https://hazelcast.atlassian.net/browse/DI-435)

Post-merge actions:
- [ ] backport
- [ ] retag

[DI-435]:
https://hazelcast.atlassian.net/browse/DI-435?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

v5.3.8

09 Mar 22:06
Compare
Choose a tag to compare
Increase RHEL testing MC startup timeout [DI-435] (#908)

When testing RHEL images, [the tests often
fail](https://github.com/hazelcast/hazelcast-docker/actions/workflows/tag_image_push_rhel.yml),
most recently because the MC pod failed to start in time:
> error: timed out waiting for the condition on
pods/test-13631969388-1-17-hazelcast-enterprise-mancenter-0

```
Conditions:
  Type                        Status
  PodReadyToStartContainers   True
  Initialized                 True
  Ready                       False
  ContainersReady             False
  PodScheduled                True
{...}
  Warning  Unhealthy               2m13s (x6 over 4m13s)   kubelet                  Liveness probe failed: Get "http://10.131.0.66:8081/health": dial tcp 10.131.0.66:8081: connect: connection refused
```

I've done [lots of investigation to try to get more
information](https://hazelcast.atlassian.net/browse/DI-435) without any
success, but what I _have_ noticed is that even on [successful
tests](https://github.com/hazelcast/hazelcast-docker/actions/runs/13631962459),
we still have multiple failures before MC is up-and-running:
```
Conditions:
  Type                        Status
  PodReadyToStartContainers   True
  Initialized                 True
  Ready                       True
  ContainersReady             True
  PodScheduled                True
{...}
  Warning  Unhealthy               101s (x2 over 111s)  kubelet                  Liveness probe failed: Get "http://10.131.0.61:8081/health": dial tcp 10.131.0.61:8081: connect: connection refused
```

My _assumption_ is that the timeout is too low (in fact, the timeout
doesn't make sense at all due to the flakey nature) and as such the
build failures are arbitrary - which increasing the timeout _partially_
addresses.

Fixes: [DI-435](https://hazelcast.atlassian.net/browse/DI-435)

Post-merge actions:
- [ ] backport
- [ ] retag

[DI-435]:
https://hazelcast.atlassian.net/browse/DI-435?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

v5.5.4

03 Mar 13:32
5af6d81
Compare
Choose a tag to compare
Add application logs to RHEL action logging [DI-430] [5.5.4] (#906)

Backports https://github.com/hazelcast/hazelcast-docker/pull/901

v5.5.0

26 Jul 21:06
c5a27bf
Compare
Choose a tag to compare
Fix pushing tag

v5.2.5

26 May 21:39
9acb29b
Compare
Choose a tag to compare
Rename EDITIONS to RELEASE_TYPE

v5.3.6

01 Feb 10:56
93e2b20
Compare
Choose a tag to compare
Fix publishing EE image to RH registry [v5.3.6]

v5.2.4

01 Feb 10:59
1652c12
Compare
Choose a tag to compare
Fix publishing EE image to RH registry [v5.2.4]

v5.1.7

01 Feb 10:59
761bd41
Compare
Choose a tag to compare
Fix publishing EE image to RH registry [v5.1.7]

v5.0.5

01 Feb 10:58
5d68072
Compare
Choose a tag to compare
Fix publishing EE image to RH registry [v5.0.5]

v5.3.5

26 Oct 15:53
f2ad2b3
Compare
Choose a tag to compare
Do not push multiple tags for DEVEL versions [v5.3.5]