You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2021/07/20 07:33:00 UTC

[jira] [Created] (IMPALA-10808) Crash of illegal decimal schema in test_fuzz_decimal_tbl

Quanlong Huang created IMPALA-10808:
---------------------------------------

             Summary: Crash of illegal decimal schema in test_fuzz_decimal_tbl
                 Key: IMPALA-10808
                 URL: https://issues.apache.org/jira/browse/IMPALA-10808
             Project: IMPALA
          Issue Type: Bug
            Reporter: Quanlong Huang


Recently saw two unrelated jobs failed by the same crash:
 * [https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/14369]
 * [https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/14381]

For example in the second job, the test that crashes impalad is {code}
query_test/test_scanners_fuzz.py::TestScannersFuzzing::()::test_fuzz_decimal_tbl[protocol:beeswax|exec_option:{'debug_action':'-1:OPEN:SET_DENY_RESERVATION_PROBABILITY@0.5';'abort_on_error':False;'mem_limit':'512m';'num_nodes':0}|table_format:parquet/none
{code}

The failure is
{code:java}
I0720 03:34:53.168516 126039 runtime-state.cc:196] 8a42e69ff49106c8:d2096a7000000001] Error from query 8a42e69ff49106c8:d2096a7000000000: File 'hdfs://localhost:20500/test-warehouse/test_fuzz_decimal_tbl_4a8e12be.db/decimal_tbl/d6=1/copy1_6b48619353a75ffb-66460f7400000000_973668612_data.0.parq' column 'd1' does not have the decimal precision set.
F0720 03:34:53.168567 126039 types.h:282] 8a42e69ff49106c8:d2096a7000000001] Check failed: precision > 0 (0 vs. 0)
{code}

CC [~boroknagyz] who owns the first job.



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

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