You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Paul Grey (Jira)" <ji...@apache.org> on 2022/04/20 16:44:00 UTC

[jira] [Created] (NIFI-9941) adjust LifecycleState to correctly handle ReportingTask shutdown request

Paul Grey created NIFI-9941:
-------------------------------

             Summary: adjust LifecycleState to correctly handle ReportingTask shutdown request
                 Key: NIFI-9941
                 URL: https://issues.apache.org/jira/browse/NIFI-9941
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Paul Grey
            Assignee: Paul Grey


https://github.com/apache/nifi/actions/runs/2186739044

An edge case in the teardown of ReportingTaskIT surfaced a possible issue in the synchronization of the reporting task shutdown.  The "stop" request was received and scheduled, but service activity caused asynchronous processing of the request to be delayed, causing the test failure.

Implement a means of effecting the stop in a timely manner.




--
This message was sent by Atlassian Jira
(v8.20.7#820007)