pan3793 commented on code in PR #5548:
URL: https://github.com/apache/kyuubi/pull/5548#discussion_r1374133978


##########
kyuubi-server/src/main/scala/org/apache/kyuubi/server/KyuubiRestFrontendService.scala:
##########
@@ -72,11 +72,15 @@ class KyuubiRestFrontendService(override val serverable: 
Serverable)
 
   override def initialize(conf: KyuubiConf): Unit = synchronized {
     this.conf = conf
+    // server 是 JettyServer类,
+    // JettyServer.server 是 eclipse jetty类
+    // JettyServer.connector 是 eclipse jetty server的 serverConnector类

Review Comment:
   the comment looks does not much help, can you remove it?



-- 
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]

Reply via email to