-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 2 new TabletReader APIs: stripesMetadata and stripeGroupsMetadata #126
Add 2 new TabletReader APIs: stripesMetadata and stripeGroupsMetadata #126
Conversation
This pull request was exported from Phabricator. Differential Revision: D67957498 |
2226e11
to
908462e
Compare
…facebookincubator#126) Summary: These 2 new APIs will allow clients to get insights into stripes and stripe groups metadata, e.g., offset, size, etc. This information can be useful in use cases like `nimble_dump` where we want to know the sizes of these sections in the Nimble file. Differential Revision: D67957498
908462e
to
98bc8cf
Compare
…facebookincubator#126) Summary: These 2 new APIs will allow clients to get insights into stripes and stripe groups metadata, e.g., offset, size, etc. This information can be useful in use cases like `nimble_dump` where we want to know the sizes of these sections in the Nimble file. Differential Revision: D67957498
98bc8cf
to
fc926ea
Compare
This pull request was exported from Phabricator. Differential Revision: D67957498 |
fc926ea
to
f9dce7d
Compare
This pull request was exported from Phabricator. Differential Revision: D67957498 |
…facebookincubator#126) Summary: These 2 new APIs will allow clients to get insights into stripes and stripe groups metadata, e.g., offset, size, etc. This information can be useful in use cases like `nimble_dump` where we want to know the sizes of these sections in the Nimble file. Differential Revision: D67957498
f9dce7d
to
a4193c2
Compare
This pull request was exported from Phabricator. Differential Revision: D67957498 |
…facebookincubator#126) Summary: These 2 new APIs will allow clients to get insights into stripes and stripe groups metadata, e.g., offset, size, etc. This information can be useful in use cases like `nimble_dump` where we want to know the sizes of these sections in the Nimble file. Differential Revision: D67957498
…facebookincubator#126) Summary: These 2 new APIs will allow clients to get insights into stripes and stripe groups metadata, e.g., offset, size, etc. This information can be useful in use cases like `nimble_dump` where we want to know the sizes of these sections in the Nimble file. Differential Revision: D67957498
…facebookincubator#126) Summary: These 2 new APIs will allow clients to get insights into stripes and stripe groups metadata, e.g., offset, size, etc. This information can be useful in use cases like `nimble_dump` where we want to know the sizes of these sections in the Nimble file. Reviewed By: helfman Differential Revision: D67957498
a4193c2
to
e717f80
Compare
This pull request was exported from Phabricator. Differential Revision: D67957498 |
…facebookincubator#126) Summary: These 2 new APIs will allow clients to get insights into stripes and stripe groups metadata, e.g., offset, size, etc. This information can be useful in use cases like `nimble_dump` where we want to know the sizes of these sections in the Nimble file. Reviewed By: helfman Differential Revision: D67957498
…facebookincubator#126) Summary: These 2 new APIs will allow clients to get insights into stripes and stripe groups metadata, e.g., offset, size, etc. This information can be useful in use cases like `nimble_dump` where we want to know the sizes of these sections in the Nimble file. Reviewed By: helfman Differential Revision: D67957498
e717f80
to
06004a3
Compare
This pull request was exported from Phabricator. Differential Revision: D67957498 |
…facebookincubator#126) Summary: These 2 new APIs will allow clients to get insights into stripes and stripe groups metadata, e.g., offset, size, etc. This information can be useful in use cases like `nimble_dump` where we want to know the sizes of these sections in the Nimble file. Reviewed By: helfman Differential Revision: D67957498
…ator#125) Summary: This new API will unlock use cases such as enumerating all optional sections in the Nimble file. It will also empower `nimble_dump` to be able to provide relevant information about the optional sections. Reviewed By: helfman Differential Revision: D67949242
…facebookincubator#126) Summary: These 2 new APIs will allow clients to get insights into stripes and stripe groups metadata, e.g., offset, size, etc. This information can be useful in use cases like `nimble_dump` where we want to know the sizes of these sections in the Nimble file. Reviewed By: helfman Differential Revision: D67957498
06004a3
to
fb7a9ea
Compare
This pull request was exported from Phabricator. Differential Revision: D67957498 |
This pull request has been merged in 6e8ab33. |
Summary:
These 2 new APIs will allow clients to get insights into stripes and stripe groups metadata, e.g., offset, size, etc.
This information can be useful in use cases like
nimble_dump
where we want to know the sizes of these sections in the Nimble file.Differential Revision: D67957498