[
https://issues.apache.org/jira/browse/NIFI-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nissim Shiman updated NIFI-15560:
---------------------------------
Description:
The following will be logged as WARN in nifi-user.log when a Remote output port
communicates to RemotePG via HTTP and nothing is being sent:
{code:java}
2026-02-06 14:29:09,706 WARN [NiFi Web Server-352]
o.a.n.w.a.c.WebApplicationExceptionMapper
jakarta.ws.rs.WebApplicationException: HTTP 200 OK. Returning 200 response
{code}
This is normal behavior and should not be flagged in the log.
This occurs when Transport Protocol is HTTP, not when it is RAW
was:
The following will be logged in nifi-user.log when a Remote output port
communicates to RemotePG and nothing is being returned:
{code}
2026-02-06 14:29:09,706 WARN [NiFi Web Server-352]
o.a.n.w.a.c.WebApplicationExceptionMapper
jakarta.ws.rs.WebApplicationException: HTTP 200 OK. Returning 200 response
{code}
This should be INFO level (or no log at all).
> Remote Output Port successful 200 response connection logged as WARN
> --------------------------------------------------------------------
>
> Key: NIFI-15560
> URL: https://issues.apache.org/jira/browse/NIFI-15560
> Project: Apache NiFi
> Issue Type: Task
> Reporter: Nissim Shiman
> Assignee: Nissim Shiman
> Priority: Major
>
> The following will be logged as WARN in nifi-user.log when a Remote output
> port communicates to RemotePG via HTTP and nothing is being sent:
> {code:java}
> 2026-02-06 14:29:09,706 WARN [NiFi Web Server-352]
> o.a.n.w.a.c.WebApplicationExceptionMapper
> jakarta.ws.rs.WebApplicationException: HTTP 200 OK. Returning 200 response
> {code}
> This is normal behavior and should not be flagged in the log.
> This occurs when Transport Protocol is HTTP, not when it is RAW
--
This message was sent by Atlassian Jira
(v8.20.10#820010)