markap14 opened a new pull request, #11647: URL: https://github.com/apache/nifi/pull/11647
## Summary - keep the current working flow context available while its replacement is created - serialize working-configuration changes with context replacement - track use on each working context so retired contexts are destroyed after their callers finish, without waiting while holding a connector callback - refresh the captured replacement context through configuration callbacks without rewriting newer provider values - add deterministic concurrency tests for recreation, provider replacement, and callback re-entry ## Testing - `./mvnw -pl nifi-framework-bundle/nifi-framework/nifi-framework-core test` - `./mvnw -pl nifi-framework-bundle/nifi-framework/nifi-framework-core test -Dtest=TestStandardConnectorNode,TestStandardConnectorRepository` - `./mvnw -pl nifi-framework-bundle/nifi-framework/nifi-framework-core test -Dtest=StandardConnectorNodeIT` - `./mvnw -pl nifi-framework-bundle/nifi-framework/nifi-framework-core checkstyle:check pmd:check -T 1C` - `./mvnw -pl nifi-framework-bundle/nifi-framework/nifi-framework-core,nifi-framework-bundle/nifi-framework-nar,nifi-framework-bundle/nifi-server-nar clean install -DskipTests` - `./mvnw -pl nifi-system-tests/nifi-system-test-suite clean install -DskipTests` - `./mvnw -pl nifi-system-tests/nifi-system-test-suite verify -Pintegration-tests,skip-unit-tests -Dit.test=ConnectorCrudIT,ConnectorLifecycleIT` -- 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]
