[jira] [Commented] (IMPALA-12500) TestObservability.test_global_exchange_counters is flaky

2023-12-19 Thread ASF subversion and git services (Jira)


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

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

Commit 4391595f02d02ac9169bc0fd18a049e4a35eafe3 in impala's branch 
refs/heads/master from Csaba Ringhofer
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=4391595f0 ]

IMPALA-12500: Reduce flakyness of test_global_exchange_counters

Ran the tests repeatedly and the failures I saw were only 0.01 off.
Ignoring the last digit of ExchangeScanRatio seems to be enough
to make the test consistently green.

Change-Id: I530b690128d4c55a793440425dd39c6523741bf7
Reviewed-on: http://gerrit.cloudera.org:8080/20811
Reviewed-by: Impala Public Jenkins 
Tested-by: Impala Public Jenkins 


> TestObservability.test_global_exchange_counters is flaky
> 
>
> Key: IMPALA-12500
> URL: https://issues.apache.org/jira/browse/IMPALA-12500
> Project: IMPALA
>  Issue Type: Bug
>  Components: Backend
>Affects Versions: Impala 4.4.0
>Reporter: Joe McDonnell
>Assignee: Csaba Ringhofer
>Priority: Critical
>  Labels: broken-build, flaky
>
> There have been intermittent failures on this test with the following symptom:
> {noformat}
> query_test/test_observability.py:564: in test_global_exchange_counters
> assert "ExchangeScanRatio: 4.63" in profile
> E   assert 'ExchangeScanRatio: 4.63' in 'Query 
> (id=c04b974db37e7046:b5fe4dea):\n  DEBUG MODE WARNING: Query profile 
> created while running a DEBUG buil...: 0.000ns\n - WriteIoBytes: 
> 0\n - WriteIoOps: 0 (0)\n - WriteIoWaitTime: 
> 0.000ns\n'
> -- executing against localhost:21000
> select count(*), sleep(50) from tpch_parquet.orders o
> inner join tpch_parquet.lineitem l on o.o_orderkey = l.l_orderkey
> group by o.o_clerk limit 10;
> -- 2023-10-05 19:47:29,817 INFO MainThread: Started query 
> c04b974db37e7046:b5fe4dea{noformat}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (IMPALA-12500) TestObservability.test_global_exchange_counters is flaky

2023-10-23 Thread Fang-Yu Rao (Jira)


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

Fang-Yu Rao commented on IMPALA-12500:
--

Hi [~csringhofer], assigned this JIRA to you since you recently revised the 
test at 
[IMPALA-12430|https://github.com/apache/impala/commit/fb2d2b27641a95f51b6789639fab73b60abd7bc5#diff-a317a4067b5728a2d0af9839c1dce94710e7bd50825ceffc0a3c88aca3e27de3R553]
 and thus may be more familiar with the test. Please feel free to reassign the 
JIRA as you see fit. Thanks!

> TestObservability.test_global_exchange_counters is flaky
> 
>
> Key: IMPALA-12500
> URL: https://issues.apache.org/jira/browse/IMPALA-12500
> Project: IMPALA
>  Issue Type: Bug
>  Components: Backend
>Affects Versions: Impala 4.4.0
>Reporter: Joe McDonnell
>Assignee: Csaba Ringhofer
>Priority: Critical
>  Labels: broken-build, flaky
>
> There have been intermittent failures on this test with the following symptom:
> {noformat}
> query_test/test_observability.py:564: in test_global_exchange_counters
> assert "ExchangeScanRatio: 4.63" in profile
> E   assert 'ExchangeScanRatio: 4.63' in 'Query 
> (id=c04b974db37e7046:b5fe4dea):\n  DEBUG MODE WARNING: Query profile 
> created while running a DEBUG buil...: 0.000ns\n - WriteIoBytes: 
> 0\n - WriteIoOps: 0 (0)\n - WriteIoWaitTime: 
> 0.000ns\n'
> -- executing against localhost:21000
> select count(*), sleep(50) from tpch_parquet.orders o
> inner join tpch_parquet.lineitem l on o.o_orderkey = l.l_orderkey
> group by o.o_clerk limit 10;
> -- 2023-10-05 19:47:29,817 INFO MainThread: Started query 
> c04b974db37e7046:b5fe4dea{noformat}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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