[
https://issues.apache.org/jira/browse/NIFI-15404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18048371#comment-18048371
]
ASF subversion and git services commented on NIFI-15404:
--------------------------------------------------------
Commit a316f1648f46c5b0132a95a57b546d3062b23762 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=a316f1648f ]
NIFI-15404 Scheduled Security Maintenance Tasks with Virtual Threads
- Added Task Scheduler Configuration with Virtual Threads configured
- Replaced separate Thread Pools with shared Task Scheduler
Signed-off-by: Pierre Villard <[email protected]>
This closes #10708.
> Schedule Security Maintenance Tasks with Virtual Threads
> --------------------------------------------------------
>
> Key: NIFI-15404
> URL: https://issues.apache.org/jira/browse/NIFI-15404
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework, Security
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Multiple application security maintenance tasks use separate threads for
> infrequent scheduled tasks, including the following operations:
> - Checking application Keystore and Truststore files for changes
> - Rotating signing key for Application Bearer Tokens
> - Removing expired clients for OpenID Connect sessions
> These tasks run infrequently and are not required in all configurations.
> Changing from the current model of dedicated Thread Pools to a shared Task
> Scheduler with Virtual Threads would avoid allocating unnecessary threads.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)