You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Ethanlm <gi...@git.apache.org> on 2017/11/08 20:19:24 UTC

[GitHub] storm pull request #2404: [STORM-2804] Fix TopoCache is not caching ACLs cor...

GitHub user Ethanlm opened a pull request:

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

    [STORM-2804] Fix TopoCache is not caching ACLs correctly problem

    https://issues.apache.org/jira/browse/STORM-2804
    
    The ACLs might change during `store.createBlob()` but it's not populated to `topos.put()`, which leads to permission problem.
    
    Tested it manually.

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

    $ git pull https://github.com/Ethanlm/storm STORM-2804

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

    https://github.com/apache/storm/pull/2404.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 #2404
    
----
commit 3578cf8d4f4f541c1ba3e0e0d9410426908114f4
Author: Ethan Li <et...@gmail.com>
Date:   2017-11-08T20:17:14Z

    [STORM-2804] Fix TopoCache is not caching ACLs correctly problem

----


---

[GitHub] storm pull request #2404: [STORM-2804] Fix TopoCache is not caching ACLs cor...

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

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


---

[GitHub] storm issue #2404: [STORM-2804] Fix TopoCache is not caching ACLs correctly ...

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

    https://github.com/apache/storm/pull/2404
  
    Don't know why it failed. The build passed on my VM.


---