-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
type/bugThe PR fixed a bug or issue reported a bugThe PR fixed a bug or issue reported a bug
Description
Search before asking
- I searched in the issues and found nothing similar.
Read release policy
- 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:
@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!
Metadata
Metadata
Assignees
Labels
type/bugThe PR fixed a bug or issue reported a bugThe PR fixed a bug or issue reported a bug