Replies: 2 comments 3 replies
-
Please use proper formatting for the log snippets to make them more readable. I think it just says that your topics are not in sync. Normally, this means you need to wait for them to get in sync. |
Beta Was this translation helpful? Give feedback.
0 replies
-
ok, but kafka brokers still using Strimzi operator 0.19 and i have restarted one by one but still i saw 0.19 strmzi operator. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All
My Kafka cluster running on Strimzi operator 0.19 and i am trying to upgrade 0.22 and when i have applied by using kubectl command the yml (strimzi-cluster-operator-0.22.1.yaml) and its successfully updated and i saw the operator running in 0.22 and when i check the Kafka cluster still using 0.19 Strimzi operator. can any one help on this issue .
operator:
.
kafka:

kubectl get crd kafkas.kafka.strimzi.io -o jsonpath="{.spec.versions[*].name}"
W0411 09:17:42.988537 8660 gcp.go:120] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.25+; use gcloud instead.
To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
v1beta2 v1beta1 v1alpha1
operator logs:
23-04-11 07:13:02 WARN AbstractOperator:97 - Kafka resource kafka-selling in namespace selling-kafka: In API version kafka.strimzi.io/v1beta1 the metrics property at path spec.zookeeper.metrics has been deprecated, and should now be configured using spec.zookeeper.metricsConfig. This property is removed in API version v1beta2.
2023-04-11 07:13:02 INFO AbstractOperator:254 - Reconciliation #1344(timer) Kafka(selling-kafka/kafka-selling): Kafka kafka-selling will be checked for creation or modification
2023-04-11 07:13:02 WARN AbstractOperator:97 - KafkaMirrorMaker resource kafka-selling-mirromaker-prod in namespace selling-kafka: In API version kafka.strimzi.io/v1beta1 the metrics property at path spec.metrics has been deprecated, and should now be configured using spec.metricsConfig. This property is removed in API version v1beta2.
2023-04-11 07:13:02 WARN AbstractOperator:97 - KafkaMirrorMaker resource kafka-selling-mirromaker-prod in namespace selling-kafka: In API version kafka.strimzi.io/v1beta1 the metrics property at path spec.metrics has been deprecated, and should now be configured using spec.metricsConfig. This property is removed in API version v1beta2.
2023-04-11 07:13:02 INFO AbstractOperator:254 - Reconciliation #1345(timer) KafkaMirrorMaker(selling-kafka/kafka-selling-mirromaker-prod): KafkaMirrorMaker kafka-selling-mirromaker-prod will be checked for creation or modification
2023-04-11 07:13:02 INFO AbstractOperator:493 - Reconciliation #1345(timer) KafkaMirrorMaker(selling-kafka/kafka-selling-mirromaker-prod): reconciled
2023-04-11 07:13:35 INFO KafkaRoller:296 - Reconciliation #1344(timer) Kafka(selling-kafka/kafka-selling): Could not roll pod 1 due to io.strimzi.operator.cluster.operator.resource.KafkaRoller$ForceableProblem: Error getting broker config, retrying after at least 250ms
2023-04-11 07:13:35 INFO KafkaRoller:504 - Reconciliation #1344(timer) Kafka(selling-kafka/kafka-selling): Pod 0 needs to be restarted. Reason: [Pod has old generation]
2023-04-11 07:13:35 INFO KafkaRoller:296 - Reconciliation #1344(timer) Kafka(selling-kafka/kafka-selling): Could not roll pod 0 due to io.strimzi.operator.cluster.operator.resource.KafkaRoller$ForceableProblem: Pod kafka-selling-kafka-0 is currently the controller and there are other pods still to roll, retrying after at least 250ms
2023-04-11 07:13:35 INFO KafkaRoller:504 - Reconciliation #1344(timer) Kafka(selling-kafka/kafka-selling): Pod 2 needs to be restarted. Reason: [Pod has old generation]
2023-04-11 07:13:35 INFO KafkaAvailability:121 - __transaction_state/0 will be underreplicated (|ISR|=2 and min.insync.replicas=2) if broker 2 is restarted
I have deployed strimzi operator using these helm charts and operator is deployed successfully
Beta Was this translation helpful? Give feedback.
All reactions