You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issues and found nothing similar.
Version
master
Minimal reproduce step
We will do the health check for the cluster by rest api org.apache.pulsar.broker.admin.impl.BrokersBase#healthCheck every 1 min. But recently we meet a case that the health check fail.
There is no any error log in the broker log, the random message has been produced to the health-check topic, but the reader fail to read it out, so the logic stuck at
, which result into the created producers and readers can't be closed, and the scheduled async tasks can't be completed as well, and the number of these objects increase as time goes by.
For example: bin/pulsar-admin topics stats persistent://pulsar/XXX/healthcheck
What did you expect to see?
1
What did you see instead?
1
Anything else?
No response
Are you willing to submit a PR?
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Version
master
Minimal reproduce step
We will do the health check for the cluster by rest api
org.apache.pulsar.broker.admin.impl.BrokersBase#healthCheck
every 1 min. But recently we meet a case that the health check fail.There is no any error log in the broker log, the random message has been produced to the health-check topic, but the reader fail to read it out, so the logic stuck at
, which result into the created producers and readers can't be closed, and the scheduled async tasks can't be completed as well, and the number of these objects increase as time goes by.

For example:
bin/pulsar-admin topics stats persistent://pulsar/XXX/healthcheck
What did you expect to see?
1
What did you see instead?
1
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: