Csaba Juhász created HIVE-25051:
-----------------------------------
Summary: Callers can access uninitialized MessageBuilder instance
causing NPE
Key: HIVE-25051
URL: https://issues.apache.org/jira/browse/HIVE-25051
Project: Hive
Issue Type: Bug
Components: Standalone Metastore
Reporter: Csaba Juhász
Assignee: Csaba Juhász
The creation of the singleton MessageBuilder instance is unsafe, threads can
access the uninitialized instance.
https://github.com/apache/hive/blob/326abf9685de39cf4f1b3222d84fe9cbc465710a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/MessageBuilder.java#L154
--
This message was sent by Atlassian Jira
(v8.3.4#803005)