Loading
fio_plugin: poll all remaining events on thread shutdown
There were unprocessed events in the event ring at the time of destroying it's thread. Polling until *done* flag is set is not sufficient. Since a single fio_getevents call will poll only a single message, any message positioned after the callback that sets the *done* flag would not be processed. Change-Id: I8fee384cb980373672bed4bc498f75774aa64a9e Signed-off-by:Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/385802 Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Daniel Verkamp <daniel.verkamp@intel.com>