mirror of https://github.com/apache/nifi.git
NIFI-6350 Fixed misleading flow controller startup error message.
This closes #3516. Signed-off-by: Andy LoPresto <alopresto@apache.org>
This commit is contained in:
parent
1d18735076
commit
2d3fce81c1
|
@ -881,7 +881,7 @@ public abstract class ApplicationResource {
|
|||
|
||||
private void ensureFlowInitialized() {
|
||||
if (!flowController.isInitialized()) {
|
||||
throw new IllegalClusterStateException("Cluster is still in the process of voting on the appropriate Data Flow.");
|
||||
throw new IllegalClusterStateException("The Flow Controller is initializing the Data Flow.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue