Github user d2r commented on the pull request:
https://github.com/apache/storm/pull/845#issuecomment-158264627
```
396 struct ReadableBlobMeta {
397 1: required SettableBlobMeta settable;
398 //This is some indication of a version of a BLOB. The only guarantee
is
399 // if the data changed in the blob the version will be different.
400 2: required i64 version;
401 }
```
Since the code now deals with more than one nimbus daemon, is it still true
that there are no other guarantees?
Can a blob be updated such that its version equals a previous version's
value? Is there ordering to blob versions?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---