You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/06/01 00:18:00 UTC

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

    [ https://issues.apache.org/jira/browse/HBASE-20664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16497370#comment-16497370 ] 

Hudson commented on HBASE-20664:
--------------------------------

SUCCESS: Integrated in Jenkins build HBase-1.3-IT #415 (See [https://builds.apache.org/job/HBase-1.3-IT/415/])
HBASE-20664 Reduce the broad scope of outToken in ThriftHttpServlet (elserj: rev 5f03fb399c13ff1eebf4067af6dc11cdded1694d)
* (edit) hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/ThriftHttpServlet.java


> 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
>            Priority: Major
>             Fix For: 3.0.0, 2.1.0, 1.5.0, 1.4.5, 1.2.6.1, 1.3.2.1, 2.0.0.1
>
>
> 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)