deniskuzZ commented on code in PR #6514:
URL: https://github.com/apache/hive/pull/6514#discussion_r3331999042
##########
common/src/java/org/apache/hive/http/HttpServer.java:
##########
@@ -695,6 +704,12 @@ ServerConnector createAndAddChannelConnector(int
queueSize, Builder b) {
new String[excludedSSLProtocols.size()]));
sslContextFactory.setKeyStorePassword(b.keyStorePassword);
connector = new ServerConnector(webServer, sslContextFactory, http);
+
+ long storesReloadInterval =
b.conf.getTimeVar(ConfVars.HIVE_SERVER2_WEBUI_SSL_KEYSTORE_RELOAD_INTERVAL,
TimeUnit.MILLISECONDS);
Review Comment:
maybe simply `reloadInterval` since it's a local var? or
`keystoreReloadInterval`
--
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]