Alan Gates created HIVE-8762: -------------------------------- Summary: HiveMetaStore.BooleanPointer should be replaced with an AtomicBoolean Key: HIVE-8762 URL: https://issues.apache.org/jira/browse/HIVE-8762 Project: Hive Issue Type: Bug Components: Transactions Affects Versions: 0.14.0 Reporter: Alan Gates Assignee: Alan Gates
AtomicBoolean will serve the same purpose, with the added bonus that it will perform correctly if two threads try to write to it simultaneously. -- This message was sent by Atlassian JIRA (v6.3.4#6332)