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 2022/10/18 13:41:46 UTC

[GitHub] [pulsar] startjava commented on issue #18095: [Bug] delete tenant after read tenant list exception: HTTP 404 Tenant does not exist

startjava commented on issue #18095:
URL: https://github.com/apache/pulsar/issues/18095#issuecomment-1282407383

   deleteTenant and readTenant() method asynchronzied run ?
   
   deleteTenant() method source:
   ```
       public void deleteTenant(String tenant, boolean force) throws PulsarAdminException {
           this.sync(() -> {
               return this.deleteTenantAsync(tenant, force);
           });
       }
   ```
   inner asynchronzied run? no result ?
   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org