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 2019/01/28 21:24:50 UTC

[GitHub] shrikant-pa opened a new issue #3463: Unable to delete a namespace using pulsar-admin CLI

shrikant-pa opened a new issue #3463: Unable to delete a namespace using pulsar-admin CLI
URL: https://github.com/apache/pulsar/issues/3463
 
 
   **Expected behavior**
   Delete a namespace after running namespaces command using pulsar-admin CLI
   
   **Actual behavior**
   Returns below error 
   
   ```
   null
   Reason: javax.ws.rs.ProcessingException: java.net.ProtocolException: Server redirected too many  times (20)
   command terminated with exit code 1
   ```
   
   **Steps to reproduce** 
   1. pulsar-admin tenants create sample --admin-roles admin
   2. pulsar-admin namespaces create sample/ns
   3. pulsar-admin namespaces set-clusters sample/ns --clusters us-central
   4. pulsar-admin namespaces delete sample/ns
   
   **System configuration**
   apache-pulsar-2.2.1 on google kubernetes cluster. Pulsar cluster name us-central. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services