lhotari commented on issue #20608:
URL: https://github.com/apache/pulsar/issues/20608#issuecomment-1862774551
Error logs contains a lot of errors like this:
```
2023-12-19T12:49:41,746+0000 [pulsar-load-manager-1-1] ERROR
org.apache.pulsar.broker.loadbalance.extensions.ExtensibleLoadManagerImpl - The
broker:pulsar-broker-1:8080 failed to change the role. Retrying 5 th ...
org.apache.pulsar.broker.loadbalance.extensions.store.LoadDataStoreException:
org.apache.pulsar.client.api.PulsarClientException$TopicDoesNotExistException:
{"errorMsg":"Topic
non-persistent://pulsar/system/loadbalancer-top-bundles-load-data does not
exist","reqId":4571777132239267974, "remote":"pulsar-broker-1/172.18.0.7:6650",
"local":"/172.18.0.7:46828"}
at
org.apache.pulsar.broker.loadbalance.extensions.store.TableViewLoadDataStoreImpl.startTableView(TableViewLoadDataStoreImpl.java:109)
~[org.apache.pulsar-pulsar-broker-3.2.0-SNAPSHOT.jar:3.2.0-SNAPS
```
And it seems that it never recovers. Is this expected?
--
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]