Fang-Yu Rao created IMPALA-13805:
------------------------------------
Summary: runtime-profile-test could fail in the TSAN build due to
violating the assertion of IsObject()
Key: IMPALA-13805
URL: https://issues.apache.org/jira/browse/IMPALA-13805
Project: IMPALA
Issue Type: Bug
Reporter: Fang-Yu Rao
Assignee: Surya Hebbar
We found that the backend test *runtime-profile-test()* could fail due to
violating the assertion of {{{}`IsObject()`{}}}.
{code:java}
10:17:12 [ RUN ]
AggregatedEventSequenceToJsonTest.CompleteEvents_GroupedAndAggregatedCase
10:17:12 unifiedbetests:
/data/jenkins/workspace/impala-asf-master-core-tsan/Impala-Toolchain/toolchain-packages-gcc10.4.0/rapidjson-1.1.0-p1/include/rapidjson/document.h:1154:
rapidjson::GenericValue::MemberIterator
rapidjson::GenericValue<rapidjson::UTF8<char>,
rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator> >::FindMember(const
GenericValue<Encoding, SourceAllocator> &) [Encoding = rapidjson::UTF8<char>,
Allocator = rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>,
SourceAllocator = rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator>]:
Assertion `IsObject()' failed.
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)