deniskuzZ commented on code in PR #6514:
URL: https://github.com/apache/hive/pull/6514#discussion_r3332013552
##########
common/src/java/org/apache/hive/http/HttpServer.java:
##########
@@ -706,6 +721,36 @@ ServerConnector createAndAddChannelConnector(int
queueSize, Builder b) {
return connector;
}
+ @VisibleForTesting
+ public void setKeystoreChangeMonitor(Optional<Timer> monitor) {
+ keystoreChangeMonitor = monitor;
+ }
+
+ @VisibleForTesting
+ public Timer makeKeystoreChangeMonitor(long reloadInterval, String
keyStorePath,
Review Comment:
same
--
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]