Github user satishd commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2005#discussion_r106343405
  
    --- Diff: storm-core/src/jvm/org/apache/storm/blobstore/BlobStore.java ---
    @@ -128,6 +128,15 @@
         public abstract void deleteBlob(String key, Subject who) throws 
AuthorizationException, KeyNotFoundException;
     
         /**
    +     * Clear the blob data and metadata which is already removed from ZK.
    +     * Implementation should just remove the blob as it is.
    +     * This method should be used ONLY for syncing up blobs in Nimbus.
    +     * @param key Key for the blob.
    +     * @throws AuthorizationException
    +     */
    +    public abstract void clearRemovedBlob(String key) throws 
AuthorizationException;
    --- End diff --
    
    @HeartSaVioR :) May not want to assume no one implements their store when 
it is a public API. Anyways, good that  `deleteBlob` can be changed to handle 
this scenario.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to