Github user alopresto commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2841#discussion_r201208816
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/main/java/org/apache/nifi/cluster/coordination/flow/PopularVoteFlowElectionFactoryBean.java
---
@@ -44,8 +43,10 @@ public PopularVoteFlowElection getObject() throws
Exception {
}
final Integer maxNodes = properties.getFlowElectionMaxCandidates();
-
- final StringEncryptor encryptor =
StringEncryptor.createEncryptor(properties);
--- End diff --
Will open a separate Jira to cover this and remove the deprecated method
from the codebase as it is no longer used/exposed.
---