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

Hudson commented on HBASE-9640:
-------------------------------

FAILURE: Integrated in HBase-TRUNK #4563 (See 
[https://builds.apache.org/job/HBase-TRUNK/4563/])
HBASE-9640 Increment of loadSequence in CoprocessorHost#loadInstance() is 
thread-unsafe (tedyu: rev 1526519)
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/CoprocessorHost.java

                
> Increment of loadSequence in CoprocessorHost#loadInstance() is thread-unsafe 
> -----------------------------------------------------------------------------
>
>                 Key: HBASE-9640
>                 URL: https://issues.apache.org/jira/browse/HBASE-9640
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.98.0
>
>         Attachments: 9640.txt
>
>
> {code}
>     E env = createEnvironment(implClass, impl, priority, ++loadSequence, 
> conf);
> {code}
> Increment of loadSequence doesn't have proper synchronization.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to