labuladong commented on issue #19207: URL: https://github.com/apache/pulsar/issues/19207#issuecomment-1398002795
Hi @philixtian, I try to reproduce your issue, but it works well in my local standalone cluster: <img width="710" alt="image" src="https://user-images.githubusercontent.com/37220920/213637460-18c46ed4-a6ae-4963-9e22-0f6541b691be.png"> According to your error message, seems you are trying to update partition information on a non-partitioned topic: https://github.com/apache/pulsar/blob/3ba6fa8f2f31e7805aad5cb03252ad5c519c10c2/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java#L4536-L4574 Could you please check it again? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
