-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
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
any released version
Minimal reproduce step
- set statusFilePath to empty in
standalone.conf - start pulsar standalone with
bin/pulsar standalone - go to http://localhost:8080/status.html (or use
curl http://localhost:8080/status.html)
What did you expect to see?
that /status.html endpoint returns "OK" when statusFilePath is not set and the broker is ready.
What did you see instead?
The /status.html will always return 404 failure
Anything else?
There's also invalid default configuration in standalone.conf:
Line 215 in 1f7a79f
| statusFilePath=/usr/local/apache/htdocs |
This value doesn't make any sense. The default value should be empty (which results in
null).
Are you willing to submit a PR?
- I'm willing to submit a PR!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type/bugThe PR fixed a bug or issue reported a bugThe PR fixed a bug or issue reported a bug