You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Karthik Manamcheri (JIRA)" <ji...@apache.org> on 2019/01/03 21:00:00 UTC

[jira] [Resolved] (HIVE-20986) Add TransactionalValidationListener to HMS preListeners only when ACID support is enabled

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

Karthik Manamcheri resolved HIVE-20986.
---------------------------------------
    Resolution: Won't Fix

> Add TransactionalValidationListener to HMS preListeners only when ACID support is enabled
> -----------------------------------------------------------------------------------------
>
>                 Key: HIVE-20986
>                 URL: https://issues.apache.org/jira/browse/HIVE-20986
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Karthik Manamcheri
>            Assignee: Adam Holley
>            Priority: Major
>
> We add the TransactionalValidationListener to the preListeners in HMS unconditionally.
> {code:java}
> public void init() throws MetaException {
>   ..
>   preListeners.add(0, new TransactionalValidationListener(conf));
>   ..
> }{code}
> This causes some performance issues because the listener is called even when not needed. Lets add a condition around this and add this listener only if the transactional support is enabled.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)