You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Mohit Sabharwal (JIRA)" <ji...@apache.org> on 2016/02/19 22:19:18 UTC

[jira] [Updated] (HIVE-13099) Non-SQLOperations lead to Web UI NPE

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

Mohit Sabharwal updated HIVE-13099:
-----------------------------------
    Attachment: HIVE-13099.patch

> Non-SQLOperations lead to Web UI NPE
> ------------------------------------
>
>                 Key: HIVE-13099
>                 URL: https://issues.apache.org/jira/browse/HIVE-13099
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Mohit Sabharwal
>            Assignee: Mohit Sabharwal
>         Attachments: HIVE-13099.patch
>
>
> To support display of live operations in the WebUI, we record SQLOperations (in {{liveSqlOperations}}). 
> However, to support historic operations, we save all operations in {{historicSqlOperations}}, including non-SQLOperations which do not have display entries in liveSqlOperations.
> This leads to a race condition depending on whether sessions use non-sql operations. Reproduce-able by issuing a 'set' operation.
> {code}
> java.lang.NullPointerException
>         at org.apache.hive.generated.hiveserver2.hiveserver2_jsp._jspService(hiveserver2_jsp.java:131)
>         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
> {code}
> We should save only SQLOperations in historicSqlOperations.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)