Mr TheSegfault created MINIFICPP-1001: -----------------------------------------
Summary: Provide better logging when a stoppage delay occurs Key: MINIFICPP-1001 URL: https://issues.apache.org/jira/browse/MINIFICPP-1001 Project: Apache NiFi MiNiFi C++ Issue Type: Improvement Reporter: Mr TheSegfault I experienced a delay because part of the RPG code was waiting to complete. We can probably make this a bit more clear to the user in the logs that we're waiting on this "processor" to stop. [2019-08-13 08:37:55.453] [org::apache::nifi::minifi::FlowController] [info] Started Flow Controller [2019-08-13 08:37:55.453] [main] [info] MiNiFi started [2019-08-13 08:37:55.453] [org::apache::nifi::minifi::FlowController] [info] Stop Flow Controller [2019-08-13 08:37:55.848] [org::apache::nifi::minifi::processors::TailFile] [error] store state file failed [2019-08-13 08:37:57.865] [org::apache::nifi::minifi::utils::HTTPClient] [error] curl_easy_perform() failed Timeout was reached on http://192.168.1.172:10080/efm/api/c2-protocol/heartbeat [2019-08-13 08:38:00.274] [org::apache::nifi::minifi::utils::HTTPClient] [error] curl_easy_perform() failed Timeout was reached on http://192.168.1.172:10080/efm/api/c2-protocol/heartbeat [2019-08-13 08:38:02.683] [org::apache::nifi::minifi::utils::HTTPClient] [error] curl_easy_perform() failed Timeout was reached on http://192.168.1.172:10080/efm/api/c2-protocol/heartbeat [2019-08-13 08:38:05.091] [org::apache::nifi::minifi::utils::HTTPClient] [error] curl_easy_perform() failed Timeout was reached on http://192.168.1.172:10080/efm/api/c2-protocol/heartbeat [2019-08-13 08:38:05.447] [org::apache::nifi::minifi::utils::HTTPClient] [error] curl_easy_perform() failed Timeout was reached on http://192.168.1.172:8080/nifi-api/site-to-site [2019-08-13 08:38:05.447] [org::apache::nifi::minifi::RemoteProcessorGroupPort] [error] ProcessGroup::refreshRemoteSite2SiteInfo -- curl_easy_perform() failed , response code 0 [2019-08-13 08:38:05.447] [org::apache::nifi::minifi::RemoteProcessorGroupPort] [info] no protocol, yielding [2019-08-13 08:38:05.447] [org::apache::nifi::minifi::FlowController] [info] Unload Flow Controller [2019-08-13 08:38:05.448] [main] [info] MiNiFi exit -- This message was sent by Atlassian JIRA (v7.6.14#76016)