0

I'm working on a apache pulsar cluster and it was working fine, but for some reason I started getting the following message when I try to send a message:

ERROR [id: 0xc5de4911, L:/127.0.0.1:55672 - R:localhost/127.0.0.1:6650] Close connection becaues received internal-server error java.lang.IllegalArgumentException: bound must be positive

Also i'm getting the following error:

persistent://global/mycluster-cluster1/ns1/topic-partition-0] [null] Error connecting to broker: org.apache.pulsar.client.api.PulsarClientException$LookupException: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /loadbalance/brokers/ip-11-55-123-80.ec2.internal:8080

I know the topic is created because i doble checked it using the pulsar-admin cli. I'm lost on where to start looking anyone could point me out.

elcharrua
  • 1,582
  • 6
  • 30
  • 50

1 Answers1

2

from the error message, it seems to be a race condition when Pulsar splits a namespace bundle. What version of Pulsar are you using?

Sijie Guo
  • 201
  • 1
  • 2