joewitt commented on PR #11164: URL: https://github.com/apache/nifi/pull/11164#issuecomment-5643610345
Whoa. Testing a GenerateFF to UpdateAttr flow before this PR yields 150,000 EPS on my laptop. With this PR it jumps to 250,000 EPS. The virtual threads provide at least in this scenario dramatically better lock handling/hand-offs. The bottleneck now is just lock contention on the queue/connection when pulling flowfiles. Wow. -- 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]
