summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorBarak Sason Rofman <bsasonro@redhat.com>2020-05-06 13:28:40 +0300
committerSusant Palai <spalai@redhat.com>2020-06-01 10:47:33 +0000
commit7b7559733ca0c25c63f9d56cb7f4650dbd694c40 (patch)
tree1c800340e4731dd532db96cf282aec8584a0eeb4 /.clang-format
parent4ccd078a00403e526b5406226e0661d217f49545 (diff)
dht - sparse files rebalance enhancements
Currently data migration in rebalance reads sparse file sequentially, disregarding which segments are holes and which are data. This can lead to extremely long migration time for large sparse file. Data migration mechanism needs to be enhanced so only data segments are read and migrated. This can be achieved using lseek to seek for holes and data in the file. This enhancement is a consequence of https://bugzilla.redhat.com/show_bug.cgi?id=1823703 fixes: #1222 Change-Id: If5f448a0c532926464e1f34f504c5c94749b08c3 Signed-off-by: Barak Sason Rofman <bsasonro@redhat.com>
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions