You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@nifi.apache.org by dan young <da...@gmail.com> on 2020/02/12 16:45:59 UTC

zookeeper error message - nifi 1.11.1/zookeeper 3.5.6

Hello,

We're seeing the following messages in nifi logs on our cluster nodes.  Using
Nifi 1.11.1 and zookeeper (not embedded) version 3.5.6

Functionality seems not to be impacted, but wondering if there's something else
going on or the version of zookeeper we're using is causing this.

2020-02-12 15:36:43,959 ERROR [main-EventThread]
o.a.c.framework.imps.EnsembleTracker Invalid config event received:
{server.1=10.190.3.170:2888:3888:participant, version=0,
server.3=10.190.3.91:2888:3888:participant,
server.2=10.190.3.172:2888:3888:participant}

Regards,

Dano

Re: zookeeper error message - nifi 1.11.1/zookeeper 3.5.6

Posted by Jeff <jt...@gmail.com>.
Dan,

I believe the issue (if there is one) would be between Zookeeper and
Curator, but NiFi uses Curator 4.x which is the correct version to use with
ZK 3.5.x.

On Thu, Feb 13, 2020 at 12:28 AM dan young <da...@gmail.com> wrote:

> Thank you for your email. Looking at the zookeeper docs, with 3.5.0 it
> looks like the format may have changed to support the dynamic
> configuration. It may seem that zookeeper is sending back a format that
> NiFi isn't expecting??? I.e the :participant
>
> https://zookeeper.apache.org/doc/r3.5.6/zookeeperReconfig.html
>
>
>
> On Wed, Feb 12, 2020, 5:53 PM 노대호Daeho Ro <da...@bespinglobal.com>
> wrote:
>
>> In my memory,
>>
>> zookeepr 3.5.6 needs the new form of zookeeper string such as
>>
>> server.1=0.0.0.0:2888:3888;2181
>>
>>
>> where the ip is yours.
>>
>> Hope this help you.
>>
>>
>> 2020년 2월 13일 (목) 오전 1:55, dan young <da...@gmail.com>님이 작성:
>>
>>> Sorry Joe,
>>>
>>> Yes, I'll file a JIRA...here's the email again....
>>>
>>> We're seeing the following messages in nifi logs on our cluster nodes.
>>> Using
>>> Nifi 1.11.1 and zookeeper (not embedded) version 3.5.6
>>>
>>> Functionality seems not to be impacted, but wondering if there's
>>> something else
>>> going on or the version of zookeeper we're using is causing this.
>>>
>>> 2020-02-12 15:36:43,959 ERROR [main-EventThread]
>>> o.a.c.framework.imps.EnsembleTracker Invalid config event received:
>>> {server.1=10.190.3.170:2888:3888:participant, version=0,
>>> server.3=10.190.3.91:2888:3888:participant, server.2=10.190.3.172:2888
>>> :3888:participant}
>>>
>>> Regards,
>>>
>>> Dano
>>>
>>> On Wed, Feb 12, 2020 at 9:49 AM Joe Witt <jo...@gmail.com> wrote:
>>>
>>>> Dan,
>>>>
>>>> Not sure what others see but for me your email cuts off in the middle
>>>> of a line.
>>>>
>>>> You might want to file a JIRA with your observation/logs.
>>>>
>>>> Thanks
>>>>
>>>> On Wed, Feb 12, 2020 at 11:46 AM dan young <da...@gmail.com> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> We're seeing the following messages in nifi logs on our cluster nodes.  Using
>>>>> Nifi 1.11.1 and zookeeper (not embedded) version 3.5.6
>>>>>
>>>>> Functionality seems not to be impacted, but wondering if there's something else
>>>>> going on or the version of zookeeper we're using is causing this.
>>>>>
>>>>> 2020-02-12 15:36:43,959 ERROR [main-EventThread] o.a.c.framework.imps.EnsembleTracker Invalid config event received: {server.1=10.190.3.170:2888:3888:participant, version=0, server.3=10.190.3.91:2888:3888:participant, server.2=10.190.3.172:2888:3888:participant}
>>>>>
>>>>> Regards,
>>>>>
>>>>> Dano
>>>>>
>>>>>
>>>>>

Re: zookeeper error message - nifi 1.11.1/zookeeper 3.5.6

Posted by dan young <da...@gmail.com>.
Thank you for your email. Looking at the zookeeper docs, with 3.5.0 it
looks like the format may have changed to support the dynamic
configuration. It may seem that zookeeper is sending back a format that
NiFi isn't expecting??? I.e the :participant

https://zookeeper.apache.org/doc/r3.5.6/zookeeperReconfig.html



On Wed, Feb 12, 2020, 5:53 PM 노대호Daeho Ro <da...@bespinglobal.com> wrote:

> In my memory,
>
> zookeepr 3.5.6 needs the new form of zookeeper string such as
>
> server.1=0.0.0.0:2888:3888;2181
>
>
> where the ip is yours.
>
> Hope this help you.
>
>
> 2020년 2월 13일 (목) 오전 1:55, dan young <da...@gmail.com>님이 작성:
>
>> Sorry Joe,
>>
>> Yes, I'll file a JIRA...here's the email again....
>>
>> We're seeing the following messages in nifi logs on our cluster nodes.
>> Using
>> Nifi 1.11.1 and zookeeper (not embedded) version 3.5.6
>>
>> Functionality seems not to be impacted, but wondering if there's
>> something else
>> going on or the version of zookeeper we're using is causing this.
>>
>> 2020-02-12 15:36:43,959 ERROR [main-EventThread]
>> o.a.c.framework.imps.EnsembleTracker Invalid config event received:
>> {server.1=10.190.3.170:2888:3888:participant, version=0,
>> server.3=10.190.3.91:2888:3888:participant, server.2=10.190.3.172:2888
>> :3888:participant}
>>
>> Regards,
>>
>> Dano
>>
>> On Wed, Feb 12, 2020 at 9:49 AM Joe Witt <jo...@gmail.com> wrote:
>>
>>> Dan,
>>>
>>> Not sure what others see but for me your email cuts off in the middle of
>>> a line.
>>>
>>> You might want to file a JIRA with your observation/logs.
>>>
>>> Thanks
>>>
>>> On Wed, Feb 12, 2020 at 11:46 AM dan young <da...@gmail.com> wrote:
>>>
>>>> Hello,
>>>>
>>>> We're seeing the following messages in nifi logs on our cluster nodes.  Using
>>>> Nifi 1.11.1 and zookeeper (not embedded) version 3.5.6
>>>>
>>>> Functionality seems not to be impacted, but wondering if there's something else
>>>> going on or the version of zookeeper we're using is causing this.
>>>>
>>>> 2020-02-12 15:36:43,959 ERROR [main-EventThread] o.a.c.framework.imps.EnsembleTracker Invalid config event received: {server.1=10.190.3.170:2888:3888:participant, version=0, server.3=10.190.3.91:2888:3888:participant, server.2=10.190.3.172:2888:3888:participant}
>>>>
>>>> Regards,
>>>>
>>>> Dano
>>>>
>>>>
>>>>

Re: zookeeper error message - nifi 1.11.1/zookeeper 3.5.6

Posted by 노대호Daeho Ro <da...@bespinglobal.com>.
In my memory,

zookeepr 3.5.6 needs the new form of zookeeper string such as

server.1=0.0.0.0:2888:3888;2181


where the ip is yours.

Hope this help you.


2020년 2월 13일 (목) 오전 1:55, dan young <da...@gmail.com>님이 작성:

> Sorry Joe,
>
> Yes, I'll file a JIRA...here's the email again....
>
> We're seeing the following messages in nifi logs on our cluster nodes.
> Using
> Nifi 1.11.1 and zookeeper (not embedded) version 3.5.6
>
> Functionality seems not to be impacted, but wondering if there's something
> else
> going on or the version of zookeeper we're using is causing this.
>
> 2020-02-12 15:36:43,959 ERROR [main-EventThread]
> o.a.c.framework.imps.EnsembleTracker Invalid config event received:
> {server.1=10.190.3.170:2888:3888:participant, version=0,
> server.3=10.190.3.91:2888:3888:participant, server.2=10.190.3.172:2888
> :3888:participant}
>
> Regards,
>
> Dano
>
> On Wed, Feb 12, 2020 at 9:49 AM Joe Witt <jo...@gmail.com> wrote:
>
>> Dan,
>>
>> Not sure what others see but for me your email cuts off in the middle of
>> a line.
>>
>> You might want to file a JIRA with your observation/logs.
>>
>> Thanks
>>
>> On Wed, Feb 12, 2020 at 11:46 AM dan young <da...@gmail.com> wrote:
>>
>>> Hello,
>>>
>>> We're seeing the following messages in nifi logs on our cluster nodes.  Using
>>> Nifi 1.11.1 and zookeeper (not embedded) version 3.5.6
>>>
>>> Functionality seems not to be impacted, but wondering if there's something else
>>> going on or the version of zookeeper we're using is causing this.
>>>
>>> 2020-02-12 15:36:43,959 ERROR [main-EventThread] o.a.c.framework.imps.EnsembleTracker Invalid config event received: {server.1=10.190.3.170:2888:3888:participant, version=0, server.3=10.190.3.91:2888:3888:participant, server.2=10.190.3.172:2888:3888:participant}
>>>
>>> Regards,
>>>
>>> Dano
>>>
>>>
>>>

Re: zookeeper error message - nifi 1.11.1/zookeeper 3.5.6

Posted by dan young <da...@gmail.com>.
Sorry Joe,

Yes, I'll file a JIRA...here's the email again....

We're seeing the following messages in nifi logs on our cluster nodes.
Using
Nifi 1.11.1 and zookeeper (not embedded) version 3.5.6

Functionality seems not to be impacted, but wondering if there's something
else
going on or the version of zookeeper we're using is causing this.

2020-02-12 15:36:43,959 ERROR [main-EventThread]
o.a.c.framework.imps.EnsembleTracker Invalid config event received:
{server.1=10.190.3.170:2888:3888:participant, version=0,
server.3=10.190.3.91:2888:3888:participant, server.2=10.190.3.172:2888
:3888:participant}

Regards,

Dano

On Wed, Feb 12, 2020 at 9:49 AM Joe Witt <jo...@gmail.com> wrote:

> Dan,
>
> Not sure what others see but for me your email cuts off in the middle of a
> line.
>
> You might want to file a JIRA with your observation/logs.
>
> Thanks
>
> On Wed, Feb 12, 2020 at 11:46 AM dan young <da...@gmail.com> wrote:
>
>> Hello,
>>
>> We're seeing the following messages in nifi logs on our cluster nodes.  Using
>> Nifi 1.11.1 and zookeeper (not embedded) version 3.5.6
>>
>> Functionality seems not to be impacted, but wondering if there's something else
>> going on or the version of zookeeper we're using is causing this.
>>
>> 2020-02-12 15:36:43,959 ERROR [main-EventThread] o.a.c.framework.imps.EnsembleTracker Invalid config event received: {server.1=10.190.3.170:2888:3888:participant, version=0, server.3=10.190.3.91:2888:3888:participant, server.2=10.190.3.172:2888:3888:participant}
>>
>> Regards,
>>
>> Dano
>>
>>
>>

Re: zookeeper error message - nifi 1.11.1/zookeeper 3.5.6

Posted by Joe Witt <jo...@gmail.com>.
Dan,

Not sure what others see but for me your email cuts off in the middle of a
line.

You might want to file a JIRA with your observation/logs.

Thanks

On Wed, Feb 12, 2020 at 11:46 AM dan young <da...@gmail.com> wrote:

> Hello,
>
> We're seeing the following messages in nifi logs on our cluster nodes.  Using
> Nifi 1.11.1 and zookeeper (not embedded) version 3.5.6
>
> Functionality seems not to be impacted, but wondering if there's something else
> going on or the version of zookeeper we're using is causing this.
>
> 2020-02-12 15:36:43,959 ERROR [main-EventThread] o.a.c.framework.imps.EnsembleTracker Invalid config event received: {server.1=10.190.3.170:2888:3888:participant, version=0, server.3=10.190.3.91:2888:3888:participant, server.2=10.190.3.172:2888:3888:participant}
>
> Regards,
>
> Dano
>
>
>