You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2014/11/06 21:29:34 UTC

[jira] [Created] (HIVE-8762) HiveMetaStore.BooleanPointer should be replaced with an AtomicBoolean

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)