You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2018/05/31 16:53:00 UTC

[jira] [Created] (HBASE-20664) Variable shared across multiple threads

Josh Elser created HBASE-20664:
----------------------------------

             Summary: Variable shared across multiple threads
                 Key: HBASE-20664
                 URL: https://issues.apache.org/jira/browse/HBASE-20664
             Project: HBase
          Issue Type: Bug
            Reporter: Josh Elser
            Assignee: Josh Elser


Some static analysis found a variable which was used across multiple threads without any synchronization that would allow race conditions.

The variable does not need to be a member of the class, instead just made a local variable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)