[
https://issues.apache.org/jira/browse/NIFI-15404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard updated NIFI-15404:
----------------------------------
Fix Version/s: 2.8.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> 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
> Fix For: 2.8.0
>
> 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)