Github user redsanket commented on the pull request:

    https://github.com/apache/storm/pull/845#issuecomment-157180992
  
    //BLOB APIs
        // These blob APIs guarantee very little.
        // Writes and reads can fail at any point in time and should be retried.
        // deletes are a best effort and if someone is adding or updating the 
same key
        //  at the same time the key may exist afterwards.
        // About the only thing that is guaranteed is a blob will be self 
consistent.
        // When downloading a blob all of the bits will be from the same 
version of the
        // blob. It may even mean that reading throws an exception in the 
middle.
        // Many of the APIs have sessions assoicated with them.  If you take 
too long to
        // complete a session it may timeout and you will need to start over.
    
    @derek -> Removed


---
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