Major change in repartition of file in data server disk #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The script gen.py splits the data files in terms of the layout file for metadata server. In fact, before the modifications, the whole file was stocked in the disk and not only a part of it. The new repartition is what happened in reality, just a part of the file is inside the disk and so, the jump between two files is reduced. The time access for a part of file follows the previous reduction. Example : File size = 2GB
2 servers; before each servers have 4 GB (2GB per file) inside the disk, now only 2 GB (1GB per file)
Moreover, the Network Rebuild with the graphic representation of simulation works correctly. We can reboot or change the configuration of the simulation without bug.
Add a Class Diagram in doc. It can be modified with the software DIA.