Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
-
Reviewed
Description
Right now we are doing striping-based I/O in a number of places:
In each place we use one or multiple of the following terminologies:
- Cell
- Stripe
- Block group
- Internal block
- Chunk
This JIRA aims to systematically define these terminologies in relation with each other and in the context of the containing file. For example, a cell belong to stripe i and internal block j can be indexed as (i, j) and its logical index k in the file can be calculated.
With the above consolidation, hopefully we can further consolidate striping I/O codes.