Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cluster readiness reports Healthy when still not joined #279

Closed
danielmoriya opened this issue Jun 5, 2024 · 1 comment
Closed

Cluster readiness reports Healthy when still not joined #279

danielmoriya opened this issue Jun 5, 2024 · 1 comment

Comments

@danielmoriya
Copy link

I'm adding the latest Akka.HealthCheck.Cluster package.
Although the Readme says that it will return unhealthy when Actor system, is up, but still not joined the cluster, the results I'm getting a Healthy status with just the message for both liveness and readiness, that still not joined.

        "akka-live-cluster": {
            "data": {
                "message": "not yet joined cluster"
            },
            "description": "Akka.NET cluster is alive",
            "duration": "00:00:00.0000842",
            "status": "Healthy",
            "tags": [
                "akka",
                "live",
                "cluster"
            ]
        },
        "akka-ready-cluster": {
            "data": {
                "message": "not yet joined cluster"
            },
            "description": "Akka.NET cluster is ready",
            "duration": "00:00:00.0000657",
            "status": "Healthy",
            "tags": [
                "akka",
                "ready",
                "cluster"
            ]
        }
@Arkatufus
Copy link
Contributor

Arkatufus commented Jun 11, 2024

We relaxed the cluster healthcheck rules here: #238
Basically, the readiness probe only returns unhealthy if all other nodes in the cluster is unreachable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants