You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2018/01/11 13:57:00 UTC

[jira] [Commented] (AMBARI-22759) [Hive Views 2.0] Deleting a Saved query is Buggy when Mutliple Queries exist in same Name

    [ https://issues.apache.org/jira/browse/AMBARI-22759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16322238#comment-16322238 ] 

Hadoop QA commented on AMBARI-22759:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12905640/AMBARI-22759-trunk.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:red}-1 core tests{color}.  The test build failed in [contrib/views/hive20|https://builds.apache.org/job/Ambari-trunk-test-patch/12947//artifact/patch-work/testrun_hive20.txt] 

Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/12947//console

This message is automatically generated.

> [Hive Views 2.0] Deleting a Saved query is Buggy when Mutliple Queries exist in same Name
> -----------------------------------------------------------------------------------------
>
>                 Key: AMBARI-22759
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22759
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-views
>    Affects Versions: 2.5.2
>         Environment: ambari 2.5.2 
>            Reporter: Akhil S Naik
>              Labels: newbie, patch, usability
>             Fix For: 3.0.0
>
>         Attachments: AMBARI-22759-trunk.patch, hive_duplicate_saved_query_issue.png
>
>
> Reproduction scenario :
> Save some queries under same name .
> !https://issues.apache.org/jira/secure/attachment/12905639/hive_duplicate_saved_query_issue.png!
> delete one of the saved query 
> *hive views is deleting some other query randomly and the query i deleted still exists in saved query even after refresh of page.*
> Root Cause : 
> After the Fix of AMBARI-19958, Hive views is querying the saved Queries with FilterBy queryId and server is responding mutiple queries as all the queries has same name,
> then Web client is deleting the first record from these savedQueries due to which this issue is happening.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)