turboFei commented on code in PR #2371:
URL:
https://github.com/apache/incubator-celeborn/pull/2371#discussion_r1520782933
##########
service/src/main/scala/org/apache/celeborn/server/common/HttpService.scala:
##########
@@ -173,18 +174,20 @@ abstract class HttpService extends Service with Logging {
def getWorkerEventInfo(): String = throw new UnsupportedOperationException()
def startHttpServer(): Unit = {
- val handlers =
- if (metricsSystem.running) {
- new HttpRequestHandler(this, metricsSystem.getServletHandlers)
Review Comment:
done
--
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]