Created 05-02-2018 09:28 PM
I'm getting the error "Cluster is still in the process of voting on the appropriate Data Flow." on the sandbox HDF docker image. Not really sure how to troubleshoot this, I'm not familiar with NiFi or HDF at all. Suggestions appreciated
Created 05-02-2018 10:46 PM
Is there a specific tutorial that you're working on?
Please describe the steps taken so we can attempt to reproduce.
Created 05-03-2018 02:58 PM
Not doing any tutorials, just trying to get to nifi at my_server:9090/nifi from my web browser and I get the error stated above
Created 05-03-2018 01:45 PM
Looks like there are some possibly helpful troubleshooting tips on this topic/question here:
Created 05-03-2018 02:58 PM
Thanks but I saw that before I posted, but since he's got more than 1 node in his cluster his error makes sense. I am trying to get 1 node to connect to itself and it can't in a vanilla docker install.
Created 05-18-2018 10:21 PM
Hey @Andrew Riffle, wondering if you got around this. If not, could I suggest removing the docker container and re-creating it? I've deployed HDF a bunch of times and don't think I've come across this on the sandbox before.
Created 05-23-2018 03:30 PM
That's how I ended up solving it, must have been a fluke
Created 05-21-2018 08:20 PM
If this is just a standalone NiFi installation, change the following property in the nifi.properties file to false:
nifi.cluster.is.node=false
Then restart your NiFi instance.
-
Thanks,
Matt
Created 05-23-2018 03:31 PM
Nice thanks, I figured there had to be a way to tell it that it was a solo node but I just wasn't phrasing it right for google apparently. Though the problem ended up being solved with a simple delete/reinstall.