You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/07/29 07:52:08 UTC

[GitHub] [pulsar] kjaggann opened a new issue #7679: lookup returns a broker that is no longer in the cluster

kjaggann opened a new issue #7679:
URL: https://github.com/apache/pulsar/issues/7679


   **Describe the bug**
   We have spinned up new brokers, last week, but there is one topic it is still referring to the old broker which is not in the list.
   we get following error
   
   org.apache.pulsar.client.api.PulsarClientException: java.util.concurrent.ExecutionException: org.apache.pulsar.client.api.PulsarClientException: java.util.concurrent.CompletionException: java.net.UnknownHostException: failed to resolve 'i-073b64a162d0c2a1dfdadfda.ebiz.abc.com' after 8 queries 
   	at org.apache.pulsar.client.api.PulsarClientException.unwrap(PulsarClientException.java:873)
   	at org.apache.pulsar.client.impl.ProducerBuilderImpl.create(ProducerBuilderImpl.java:93)
   	at com.vz.tx.vmbpulsar.mocks.PulsarMessageProducer.main(PulsarMessageProducer.java:44)
   
   
   i-073b64a162d0c2a1dfdadfda.ebiz.abc.com this is an old broker IP which not the part of AWS cluster
   
   
   we tried to unload the namespace but we got the following error
   
   Reason: java.util.concurrent.CompletionException: org.apache.pulsar.client.admin.internal.http.AsyncHttpConnector$RetryException: Could not complete the operation. Number of retries has been exhausted
   
   **Expected behavior**
   topic should own the new brokers
   
   
   **Desktop (please complete the following information):**
    - OS: [e.g. iOS] : Linux centOs
   Pulsar Version: 2.6.0
   topic: non-persistent topic
   
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] merlimat commented on issue #7679: lookup returns a broker that is no longer in the cluster

Posted by GitBox <gi...@apache.org>.
merlimat commented on issue #7679:
URL: https://github.com/apache/pulsar/issues/7679#issuecomment-664673420






----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] kjaggann edited a comment on issue #7679: lookup returns a broker that is no longer in the cluster

Posted by GitBox <gi...@apache.org>.
kjaggann edited a comment on issue #7679:
URL: https://github.com/apache/pulsar/issues/7679#issuecomment-665349448


   I dint find any thing in the broker logs with the znode the following are the content of the znode when i tried to get
   
   WatchedEvent state:SyncConnected type:None path:null
   {"nativeUrl":"pulsar://i-073b64a162d0c2a1dfdadfda.ebiz.abc.com:6630",
   "nativeUrlTls":"pulsar+ssl://i-073b64a162d0c2a1dfdadfda.ebiz.abc.com:6631",
   "httpUrl":"http://i-073b64a162d0c2a1dfdadfda.ebiz.abc.com:9202",
   "httpUrlTls":"https://i-073b64a162d0c2a1dfdadfda.ebiz.abc.com:8433",
   "disabled":false,"advertisedListeners":{}}
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] kjaggann commented on issue #7679: lookup returns a broker that is no longer in the cluster

Posted by GitBox <gi...@apache.org>.
kjaggann commented on issue #7679:
URL: https://github.com/apache/pulsar/issues/7679#issuecomment-665225779






----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] kjaggann commented on issue #7679: lookup returns a broker that is no longer in the cluster

Posted by GitBox <gi...@apache.org>.
kjaggann commented on issue #7679:
URL: https://github.com/apache/pulsar/issues/7679#issuecomment-665833394


   @merlimat 
   when i tried to delete the the bundle
   ./pulsar zookeeper-shell delete /namespace/$Tenant/$Namespace/$bundle
   i get
   Node does not exist: /namespace/$tenant/$namespace/0x80000000_0xc0000000
   
   even when i tried to do ls /namespace/$Tenant/$Namespace/$bundle
   i get node does not exist 
   
   not sure only when i do "get  /namespace/$Tenant/$Namespace/$bundle"
   i get the information


----------------------------------------------------------------
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:
users@infra.apache.org