[ https://issues.apache.org/jira/browse/HIVE-1937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Carl Steinbach updated HIVE-1937: --------------------------------- Status: Open (was: Patch Available) The proposed solution introduces a concurrency bug since reservedPartitionValues is a class variable and access to it is not synchronized. It looks like another solution which doesn't introduce concurrency issues is to make make reservedPartitionValues a private instance variable. > DDLSemanticAnalyzer won't take newly set Hive parameters > -------------------------------------------------------- > > Key: HIVE-1937 > URL: https://issues.apache.org/jira/browse/HIVE-1937 > Project: Hive > Issue Type: Bug > Reporter: Ning Zhang > Assignee: Ning Zhang > Attachments: HIVE-1937.patch > > > Hive DDLSemanticAnalyzer maintains a static reservedPartitionValue set whose > values come from several Hive parameters. However even if these parameters > are set to new values, the reservedPartitionValue are not changed. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira