Replies: 1 comment 1 reply
-
@scholzj Can you please help me on this issue |
Beta Was this translation helpful? Give feedback.
1 reply
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,
I have existing topic and i have added the retention period for 2 days and then deployed kafka topic then i saw the status is not ready in kubernetes cluster. Can any one please help on this issue and this issue i am facing production. when i describe the topic i saw this message.
before my YML:
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
name: "prod-XXXX-order-XXXXX-XXXX"
labels:
strimzi.io/cluster: prod-XXXXXXXXXXXXXXX
spec:
partitions: 6
replicas: 3
Added retention period YML:
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
name: "prod-XXXX-order-XXXXX-XXXX"
labels:
strimzi.io/cluster: prod-XXXXXXXXXXXXXXX
spec:
partitions: 6
replicas: 3
config:
retention.ms: 7200000
segment.bytes: 1073741824
when i describe:
Conditions:
Last Transition Time: 2023-05-18T08:51:06.214844Z
Message: The state store, topic-store, may have migrated to another instance.
Reason: InvalidStateStoreException
Status: True
Type: NotReady
Observed Generation: 1
Topic Name: prod-order-enriched
Events:
Type Reason Age From Message
Warning io.strimzi.operator.topic.TopicOperator Failure processing KafkaTopic watch event ADDED on resource prod-cn-order-item-enriched with labels {strimzi.io/cluster=prod-oc4-selling-kafka-alicloud}: The state store, topic-store, may have migrated to another instance.
Beta Was this translation helpful? Give feedback.
All reactions