Github user mcgilman commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1117#discussion_r84138137
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-processor-configuration.js
---
@@ -662,6 +674,16 @@ nf.ProcessorConfiguration = (function () {
}
});
+ // select the execution node
+ $('#execution-node-combo').combo('setSelectedOption', {
+ value: executionNode
+ });
+ if (nf.Canvas.isClustered()) {
--- End diff --
If we are going to hide/show the execution node container, we should
probably also be considering the currently configured value. If a node is
configured for 'Primary Node Only' we need to retain that fact even when not
clustered. If a user has disconnected a node and then went to that node
directly we still want the configuration actually reflected. Should probably
show the field if clustered or if the execution node is 'primary node only'.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---