[ 
https://issues.apache.org/jira/browse/NIFI-8461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17333422#comment-17333422
 ] 

Francois Liot commented on NIFI-8461:
-------------------------------------

I just followed https://issues.apache.org/jira/browse/NIFI-8330 
But since I don't have ide, either github config to propose my own correction 
branch/merge request to check [https://github.com/apache/nifi/pull/4903] 
against 1.13.2 tag, I did it locally, old fashion,
{code:java}
wget https://github.com/apache/nifi/archive/refs/tags/rel/nifi-1.13.2.tar.gz
tar -zxvf nifi-1.13.2.tar.gz
cd nifi-rel-nifi-1.13.2
wget 
https://github.com/apache/nifi/commit/361d4af31ea544c12a322a00f0ab7e8e24e4feec.patch
wget 
https://github.com/apache/nifi/commit/489cfc904416f2ec1f2c3f9aef2ef21ae10d44e7.patch
patch -p1 < 361d4af31ea544c12a322a00f0ab7e8e24e4feec.patch
patch -p1 < 489cfc904416f2ec1f2c3f9aef2ef21ae10d44e7.patch
cd nifi-nar-bundles/nifi-scripting-bundle
mvn install
rm -rf $NIFI_DIST/lib/nifi-scripting-nar-1.13.2.nar 
rm -rf $NIFI_DIST/work/nar/extensions/nifi-scripting-nar-1.13.2.nar-unpacked
cp 
~/.m2/repository/org/apache/nifi/nifi-scripting-nar/1.13.2/nifi-scripting-nar-1.13.2.nar
 $NIFI_DIST/lib
{code}
Patched have been correctly applied, the application starts well with the new 
nar bundle, processors are working as normally expected,
But after first stop/edit/start, when recompilation is expected, flows are not 
treated.
So the pointed patch doesn't seem to correct the issue !

> Queue reports items but cannot list them
> ----------------------------------------
>
>                 Key: NIFI-8461
>                 URL: https://issues.apache.org/jira/browse/NIFI-8461
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>    Affects Versions: 1.13.2
>         Environment: Docker image apache/nifi :1.13.2, Windows 10 Pro, WSL 2 
> (Ubuntu), x86_64
>            Reporter: Kevin Aagaard
>            Priority: Major
>              Labels: queue
>         Attachments: ExecuteScript_Queue_Issue.txt, NIFI-8461.zip, 
> image-2021-04-22-08-48-58-117.png, image-2021-04-22-08-49-40-904.png, 
> image-2021-04-27-14-23-07-849.png, image-2021-04-27-14-23-24-477.png
>
>
> The following segment of workflow demonstrates the issue. The queue reports 
> that there are items within it, but they cannot be listed, even after 
> stopping the consumer (and producer). Since this is in a Docker Container, it 
> is unlikely an OS error.
>  
> !image-2021-04-22-08-48-58-117.png!
>  
> !image-2021-04-22-08-49-40-904.png!
> I do not currently have a simplified example workflow to recreate the error, 
> but can work on it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to