wypoon commented on a change in pull request #284: [LIVY-752] Fix implementation of limits
on connections.
URL: https://github.com/apache/incubator-livy/pull/284#discussion_r389074846
##########
File path: thriftserver/server/src/main/scala/org/apache/livy/thriftserver/LivyThriftSessionManager.scala
##########
@@ -455,17 +457,45 @@ class LivyThriftSessionManager(val server: LivyThriftServer, val livyConf:
LivyC
}
}
- // Taken from Hive
private def anyViolations(username: String, ipAddress: String): Option[String] = {
Review comment:
Yes, I suppose I could do that.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
With regards,
Apache Git Services
|