mcgilman opened a new pull request, #11025: URL: https://github.com/apache/nifi/pull/11025
- Addressing CodeQL issue. ## Summary - Fix `SelectiveDropConnectorIT.testSelectiveDropOnConnectorStop` timeout failure caused by the `GenerateFlowFile` processor exceeding the OS per-process file descriptor limit when creating 20,000 content claim files in a single batch (with `nifi.content.claim.max.appendable.size=1 B`). Reduced batch size from 20,000 to 2,000 and scheduling period from 10 seconds to 1 second so the same 20,000 FlowFiles are generated across 10 invocations without hitting the file handle limit. - Resolve CodeQL by using the server-looked-up connector entity ID instead of the raw `@PathParam` value, matching the pattern applied in `ParameterContextResource` (PR #9138). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
