Shoothzj edited a comment on issue #12125:
URL: https://github.com/apache/pulsar/issues/12125#issuecomment-926285681
> could this due to the ack was lost?
He does not config ackTimeout, the unack message would not resend unless
restart the consumer.
@liangjiangliang If you doesn't restart the consumer or broker in your test.
Can you check if the topic are unloaded, you can search
```java
// org.apache.pulsar.broker.namespace.OwnedBundle.handleUnloadRequest
LOG.info("Unloading {} namespace-bundle with {} topics completed in {} ms",
this.bundle,
unloadedTopics, unloadBundleTime, ex);
```
--
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]