wForget commented on code in PR #6355:
URL: https://github.com/apache/kyuubi/pull/6355#discussion_r1590478674
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/session/SessionManager.scala:
##########
@@ -161,6 +163,11 @@ abstract class SessionManager(name: String) extends
CompositeService(name) {
def getOpenSessionCount: Int = handleToSession.size()
Review Comment:
Does this method still make sense? If not, I think we can remove it to avoid
it being used incorrectly.
--
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]