Slackbot
07/11/2023, 9:11 PMPrashant Shahi
07/12/2023, 5:40 AMPrashant Shahi
07/12/2023, 5:41 AMcluster
Prashant Shahi
07/12/2023, 5:41 AMPrashant Shahi
07/12/2023, 5:41 AMAl
07/12/2023, 1:48 PM┌─cluster─────────────────────────────────────────┐
│ all-replicated │
│ all-sharded │
│ cluster │
│ test_cluster_one_shard_three_replicas_localhost │
│ test_cluster_one_shard_three_replicas_localhost │
│ test_cluster_one_shard_three_replicas_localhost │
│ test_cluster_two_shards │
│ test_cluster_two_shards │
│ test_cluster_two_shards_internal_replication │
│ test_cluster_two_shards_internal_replication │
│ test_cluster_two_shards_localhost │
│ test_cluster_two_shards_localhost │
│ test_shard_localhost │
│ test_shard_localhost_secure │
│ test_unavailable_shard │
│ test_unavailable_shard │
└─────────────────────────────────────────────────┘
but after upgrading to v0.22 only the test_*
clusters are available.Al
07/13/2023, 3:10 PMhelm rollback signoz
to the previous revision (v0.21.0), restored clickhouse to working condition. Not sure what happened during the upgrade.
Perhaps I can attempt upgrading to v0.22.0 again and see if it was transient issue.Prashant Shahi
07/13/2023, 3:27 PMSELECT cluster
FROM system.clusters
Query id: 70c515db-ac46-4738-8518-3bf84757e645
┌─cluster─────────────────────────────────────────┐
│ all-replicated │
│ all-sharded │
│ cluster │
│ test_cluster_one_shard_three_replicas_localhost │
│ test_cluster_one_shard_three_replicas_localhost │
│ test_cluster_one_shard_three_replicas_localhost │
│ test_cluster_two_shards │
│ test_cluster_two_shards │
│ test_cluster_two_shards_internal_replication │
│ test_cluster_two_shards_internal_replication │
│ test_cluster_two_shards_localhost │
│ test_cluster_two_shards_localhost │
│ test_shard_localhost │
│ test_shard_localhost_secure │
│ test_unavailable_shard │
│ test_unavailable_shard │
└─────────────────────────────────────────────────┘
Prashant Shahi
07/13/2023, 3:27 PMPrashant Shahi
07/13/2023, 3:28 PMhelm repo update
Al
07/13/2023, 3:50 PMsignoz/signoz 0.18.1 0.22.0 SigNoz Observability Platform Helm Chart
Resulting in:
1. You have just deployed SigNoz cluster:
- frontend version: '0.22.0'
- query-service version: '0.22.0'
- alertmanager version: '0.23.1'
- otel-collector version: '0.79.2'
- otel-collector-metrics version: '0.79.2'
Al
07/13/2023, 6:36 PMPrashant Shahi
07/14/2023, 8:22 AMAl
07/18/2023, 8:11 PMREVISION UPDATED STATUS CHART APP VERSION DESCRIPTION
14 Tue Jul 18 19:10:43 2023 superseded signoz-0.18.2 0.22.0 Upgrade complete
The following log entry seems relevant:
2023.07.18 19:19:59.669624 [ 240 ] {} <Error> DDLWorker: Cannot parse DDL task query-0000025438: Cannot parse query or obtain cluster info. Will try to send error status: 371
Code: 371. DB::Exception: DDL task query-0000025438 contains current host chi-signoz-clickhouse-cluster-0-0:9000 in cluster cluster, but there is no such cluster here. (INCONSISTENT_CLUSTER_DEFINITION) (version 22.8.8.3 (official build))
2023.07.18 19:19:59.681107 [ 244 ] {} <Information> DDLWorker: Task query-0000025438 is outdated, deleting it
2023.07.18 19:19:59.684970 [ 240 ] {} <Error> DDLWorker: Cannot parse DDL task query-0000025439: Cannot parse query or obtain cluster info. Will try to send error status: 371
I have rolled back to signoz-0.17.0 0.21.0
and the signoz deployment is functional again.Prashant Shahi
07/18/2023, 9:12 PMsignoz-0.19.1
.
Also, you would be required to run the migration steps: https://signoz.io/docs/operate/migration/upgrade-0.23/Al
07/19/2023, 6:25 PMsignoz-0.19.1
completed successfully!