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

ASF subversion and git services commented on IMPALA-9764:
---------------------------------------------------------

Commit febce6519f5791e5578608eac4d68f5f9ccb0457 in impala's branch 
refs/heads/master from wzhou-code
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=febce65 ]

IMPALA-9775: Fix test failure in TestAcid.test_acid_heartbeats

The failure was caused by IMPALA-9764, which change the sleep
interval between heartbeats. To fix it, add an upper limit of
the sleep interval as 100 seconds, and increase the execution
time for the query in test case TestAcid::test_acid_heartbeats.
Skip the test for table formats with compression to reduce the
total execution time.

Testing:
 - Ran following command to verify that the bug was fixed:
     ./bin/impala-py.test tests/query_test/test_acid.py\
       ::TestAcid::test_acid_heartbeats \
       --workload_exploration_strategy=functional-query:exhaustive
 - Passed all exhaustive tests.

Change-Id: I7922797d7e3ce94a2c8948211245f4e77fdb08b7
Reviewed-on: http://gerrit.cloudera.org:8080/15984
Reviewed-by: Zoltan Borok-Nagy <borokna...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> TransactionKeepalive should set sleep interval based on Hive Configuration
> --------------------------------------------------------------------------
>
>                 Key: IMPALA-9764
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9764
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Zoltán Borók-Nagy
>            Assignee: Zoltán Borók-Nagy
>            Priority: Major
>
> Impala must heartbeat its transactions and locks in order to keep them alive.
> Currently TransactionKeepalive has hard-coded value for sleep interval, i.e. 
> it always sleeps 60 seconds between heartbeats.
> However, at HMS side the time after which transactions are declared aborted 
> if the client has not sent a heartbeat is configurable.
> Impala should read the Hive configuration and calculate its sleep interval 
> based on that.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to