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

Jeffrey Zhong commented on HBASE-9640:
--------------------------------------

+1. Looks good to me.
                
> 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
>         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