[
https://issues.apache.org/jira/browse/NIFI-9655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487373#comment-17487373
]
ASF subversion and git services commented on NIFI-9655:
-------------------------------------------------------
Commit bab430990538cd9c453fef15e3bac748e32e4708 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=bab4309 ]
NIFI-9655 Add Queue Logging to ListenUDP (#5747)
* NIFI-9655 Added Queue Logging to ListenUDP
- Added TrackingLinkedBlockingQueue to track the largest queue size
- Updated AbstractListenEventProcessor to write debug log at most once per
minute
- AbstractListenEventProcessor updates support both ListenUDP and
ListenUDPRecord
> Add Queue Logging to ListenUDP
> ------------------------------
>
> Key: NIFI-9655
> URL: https://issues.apache.org/jira/browse/NIFI-9655
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The {{ListenUDP}} processor inherits from {{AbstractListenEventProcessor}},
> which creates a maintains an internal queue of events received. Updating
> {{AbstractListenEventProcessor}} to log the current queue size and largest
> queue size at the debug level would provide useful information for
> troubleshooting queue size configuration details.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)