You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/03/08 00:56:00 UTC

[jira] [Work logged] (HIVE-24594) results_cache_invalidation2.q is flaky

     [ https://issues.apache.org/jira/browse/HIVE-24594?focusedWorklogId=562084&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-562084 ]

ASF GitHub Bot logged work on HIVE-24594:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/Mar/21 00:55
            Start Date: 08/Mar/21 00:55
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] commented on pull request #1837:
URL: https://github.com/apache/hive/pull/1837#issuecomment-792393713


   This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the dev@hive.apache.org list if the patch is in need of reviews.


----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 562084)
    Time Spent: 20m  (was: 10m)

> results_cache_invalidation2.q is flaky
> --------------------------------------
>
>                 Key: HIVE-24594
>                 URL: https://issues.apache.org/jira/browse/HIVE-24594
>             Project: Hive
>          Issue Type: Test
>            Reporter: Vihang Karajgaonkar
>            Assignee: Vihang Karajgaonkar
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> results_cache_invalidation2.q failed for me couple of times on a unrelated PR. Here is the error log.
> {noformat}
> -------------------------------------------------------------------------------
> Test set: org.apache.hadoop.hive.cli.split19.TestMiniLlapLocalCliDriver
> -------------------------------------------------------------------------------
> Tests run: 90, Failures: 1, Errors: 0, Skipped: 6, Time elapsed: 450.54 s <<< FAILURE! - in org.apache.hadoop.hive.cli.split19.TestMiniLlapLocalCliDriver
> org.apache.hadoop.hive.cli.split19.TestMiniLlapLocalCliDriver.testCliDriver[results_cache_invalidation2]  Time elapsed: 15.087 s  <<< FAILURE!
> java.lang.AssertionError:
> Client Execution succeeded but contained differences (error code = 1) after executing results_cache_invalidation2.q ^M
> 266a267
> > #### A masked pattern was here ####
> 271a273
> > #### A masked pattern was here ####
> 273c275,276
> <   Stage-0 is a root stage
> ---
> >   Stage-1 is a root stage
> >   Stage-0 depends on stages: Stage-1
> 275a279,365
> >   Stage: Stage-1
> >     Tez
> > #### A masked pattern was here ####
> >       Edges:
> >         Reducer 2 <- Map 1 (SIMPLE_EDGE), Map 4 (SIMPLE_EDGE)
> >         Reducer 3 <- Reducer 2 (CUSTOM_SIMPLE_EDGE)
> > #### A masked pattern was here ####
> >       Vertices:
> >         Map 1
> >             Map Operator Tree:
> >                 TableScan
> >                   alias: tab1
> >                   filterExpr: key is not null (type: boolean)
> >                   Statistics: Num rows: 1500 Data size: 130500 Basic stats: COMPLETE Column stats: COMPLETE
> >                   Filter Operator
> >                     predicate: key is not null (type: boolean)
> >                     Statistics: Num rows: 1500 Data size: 130500 Basic stats: COMPLETE Column stats: COMPLETE
> >                     Select Operator
> >                       expressions: key (type: string)
> >                       outputColumnNames: _col0
> >                       Statistics: Num rows: 1500 Data size: 130500 Basic stats: COMPLETE Column stats: COMPLETE
> >                       Reduce Output Operator
> >                         key expressions: _col0 (type: string)
> >                         null sort order: z
> >                         sort order: +
> >                         Map-reduce partition columns: _col0 (type: string)
> >                         Statistics: Num rows: 1500 Data size: 130500 Basic stats: COMPLETE Column stats: COMPLETE
> >             Execution mode: vectorized, llap
> >             LLAP IO: all inputs
> >         Map 4
> >             Map Operator Tree:
> >                 TableScan
> >                   alias: tab2
> >                   filterExpr: key is not null (type: boolean)
> >                   Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE
> >                   Fil^M
> {noformat}
> The test works for me locally. In fact the same PR had a successful run of this test in a previous commit. I think we should disable this and re-enable it after fixing the flakiness.



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