PR26775: make grooming progress visible & interruptible
authorFrank Ch. Eigler <fche@redhat.com>
Thu, 29 Oct 2020 18:25:18 +0000 (14:25 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Fri, 30 Oct 2020 14:09:29 +0000 (10:09 -0400)
commit2237828857f064da554114c8027743418cad1a18
treeca5950306fb5af6097720ca74efd1572975d0901
parentf5015aebdb33af71841a48efe51692917f63ee63
PR26775: make grooming progress visible & interruptible

On very large servers, it's desirable to be able to interrupt a rescan
or groom cycle.  SIGUSR[12] now do that.  (Unfortunately, this is not
practically testable in the testsuite, since these cycles are so fast
on that small dataset.)  We also expose more internal progress count
about the grooming pass, so the administrator can assess possible need
to interrupt.

Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
debuginfod/ChangeLog
debuginfod/debuginfod.cxx
doc/ChangeLog
doc/debuginfod.8
tests/ChangeLog
tests/run-debuginfod-find.sh