[
https://issues.apache.org/jira/browse/HBASE-9640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13779544#comment-13779544
]
Hudson commented on HBASE-9640:
-------------------------------
SUCCESS: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #764 (See
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/764/])
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