Member since
06-08-2021
7
Posts
0
Kudos Received
0
Solutions
09-30-2021
02:03 PM
Thanks @MattWho for the quick response. I can see the active thread in the top right corner of the processor which is hang forever. The max timer driven threads are not consumed, i will try to get the thread dump and see. I think i should contact provider of the processor (marklogic) as you suggested. Thank you.
... View more
09-30-2021
10:04 AM
Hello, I am facing an issue with MarkLogic Connector, some times the connection hangs for ever while writing records to Marklogic and we had to restart nifi server to resolve it. Is there a way to set timeout for the connection so that it should continue processing next records with new connection? It should retry or give up, we should not be expected to restart the server. are there any connection properties to handle this, i do not find any in the documentation ? We are using NiFi Version 1.12.1 of Docker image and below Marklogic connectors. DefaultMarkLogicDatabaseClientService 1.9.1.7 PutMarkLogic 1.9.1.7
... View more
Labels:
- Labels:
-
Apache NiFi
06-14-2021
08:25 AM
@alim Thanks for the details for git integration, its working fine. However its always pushing the changes to default branch (master) configured on git. Is there a way to specify the branch to clone and push always irrespective of main branch. We are running registry as a k8s container so it gets restarted some times and its pulling the default branch always. I have tried below property to set branch name "origin/develop" it complains and says only "origin" found in remote Please share your thoughts on this appreciate anyones help on this. <flowPersistenceProvider> <class>org.apache.nifi.registry.provider.flow.git.GitFlowPersistenceProvider</class> <property name="Flow Storage Directory">./versioned_flows</property> <property name="Remote To Push">origin/develop</property> <property name="Remote Access User">my-gituserid</property> <property name="Remote Access Password">my-token</property> <property name="Remote Clone Repository">https://github.com/myrepo-name.git</property> </flowPersistenceProvider>
... View more
06-08-2021
02:43 PM
@thuylevn I have customized the image from base image by adding the updated providers.xml file to image. this is my Dockerfile content, FROM apache/nifi-registry:0.8.0 COPY registry/providers.xml /opt/nifi-registry/nifi-registry-current/conf EXPOSE 18080 >docker build -t myimage/nifi-registry:0.8.0.1 .
... View more
06-08-2021
02:40 PM
I have same issue as @andP with github token. Any help please ? @alim
... View more