symat opened a new pull request #3367: URL: https://github.com/apache/hbase/pull/3367
Before HBASE-25930, the InfoServer was started first and it set the keystore type in the global keystore manager, which setting propagated to the thrift http server too, based on the InfoServer configuration "ssl.server.keystore.type". In HBASE-25930 the startup order changed, and the thrift http server configuration happens before the InfoServer start, so we lack this accidental configuration change now. Given that we have independent keystore file path / password parameters already for the thrift http server, the proper solution is to create a new parameter for the keystore type of the thrift http server: hbase.thrift.ssl.keystore.type (defaulting to "jks"). -- 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: [email protected]
