karuppuchamysuresh commented on PR #17594: URL: https://github.com/apache/pinot/pull/17594#issuecomment-3827142384
Thank you @Jackie-Jiang for the feedback. You're absolutely right - port
2181 is the correct default ZooKeeper port used consistently throughout the
codebase.
After investigating, I found that the issue is not with the config files,
but with the **documentation** at docs.pinot.apache.org. The documentation
incorrectly instructs users to start ZooKeeper on port 2191, which conflicts
with the config files that correctly use port 2181.
I've created a fix in the documentation repository
(pinot-contrib/pinot-docs) to update all references from port 2191 to 2181.
This is the proper solution to resolve issue #16674.
Closing this PR as the config files are already correct and should not be
changed.
The documentation fix PR
https://github.com/pinot-contrib/pinot-docs/pull/466
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
