Re: BUG: AbstractListProcessor stops to call performListing after primary node reelection to same node

2018-04-28 Thread Max Viazovskyi
PR is ready for review https://github.com/apache/nifi/pull/2657 -- Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/

Re: BUG: AbstractListProcessor stops to call performListing after primary node reelection to same node

2018-04-23 Thread Max Viazovskyi
Thanks Bryan. Will do it a bit later. -- Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/

Re: ExecuteGroovyScript processor unable to resolve IOUtils

2018-04-22 Thread Max Viazovskyi
Thanks Andrew, I'm using dockerized NiFi 1.6.0. I'm new for groovy and Java, could you please guide how should this annotation looks like? I believe something like: @Grab(group='commons-io', module='commons-io', version='2.7-SNAPSHOT') import org.apache.commons.io.IOUtils Max -- Sent from:

ExecuteGroovyScript processor unable to resolve IOUtils

2018-04-22 Thread Max Viazovskyi
Recently I needed to write custom script to override flow file content, when script was prepared I fount that it can be executed with ExecuteScript processor, but ExecuteGroovyScript fails to compile the same script, it shows the error: unable to resolve class import org.apache.commons.io.IOUtils.

BUG: AbstractListProcessor stops to call performListing after primary node reelection to same node

2018-04-21 Thread Max Viazovskyi
Hi all, I've encountered the bug when AbstractListProcessor stops performing listing of entities when after reelection the same node become Primary. I'm using dokerized NiFi 1.6.0 (Docker Version: 18.03.0-ce) and external Zookeeper. STEPS TO REPRODUCE: 1. Download docker-compose.yml