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/20 08:54:28 UTC

[GitHub] storm pull request #2333: fix HBaseSecurityUtil double_checked,

GitHub user xiaoyong03 opened a pull request:

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

     fix HBaseSecurityUtil    double_checked,

    update HBaseSecurityUtil singleton to fix double_checked,  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/2333.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 #2333
    
----
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

----


---

[GitHub] storm pull request #2333: 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/2333


---

[GitHub] storm issue #2333: fix HBaseSecurityUtil double_checked,

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

    https://github.com/apache/storm/pull/2333
  
    Nice find. 
    
    Before we can merge you should create an issue for this at https://issues.apache.org/jira and then rename the PR and commit message to contain the issue number. 


---

[GitHub] storm pull request #2333: fix HBaseSecurityUtil double_checked,

Posted by xiaoyong03 <gi...@git.apache.org>.
GitHub user xiaoyong03 reopened a pull request:

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

     fix HBaseSecurityUtil    double_checked,

    update HBaseSecurityUtil singleton to fix double_checked,  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/2333.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 #2333
    
----
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

----


---

[GitHub] storm pull request #2333: 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/2333


---

[GitHub] storm issue #2333: fix HBaseSecurityUtil double_checked,

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

    https://github.com/apache/storm/pull/2333
  
    thanks for review


---