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

Topic replication won't match number of brokers #193

Open
mike-code opened this issue Aug 15, 2024 · 0 comments
Open

Topic replication won't match number of brokers #193

mike-code opened this issue Aug 15, 2024 · 0 comments

Comments

@mike-code
Copy link

mike-code commented Aug 15, 2024

There are two errors This server does not host this topic-partition and Replication factor is below 1 or larger than the number of available brokers despite there being two brokers running.

image

Spec:
  Interval:  3s
  Kafka API Spec:
    Brokers:
      redpanda-alpha-0.redpanda-alpha.operations.svc.cluster.local:9093
      redpanda-alpha-1.redpanda-alpha.operations.svc.cluster.local:9093
  Partitions:          20
  Replication Factor:  2
Status:
  Conditions:
    Last Transition Time:  2024-08-15T23:48:44Z
    Message:               Topic reconciliation failed
    Observed Generation:   1
    Reason:                Failed
    Status:                False
    Type:                  Ready
  Observed Generation:     1
Events:
  Type     Reason                             Age                 From             Message
  ----     ------                             ----                ----             -------
  Warning  topicCreationFailure               85s (x12 over 95s)  TopicReconciler  creating topic ([INVALID_REPLICATION_FACTOR: Replication factor is below 1 or larger than the number of available brokers.]) CreateTopicsResponse error (%!!(MISSING)s(MISSING)): %!!(MISSING)s(MISSING)
  Warning  topicConfigurationDescribeFailure  74s (x13 over 95s)  TopicReconciler  describing topic configuration ([UNKNOWN_TOPIC_OR_PARTITION: This server does not host this topic-partition.]) DescribeConfigsResponse error (%!!(MISSING)s(MISSING)): %!!(MISSING)s(MISSING)

JIRA Link: K8S-322

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant