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 <[email protected]>
Date: 2017-11-08T20:17:14Z
[STORM-2804] Fix TopoCache is not caching ACLs correctly problem
----
---