Github user redsanket commented on the pull request:
https://github.com/apache/storm/pull/845#issuecomment-158974561
@d2r
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 }
This blob version depends on the modified timestamp of the blob. The
versions or sequence numbers I hand over for nimbus HA are different as I have
written a KeyVersion class to hand over the version details for synchronizing
various blobs on several nimbodes
---
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.
---