lhotari opened a new issue, #23982:
URL: https://github.com/apache/pulsar/issues/23982

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Read release policy
   
   - [x] I understand that unsupported versions don't get bug fixes. I will 
attempt to reproduce the issue on a supported version of Pulsar client and 
Pulsar broker.
   
   
   ### Version
   
   master
   
   ### Minimal reproduce step
   
   Modify `cleanup` in `InmemoryTopicPoliciesServiceServiceTest` and run it. 
This will timeout:
   
   ```java
       @AfterClass
       @Override
       protected void cleanup() throws Exception {
           admin.brokers().shutDownBrokerGracefully(0, false)
                   .get(15, TimeUnit.SECONDS);
           super.internalCleanup();
       }
   ```
   
   ### What did you expect to see?
   
   The broker should be able to shutdown using the graceful shutdown API.
   
   ### What did you see instead?
   
   The shutdown timed out.
   
   ### Anything else?
   
   The shutdown times out.
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to