markap14 commented on PR #11164: URL: https://github.com/apache/nifi/pull/11164#issuecomment-5639529664
[GPT-5.6 Sol] @exceptionfactory good suggestion. Commit c78511de928 replaces the boolean with `nifi.scheduler.mode`, backed by a `ComponentSchedulingMode` enum with `STANDARD` and `VIRTUAL` values. Invalid values now fail during startup instead of silently selecting an implementation. I kept `VIRTUAL` as the default because the earlier rollout discussion settled on default-on with `STANDARD` as the escape hatch. The new push also starts a fresh `MacOS Zulu JDK 21 JP` run, so the pre-existing test race reported above will be retested on the current head instead of rerunning the superseded workflow. -- 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]
