mirror of
https://github.com/apache/nifi.git
synced 2025-02-10 12:05:22 +00:00
- Implemented custom ThreadPoolExecutor with maximum pool size based on Worker Count property - Refactored processing methods to ensure KuduSession is always closed - Added SystemResourceConsideration for Memory - Removed duplicate dependency on nifi-security-kerberos - Adjusted method naming to clarify functionality - Reverted addition of defaultAdminOperationTimeoutMs() Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #5020.