You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by xiaoyong03 <gi...@git.apache.org> on 2017/09/21 06:26:04 UTC

[GitHub] storm pull request #2335: STORM-2750���fix HBaseSecurityUtil double_checked ...

GitHub user xiaoyong03 opened a pull request:

    https://github.com/apache/storm/pull/2335

    STORM-2750:fix HBaseSecurityUtil double_checked locking

    update HBaseSecurityUtil singleton to fix double_checked locking.
    See url link for details: http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/xiaoyong03/storm master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/2335.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2335
    
----
commit 225f99af97e1baceba5563e9dc2e19b373c6cd5c
Author: xiaoyong03 <fu...@126.com>
Date:   2017-09-20T08:44:24Z

     fix HBaseSecurityUtil    double_checked,  
    
    update HBaseSecurityUtil singleton to fix double_checked,  http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html

commit 66cccdb4e825e347d60d04f89b0cef26ac0384c6
Author: xiaoyong03 <fu...@126.com>
Date:   2017-09-21T06:24:03Z

    Update HBaseSecurityUtil.java

----


---

[GitHub] storm pull request #2335: STORM-2750���fix HBaseSecurityUtil double_checked ...

Posted by xiaoyong03 <gi...@git.apache.org>.
Github user xiaoyong03 closed the pull request at:

    https://github.com/apache/storm/pull/2335


---

[GitHub] storm issue #2335: STORM-2750���fix HBaseSecurityUtil double_checked locking

Posted by xiaoyong03 <gi...@git.apache.org>.
Github user xiaoyong03 commented on the issue:

    https://github.com/apache/storm/pull/2335
  
     @srdo I have created an issue for this at https://issues.apache.org/jira and then rename the PR and commit message to contain the issue number as your request.
    thanks for the review


---