[ https://issues.apache.org/jira/browse/HIVE-25051?focusedWorklogId=587904&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-587904 ]
ASF GitHub Bot logged work on HIVE-25051: ----------------------------------------- Author: ASF GitHub Bot Created on: 23/Apr/21 15:18 Start Date: 23/Apr/21 15:18 Worklog Time Spent: 10m Work Description: pgaref merged pull request #2210: URL: https://github.com/apache/hive/pull/2210 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 587904) Time Spent: 20m (was: 10m) > 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 > Priority: Critical > Labels: pull-request-available > Attachments: HIVE-25051.patch > > Time Spent: 20m > Remaining Estimate: 0h > > 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)