Re: State management not captured in cluster mode

2016-09-28 Thread Pierre Villard
At the moment the sate management description (if any) of a processor is available by right clicking on it and going into "View state". Pierre 2016-09-28 16:15 GMT+02:00 Bryan Bende : > What I was referring to is in the code of each processor, it is annotated > with something describing the stat

Re: State management not captured in cluster mode

2016-09-28 Thread Bryan Bende
What I was referring to is in the code of each processor, it is annotated with something describing the state. For example: https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListFile.java#L102

Re: State management not captured in cluster mode

2016-09-28 Thread Selvam Raman
Hi Bryan, Thanks for the information. Can you please share a picture where i can able to see the state (local or cluster). I could not see anywhere. On Wed, Sep 28, 2016 at 1:22 PM, Bryan Bende wrote: > Hi Selvam, > > It depends what processor you are using. For example, ListFile using a > loca

Re: State management not captured in cluster mode

2016-09-28 Thread Joe Witt
Great timing. Pierre put in a JIRA/PR for this yesterday. https://issues.apache.org/jira/browse/NIFI-2832 Thanks Joe On Wed, Sep 28, 2016 at 8:22 AM, Bryan Bende wrote: > Hi Selvam, > > It depends what processor you are using. For example, ListFile using a local > file path will always store

Re: State management not captured in cluster mode

2016-09-28 Thread Bryan Bende
Hi Selvam, It depends what processor you are using. For example, ListFile using a local file path will always store state locally even when clustered because no other node can take over that state since the directory to list only exists on that node. Each processor has an annotation at the top of

State management not captured in cluster mode

2016-09-28 Thread Selvam Raman
Hi, This is my state-management.xml attribute local-provider org.apache.nifi.controller.state.providers.local.WriteAheadLocalStateProvider ./state/local zk-provider org.apache.nifi.controller.state.providers.zookeeper.ZooKeeperStateProvider hostn