You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2017/03/20 08:55:41 UTC

[jira] [Resolved] (STORM-2414) Skip checking meta's ACL when subject has write privileges for any blobs

     [ https://issues.apache.org/jira/browse/STORM-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jungtaek Lim resolved STORM-2414.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.4
                   1.1.0
                   2.0.0

Merged into master, 1.x, 1.0.x branches.

> Skip checking meta's ACL when subject has write privileges for any blobs
> ------------------------------------------------------------------------
>
>                 Key: STORM-2414
>                 URL: https://issues.apache.org/jira/browse/STORM-2414
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-core
>    Affects Versions: 2.0.0, 1.1.0, 1.0.4
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>             Fix For: 2.0.0, 1.1.0, 1.0.4
>
>          Time Spent: 5h 20m
>  Remaining Estimate: 0h
>
> When BlobStore.deleteBlob is called, it always tries to get blobs if not existed on local because the logic needs to check ACL with given subject. That is not necessary when syncing up blobs in follower Nimbuses.
> More generically, some subjects have write privilege for any blobs (say, superuser or admin) and for them BlobStore doesn't need to check (even download) meta's ACL and just deletes them from storage.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)