John Doe created HIVE-29150: ------------------------------- Summary: Concurrent access to queryInfoMap in setTaskCounters Key: HIVE-29150 URL: https://issues.apache.org/jira/browse/HIVE-29150 Project: Hive Issue Type: Bug Affects Versions: 4.1.0 Reporter: John Doe
{{setTaskCounters}} may be invoked before {{startQuery}} populates {{{}queryInfoMap{}}}, leading to a null entry and a potential NullPointerException when updating query properties. -- This message was sent by Atlassian Jira (v8.20.10#820010)