You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/13 05:08:18 UTC

[GitHub] [pulsar] liangyepianzhou commented on a diff in pull request #17888: [fix][storage] Fix port conflict in bookkeeper.conf

liangyepianzhou commented on code in PR #17888:
URL: https://github.com/apache/pulsar/pull/17888#discussion_r994146763


##########
conf/bookkeeper.conf:
##########
@@ -694,7 +694,7 @@ httpServerEnabled=false
 
 # The http server port to listen on. Default value is 8080.
 # Use `8000` as the port to keep it consistent with prometheus stats provider
-httpServerPort=8000
+httpServerPort=8001

Review Comment:
   Thanks for your feedback!
   When deploying the cluster before, there were often conflicts due to the port of prometheusStatsHttpPort=8000.
   Then I found that there are two configurations whose port is 8000 in the bookkeeper.
   If not for this reason I will redeploy the cluster and find out the real reason for the port conflict later.



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org