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

ch_benchmark_pg_cdc data verification failed with meta node pod-failure fault #15245

Closed
xuefengze opened this issue Feb 26, 2024 · 2 comments
Closed
Assignees
Labels
found-by-chaos-mesh type/bug Something isn't working
Milestone

Comments

@xuefengze
Copy link
Contributor

xuefengze commented Feb 26, 2024

Describe the bug

The experiment made the meta pod unavailable for 20 seconds. https://buildkite.com/risingwave-test/chaos-mesh/builds/616

Pod Failure Chaos Experiment would change the image of each container in the target Pod to the "pause image", which is a special image that does not perform any operations.

{
    "url": "postgres://postgres:[email protected]:5432/postgres",
    "database-name": "postgres",
    "database-checksum": -2276467997646561433,
    "table-checksums": [
        {
            "url": "postgres://postgres:[email protected]:5432/postgres",
            "table-name": "ch_benchmark_q1",
            "table-checksum": -2276467997646561433,
            "table-rows": 15
        }
    ]
}
{
    "url": "postgres://root:@127.0.0.1:4567/dev",
    "database-name": "dev",
    "database-checksum": -5986507887034328951,
    "table-checksums": [
        {
            "url": "postgres://root:@127.0.0.1:4567/dev",
            "table-name": "ch_benchmark_q1",
            "table-checksum": -5986507887034328951,
            "table-rows": 15
        }
    ]
}

same faults as with #15190.

Error message/log

No response

To Reproduce

No response

Expected behavior

No response

How did you deploy RisingWave?

No response

The version of RisingWave

nightly-20240225

Additional context

No response

@xuefengze xuefengze added the type/bug Something isn't working label Feb 26, 2024
@github-actions github-actions bot added this to the release-1.7 milestone Feb 26, 2024
@lmatz
Copy link
Contributor

lmatz commented Feb 26, 2024

link #15190

@StrikeW
Copy link
Contributor

StrikeW commented Apr 8, 2024

Confirm with @xuefengze the issue is checksum verification fail, close this one and tracked the issue by #15312

@StrikeW StrikeW closed this as completed Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
found-by-chaos-mesh type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants