Jungtaek Lim created STORM-2414:
-----------------------------------
Summary: BlobStore should not try pulling the latest and just
remove blob data when blob is already deleted from ZK
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
Syncing up blobs throws KeyNotFoundException when deleting blobs which are
already deleted from ZK.
Currently deleting blob requires pulling the latest change first to check ACL.
That makes sense, but in above case we already deleted the blob from ZK so it
just fails. Maybe need to have "force delete" when request for deletion comes
from syncing up blobs.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)