devinbost commented on issue #4718: failed to get Partitioned metadata : Policies not found for mytenant/mynamespace namespace URL: https://github.com/apache/pulsar/issues/4718#issuecomment-579603275 We were getting this exact error when trying to deploy a source (after turning on geo-replication). I started exploring in the local Zookeeper cluster, and I found that two of our brokers had different entries. It looked like this: ``` [zk: 172.200.0.11:2181(CONNECTED) 25] ls /namespace/pulsar/cluster-1/host04.example.domain.com:8080 [0x00000000_0xffffffff] [zk: 172.200.0.11:2181(CONNECTED) 26] ls /namespace/pulsar/cluster-1/host05.example.domain.com:8080 [0x00000000_0xffffffff] [zk: 172.200.0.11:2181(CONNECTED) 27] ls /namespace/pulsar/cluster-1/host06.example.domain.com:8080 [0x00000000_0xffffffff] [zk: 172.200.0.11:2181(CONNECTED) 28] ls /namespace/pulsar/cluster-1/host07.example.domain.com:8080 [] [zk: 172.200.0.11:2181(CONNECTED) 29] ls /namespace/pulsar/cluster-1/host08.example.domain.com:8080 [] [zk: 172.200.0.11:2181(CONNECTED) 30] ls /namespace/pulsar/cluster-1/host09.example.domain.com:8080 [0x00000000_0xffffffff] [zk: 172.200.0.11:2181(CONNECTED) 31] ls /namespace/pulsar/cluster-1/host10.example.domain.com:8080 [0x00000000_0xffffffff] [zk: 172.200.0.11:2181(CONNECTED) 32] ls /namespace/pulsar/cluster-1/host11.example.domain.com:8080 [0x00000000_0xffffffff] [zk: 172.200.0.11:2181(CONNECTED) 33] ls /namespace/pulsar/cluster-1/host12.example.domain.com:8080 [0x00000000_0xffffffff] ``` So, we tried deploying the source from a broker that wasn't host07 or host08, and it succeeded without the exception.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
