Hi team, we are seeing lots of “BrokerResourceMiss...
# troubleshooting
c
Hi team, we are seeing lots of “BrokerResourceMissingError”, based the source code, this can happen only when table queried is not found? Is there any other case can result in this exception e.g. server or broker is under heavy load etc?
j
This exception means broker cannot find the routing table for a given query. In most of the cases, it is caused by querying a table that does not exist
Can you please check the external view of the
brokerResource
and see if there is any
ERROR
table?
c
You mean if there is a table with name “ERROR” in the external view?
j
There should be an entry called
brokerResource
in the external view
You need to use zookeeper browser to find it