This repository was archived by the owner on Aug 2, 2021. It is now read-only.
This repository was archived by the owner on Aug 2, 2021. It is now read-only.
Create test to validate the distribution of chunks among nodes #1095
Description
Background: There is/was a bug where all chunks got sync to all nodes.
Depends on #1071
This test would bring up a cluster of N nodes and would start filling up storage with equal size files f_0, ..., f_i. After that when uploading f_i+j, retrieval of f_j is attempted.
Report i+j, in which j
is the aggregate network size, such that f_j is not available.
(i+j)*filesize*(MinProxBinSize+1) ~ node_count * storage_capacity