Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.11.0
-
ghx-label-4
Description
A DCHECK was hit in an ASAN build when running query_test/test_udfs.py::TestUdfExecution::test_java_udfs
From impalad.FATAL:
F1113 02:38:42.816524 23431 scalar-expr-evaluator.cc:70] Check failed: !initialized_ || closed_ F1113 02:38:42.878442 23486 scalar-expr-evaluator.cc:70] Check failed: !initialized_ || closed_ F1113 02:38:42.878442 23486 scalar-expr-evaluator.cc:70] Check failed: !initialized_ || closed_ F1113 02:38:42.898176 23490 scalar-expr-evaluator.cc:70] Check failed: !initialized_ || closed_
Attachments
Attachments
Issue Links
- is broken by
-
IMPALA-4192 Pull all expressions in a fragment into QueryState
- Resolved
- is duplicated by
-
IMPALA-6154 DCHECK hit in ~ScalarExprEvaluator
- Resolved
Wasn't really sure who to assign this to, so I chose you, Michael. This started happening recently and I couldn't find a relevant commit that could cause this. Maybe this somehow has to do with your recent patch?