[GitHub] [nifi] markap14 commented on pull request #6779: NIFI-10975 Add Kubernetes Leader Election and State Provider

2023-01-05 Thread GitBox
markap14 commented on PR #6779: URL: https://github.com/apache/nifi/pull/6779#issuecomment-1372856078 Thanks for the latest updated @exceptionfactory . Ran into another issue when testing, unfortunately. I have a statefulset that had 3 replicas. `nifi-1` was both the primary node and

[GitHub] [nifi] markap14 commented on pull request #6779: NIFI-10975 Add Kubernetes Leader Election and State Provider

2022-12-16 Thread GitBox
markap14 commented on PR #6779: URL: https://github.com/apache/nifi/pull/6779#issuecomment-1355514506 Also, just to ensure that I was using the latest, I did a `kubectl exec -it nifi-0 bash` and went into the `work` directory to check the lib. It's using `kubernetes-client-6.3.1.jar` as

[GitHub] [nifi] markap14 commented on pull request #6779: NIFI-10975 Add Kubernetes Leader Election and State Provider

2022-12-16 Thread GitBox
markap14 commented on PR #6779: URL: https://github.com/apache/nifi/pull/6779#issuecomment-1355512778 Thanks @exceptionfactory . Pulled the latest, rebuilt everything, rebuilt the docker image. Interestingly, it no longer worked. I got errors on startup telling me that the URI was invalid

[GitHub] [nifi] markap14 commented on pull request #6779: NIFI-10975 Add Kubernetes Leader Election and State Provider

2022-12-15 Thread GitBox
markap14 commented on PR #6779: URL: https://github.com/apache/nifi/pull/6779#issuecomment-1353716799 Great, thanks @exceptionfactory! I also would recommend a couple minor changes to make this work more easily with Docker, as I had to make these changes to test: In the

[GitHub] [nifi] markap14 commented on pull request #6779: NIFI-10975 Add Kubernetes Leader Election and State Provider

2022-12-15 Thread GitBox
markap14 commented on PR #6779: URL: https://github.com/apache/nifi/pull/6779#issuecomment-1353410957 So I crated a two-node nifi cluster using GKE to test this. On startup, things work well. Both nodes join the cluster. I can see that state is getting stored/recovered properly using