Comment 3 for bug 1662494

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic-inspector (master)

Reviewed: https://review.openstack.org/437377
Committed: https://git.openstack.org/cgit/openstack/ironic-inspector/commit/?id=9f125629fe48cecc72d07a3003cac9f4aeacbd4a
Submitter: Jenkins
Branch: master

commit 9f125629fe48cecc72d07a3003cac9f4aeacbd4a
Author: Anton Arefiev <email address hidden>
Date: Wed Feb 22 18:56:44 2017 +0200

    Add new transaction starting -> error on timeout

    Exception along the `starting` inspection code may causes
    `no defined transition` error as there is no transition for
    `starting` state on timeout event.

    Also it could happen if small timeout configured, so there
    is not enough time for starting -> waiting transition,
    e.g. new greenthread spawn is blocked due to missing of
    available slots.

    Closes-Bug: #1662494
    Change-Id: I66cf0374a2ba4ab4692110daafd4a3d2d20d56d6