You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently updated PMM to v2.43.2 and encountered an error in QAN "Unknown error". The network logs show 502 bad gateway responses. Looking at the qan-api2.log, we see the following error:
stdlog: qan-api2 v2.43.2.
time="2024-11-07T18:08:43.720+00:00" level=info msg="Log level: info."
time="2024-11-07T18:08:43.720+00:00" level=info msg="DSN: clickhouse://127.0.0.1:9000?database=pmm&block_size=10000&pool_size=2" component=main
stdlog: dsn: clickhouse://127.0.0.1:9000?database=pmm&block_size=10000&pool_size=2
stdlog: Migrations: Dirty database version 17. Fix and force version.
Going back in time a ways, it looks like the migration attempted to run after the upgrade but the DB was not healthy, so it got a connection refused. When the DB became healthy again, the migration began failing.
Description
We recently updated PMM to v2.43.2 and encountered an error in QAN "Unknown error". The network logs show 502 bad gateway responses. Looking at the qan-api2.log, we see the following error:
Going back in time a ways, it looks like the migration attempted to run after the upgrade but the DB was not healthy, so it got a connection refused. When the DB became healthy again, the migration began failing.
Expected Results
After updating the Helm chart version, we expected a smooth update and QAN to continue to work correctly.
Actual Results
QAN stopped working after updating the Helm chart version to latest.
Version
v2.43.2
Steps to reproduce
Relevant logs
see snippets above (can provide additional logs if requested)
Code of Conduct
The text was updated successfully, but these errors were encountered: