[
https://issues.apache.org/jira/browse/NIFI-15157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18034124#comment-18034124
]
ASF subversion and git services commented on NIFI-15157:
--------------------------------------------------------
Commit 63515801834b1c05659cf241e735d86a030b945d in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=6351580183 ]
NIFI-15157 Reduced Shutdown Quiet Period in PutSyslog to 200 ms
Signed-off-by: Pierre Villard <[email protected]>
This closes #10477.
> Reduce Shutdown Quiet Period in PutSyslog
> -----------------------------------------
>
> Key: NIFI-15157
> URL: https://issues.apache.org/jira/browse/NIFI-15157
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The PutSyslog Processor uses Netty for sending syslog messages and builds on
> the shared Event Transport module for constructing the socket sender. The
> default Event Sender Factory has a shutdown quiet period of 2 seconds,
> causing the Processor to wait for that period before closing the socket. This
> quiet period is not necessary for the syslog protocol because the server does
> not send response packets. Reducing the shutdown quiet period to the quick
> setting of 200 ms also improves the behavior of the unit tests, removing
> unnecessary waiting.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)