Re: Got Multiple PG copies from a remote registry

2020-11-12 Thread Luther Blisset
That is the point, the logs don't show any error, the UI get stuck and then you 
are kicked out:

[cid:02b59616-d7ae-4ca6-ad9b-83b2db8c0ca8]

about the 3 circles:

  *The spinning wheel keeps going and I never get back the control, I 
finally are kick out from the session.
  *The request to NiFi APi never come back
  *   API call is POST processgroups/{id}/processgroups

In other nifi instances this request takes 10 seconds average(high I think), 
and those work as expected.
As you can see in the image, this flow have around 400 processors

De: Bryan Bende 
Enviado: jueves, 12 de noviembre de 2020 01:05 p. m.
Para: users@nifi.apache.org 
Asunto: Re: Got Multiple PG copies from a remote registry

Hello,

Can you please share any errors from nifi-app.log or nifi-user.log
that correlate with your initialize error?

NiFi does not perform any retries in a loop when pulling from registry.

Thanks,

Bryan

On Wed, Nov 11, 2020 at 6:10 PM Luther Blisset  wrote:
>
> Hi,
> I'm importing a PG from a remote registry, but the first request never 
> response back, it seems like nifi keep trying sending it, what I figured out 
> is the follow:
>
> NiFi makes the request to get the flow
> Because it doesn't get any response, tries again and enter in this loop
> then you are logged out because your session expired; but when you log in 
> again you will get as much as PG as nifi request retries.
>
> Does anyone know which NiFi package point it out in the logs to get more 
> details?
>
> Thanks in advance.


Re: Got Multiple PG copies from a remote registry

2020-11-12 Thread Bryan Bende
Hello,

Can you please share any errors from nifi-app.log or nifi-user.log
that correlate with your initialize error?

NiFi does not perform any retries in a loop when pulling from registry.

Thanks,

Bryan

On Wed, Nov 11, 2020 at 6:10 PM Luther Blisset  wrote:
>
> Hi,
> I'm importing a PG from a remote registry, but the first request never 
> response back, it seems like nifi keep trying sending it, what I figured out 
> is the follow:
>
> NiFi makes the request to get the flow
> Because it doesn't get any response, tries again and enter in this loop
> then you are logged out because your session expired; but when you log in 
> again you will get as much as PG as nifi request retries.
>
> Does anyone know which NiFi package point it out in the logs to get more 
> details?
>
> Thanks in advance.