Re: Re: Nodes can not join the cluster after reboot

2018-05-28 Thread Evgenii Zhuravlev
I'd recommend to set it on all nodes. Evgenii 2018-05-24 12:19 GMT+03:00 arunkjn : > Hi Evgenii, > > I am experiencing the same issue with grid affinity topology. > > We have a topology where we have 3 data nodes, 2 service nodes and several > client nodes in the cluster. The

Re: Re: Nodes can not join the cluster after reboot

2018-05-24 Thread arunkjn
Hi Evgenii, I am experiencing the same issue with grid affinity topology. We have a topology where we have 3 data nodes, 2 service nodes and several client nodes in the cluster. The issue occurs randomly sometimes when deploying the nodes. I wanted to know that the suggested solution of

Re: Re: Nodes can not join the cluster after reboot

2018-01-23 Thread Evgenii Zhuravlev
confirm and any plan to fix it in 2.4? > > > > Regards > Aaron > -- > Aaron.Kuai > > > *From:* Evgenii Zhuravlev <e.zhuravlev...@gmail.com> > *Date:* 2018-01-19 16:36 > *To:* user <user@ignite.apache.org> > *Subject:* R

Re: Re: Nodes can not join the cluster after reboot

2018-01-23 Thread aa...@tophold.com
n.Kuai From: Evgenii Zhuravlev Date: 2018-01-19 16:28 To: user Subject: Re: Re: Nodes can not join the cluster after reboot Aaron, This Service instance after creating will be serialized and deserialized on the target nodes. So, the field of Logger will be serialized too and I don't

Re: Re: Nodes can not join the cluster after reboot

2018-01-19 Thread Evgenii Zhuravlev
; > > Regards > Aaron > -- > Aaron.Kuai > > > *From:* Evgenii Zhuravlev <e.zhuravlev...@gmail.com> > *Date:* 2018-01-19 16:28 > *To:* user <user@ignite.apache.org> > *Subject:* Re: Re: Nodes can not join the cluster after reboot > Aaron, > > This Service instan

Re: Re: Nodes can not join the cluster after reboot

2018-01-19 Thread aa...@tophold.com
Hi Evgenii, I trying to remove this part and use the @LoggerResource; will have a try! thanks for your time. Regards Aaron Aaron.Kuai From: Evgenii Zhuravlev Date: 2018-01-19 16:28 To: user Subject: Re: Re: Nodes can not join the cluster after reboot Aaron, This Service instance after

Re: Re: Nodes can not join the cluster after reboot

2018-01-19 Thread Evgenii Zhuravlev
.com> > *Date:* 2018-01-18 21:59 > *To:* user <user@ignite.apache.org> > *Subject:* Re: Re: Nodes can not join the cluster after reboot > Aaron, could you share code of > com.tophold.trade.ignite.service.CommandRemoteService > ? > > Thanks, > Evgenii > > 20

Re: Re: Nodes can not join the cluster after reboot

2018-01-18 Thread Evgenii Zhuravlev
ut time like one >> hour, from our monitor log we can find >> >> such like NODE_LEFT and NODE_JOIN events, every thing move smoothly . >> >> But if after several hours, problem below sure will happen if you try to >> reboot any node from cluster. >> >&g

Re: Re: Nodes can not join the cluster after reboot

2018-01-18 Thread Evgenii Zhuravlev
t; Aaron > -- > Aaron.Kuai > > *From:* aa...@tophold.com > *Date:* 2018-01-17 20:05 > *To:* user <user@ignite.apache.org> > *Subject:* Re: Re: Nodes can not join the cluster after reboot > hi Evgenii, > > Thanks! We collect some logs, one

Re: Re: Nodes can not join the cluster after reboot

2018-01-17 Thread aa...@tophold.com
cluster. Regards Aaron Aaron.Kuai From: aa...@tophold.com Date: 2018-01-17 20:05 To: user Subject: Re: Re: Nodes can not join the cluster after reboot hi Evgenii, Thanks! We collect some logs, one is the server which is reboot, another two are two servers exist, one client only nodes. after

Re: Nodes can not join the cluster after reboot

2018-01-16 Thread Evgenii Zhuravlev
Hi, Most possible that on the of the nodes you have hanged transaction/future/lock or even a deadlock, that's why new nodes can't join cluster - they can't perform exchange due to pending operation. Please share full logs from all nodes with thread dumps, it will help to find a root cause.