deniskuzZ commented on code in PR #6514:
URL: https://github.com/apache/hive/pull/6514#discussion_r3332004050


##########
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:
   we usually use 'create'/'build', make is more like c-style



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