You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Gopal Vijayaraghavan (Jira)" <ji...@apache.org> on 2019/11/27 23:09:00 UTC

[jira] [Updated] (HIVE-22558) Metastore: Passwords jceks should be read lazily, in case of connection pools

     [ https://issues.apache.org/jira/browse/HIVE-22558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gopal Vijayaraghavan updated HIVE-22558:
----------------------------------------
    Description: 
The jceks file is parsed for every instance of the metastore conf to populate the password in plain-text, which is irrelevant for the scenario where the DB connection pool is already active.

 !getDatabase-password-md5-hotpath.png! thumbnail!

  was:
The jceks file is parsed for every instance of the metastore conf to populate the password in plain-text, which is irrelevant for the scenario where the DB connection pool is already active.

 !getDatabase-password-md5-hotpath.png! 


> Metastore: Passwords jceks should be read lazily, in case of connection pools
> -----------------------------------------------------------------------------
>
>                 Key: HIVE-22558
>                 URL: https://issues.apache.org/jira/browse/HIVE-22558
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore, Standalone Metastore
>            Reporter: Gopal Vijayaraghavan
>            Priority: Major
>         Attachments: getDatabase-password-md5-hotpath.png
>
>
> The jceks file is parsed for every instance of the metastore conf to populate the password in plain-text, which is irrelevant for the scenario where the DB connection pool is already active.
>  !getDatabase-password-md5-hotpath.png! thumbnail!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)