[
https://issues.apache.org/jira/browse/NIFI-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17915904#comment-17915904
]
David Handermann commented on NIFI-2482:
----------------------------------------
The InvokeHTTP Processor has logging for several different conditions. If there
is a problem with the socket connection, the Processor logs a message at the
error level.
If there is a problem with the HTTP status code, it is possible to enable
logging at the debug level to include the URL and response headers.
The current implementation does not log the HTTP status code, so it looks like
this should be improved.
> InvokeHTTP processor silently fails when it is a source processor
> -----------------------------------------------------------------
>
> Key: NIFI-2482
> URL: https://issues.apache.org/jira/browse/NIFI-2482
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 0.6.1
> Reporter: Matthew Clarke
> Priority: Major
>
> When invokeHTTP processor is used as a source processor it can silently fail
> (yielding for the configured yield duration).
> The invokeHTTP processor does not log any response codes even when log level
> is set to DEBUG making it difficult to debug connection problems.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)