You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2014/05/13 18:33:15 UTC

[jira] [Updated] (HIVE-6908) TestThriftBinaryCLIService.testExecuteStatementAsync has intermittent failures

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

Ashutosh Chauhan updated HIVE-6908:
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.14.0
           Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks, Szehon!

> TestThriftBinaryCLIService.testExecuteStatementAsync has intermittent failures
> ------------------------------------------------------------------------------
>
>                 Key: HIVE-6908
>                 URL: https://issues.apache.org/jira/browse/HIVE-6908
>             Project: Hive
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.13.0
>            Reporter: Szehon Ho
>            Assignee: Szehon Ho
>             Fix For: 0.14.0
>
>         Attachments: HIVE-6908.patch
>
>
> This has failed sometimes in the pre-commit tests.
> ThriftCLIServiceTest.testExecuteStatementAsync runs two statements.  They are given 100 second timeout total, not sure if its by intention.  As the first is a select query, it will take a majority of the time.  The second statement (create table) should be quicker, but it fails sometimes because timeout is already mostly used up.
> The timeout should probably be reset after the first statement.  If the operation finishes before the timeout, it wont have any effect as it'll break out.



--
This message was sent by Atlassian JIRA
(v6.2#6252)