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

[BUG] #816

Open
maketubu7 opened this issue Feb 13, 2023 · 0 comments
Open

[BUG] #816

maketubu7 opened this issue Feb 13, 2023 · 0 comments
Labels

Comments

@maketubu7
Copy link

Describe the bug
Failed to getTopic persistent

To Reproduce
pulsar version 2.9.2
aop version 2.9.1
After a period of normal operation, this problem occurred

INFO  io.streamnative.pulsar.handlers.amqp.AmqpTopicManager - Find getBrokerServiceUrl Optional[LookupResult [type=BrokerUrl, lookupData=LookupData{brokerUrl=pulsar://172.22.1.17:36650, brokerUrlTls=null, httpUrl=http://172.22.1.17:38080, httpUrlTls=null}]], return Topic: persistent://public/nova/__amqp_queue__scheduler
2023-02-13T09:07:19,825+0800 [pulsar-io-4-85] WARN  org.apache.pulsar.broker.service.BrokerService - Namespace bundle for topic (persistent://public/nova/__amqp_queue__scheduler) not served by this instance. Please redo the lookup. Request is denied: namespace=public/nova
2023-02-13T09:07:19,825+0800 [pulsar-io-4-85] ERROR io.streamnative.pulsar.handlers.amqp.AmqpTopicManager - Failed to getTopic persistent://public/nova/__amqp_queue__scheduler. exception: org.apache.pulsar.broker.service.BrokerServiceException$ServiceUnitNotReadyException: Namespace bundle for topic (persistent://public/nova/__amqp_queue__scheduler) not served by this instance. Please redo the lookup. Request is denied: namespace=public/nova
2023-02-13T09:07:19,825+0800 [pulsar-io-4-85] WARN  io.streamnative.pulsar.handlers.amqp.QueueContainer - [public/nova][scheduler] Queue topic did not exist.
2023-02-13T09:07:19,826+0800 [pulsar-io-4-85] INFO  io.streamnative.pulsar.handlers.amqp.AmqpTopicManager - Find getBrokerServiceUrl Optional[LookupResult [type=BrokerUrl, lookupData=LookupData{brokerUrl=pulsar://172.22.1.17:36650, brokerUrlTls=null, httpUrl=http://172.22.1.17:38080, httpUrlTls=null}]], return Topic: persistent://public/nova/__amqp_queue__scheduler
2023-02-13T09:07:19,826+0800 [pulsar-io-4-85] WARN  org.apache.pulsar.broker.service.BrokerService - Namespace bundle for topic (persistent://public/nova/__amqp_queue__scheduler) not served by this instance. Please redo the lookup. Request is denied: namespace=public/nova
2023-02-13T09:07:19,826+0800 [pulsar-io-4-85] ERROR io.streamnative.pulsar.handlers.amqp.AmqpTopicManager - Failed to getTopic persistent://public/nova/__amqp_queue__scheduler. exception: org.apache.pulsar.broker.service.BrokerServiceException$ServiceUnitNotReadyException: Namespace bundle for topic (persistent://public/nova/__amqp_queue__scheduler) not served by this instance. Please redo the lookup. Request is denied: namespace=public/nova
2023-02-13T09:07:19,826+0800 [pulsar-io-4-85] WARN  io.streamnative.pulsar.handlers.amqp.QueueContainer - [public/nova][scheduler] Queue topic did not exist.

Screenshots
image

Additional context
Can you take a look at it for me

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

No branches or pull requests

1 participant