v0.9.8 bugfix update
authorTim Pepper <timothy.c.pepper@linux.intel.com>
Tue, 9 Oct 2012 19:15:03 +0000 (12:15 -0700)
committerTim Pepper <timothy.c.pepper@linux.intel.com>
Tue, 9 Oct 2012 19:15:03 +0000 (12:15 -0700)
commite696e6780fb7d63bd6f503c85e69236317e753c3
treec7d29e3f7b3da9000df6dd08f05d44de611eae92
parent4c0117a263c9a70e693ef4b667db3f4330855bd3
v0.9.8 bugfix update

Debug poll timer of 60 seconds got committed instead of 15 minute timer.

The per-submit-url good/bad send counts were not being zeroed between
urls, leading to odd log messages.

The submit loop drains the work_list to the first good url.  It then
should break rather than continuing to loop testing the connection to
possibly remaining submission urls in the url array, despite there being
no work to send them.

If none of the urls worked, the loop completes with work_list still
holding data, which becomes the requeue_list.

Thanks to William Douglas <william.douglas@intel.com> for the bug report!

Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
configure.ac
src/corewatcher.c
src/submit.c