[krbdev.mit.edu #8161] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Mon Apr 13 17:59:50 EDT 2015
In kpropd, poll after finishing resync
When kpropd operates in iprop mode, full resyncs are handled by a
child process. After a full resync, we want to poll for incremental
updates, as the dump we received may have come from a pre-existing
dump file which was not current. To make this polling happen
promptly, signal the parent process from the child process after a
dump is received.
With this change, t_iprop.py no longer has to prod kpropd after a full
resync occurs, so remove that logic.
https://github.com/krb5/krb5/commit/c19fee0a748dd26ba6ac62118cf4b9ebec36ba2f
Author: Greg Hudson <ghudson at mit.edu>
Commit: c19fee0a748dd26ba6ac62118cf4b9ebec36ba2f
Branch: master
src/slave/kpropd.c | 6 +++++-
src/tests/t_iprop.py | 8 +-------
2 files changed, 6 insertions(+), 8 deletions(-)
More information about the krb5-bugs
mailing list