]> git.hungrycats.org Git - bees/commit
progress: relabel the inaccurate ETA column
authorZygo Blaxell <bees@furryterror.org>
Fri, 13 Dec 2024 03:56:48 +0000 (22:56 -0500)
committerZygo Blaxell <bees@furryterror.org>
Fri, 13 Dec 2024 04:10:15 +0000 (23:10 -0500)
commit31f3a8d67d2fe3b5145976d75d64004bc32f4ca6
treea2f4a2de17a3b0f0155b0b3eef950a879fe90326
parent9beb602b166ebc26b6016a7113658018388c5fae
progress: relabel the inaccurate ETA column

ETA is calculated using a sample obtained by snooping on bees's normal
crawling operations.

This sample is heavily biased and not representative of the entire
filesystem.  If the distribution of extent sizes in the filesystem is
not uniform, the ETA can be wildly wrong.

Collecting an accurate sample set would require extra IO and CPU time
which should be spent doing dedupes instead.

Explicitly label the ETA as inaccurate to avoid having too many users
report the same bug.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
src/bees-roots.cc