Re: [IGNITE-10925] After upgrading 2.7 getting Unexpected error occurred during unmarshalling

2019-01-14 Thread Prasad Bhalerao
Hi, I am able to create a reproducer for this issue. I have also created a JIRA IGNITE-10925 for this issue. Reproducer: https://github.com/prasadbhalerao1983/IgniteIssueReproducer.git Step to Reproduce: 1) First Run com.example.demo.Server

Re: After upgrading 2.7 getting Unexpected error occurred during unmarshalling

2019-01-11 Thread Prasad Bhalerao
No I am not using zookeeper discovery. Using TcpDiscoveryVmIpFinder. Can someone please explain on what event cacheMetrics in TcpDiscoveryNode gets populated. It is not getting populated in standalone program. If it gets populated then I might be able to reproduce this case. On Fri 11 Jan, 2019,

Re: After upgrading 2.7 getting Unexpected error occurred during unmarshalling

2019-01-11 Thread Prasad Bhalerao
Resending I am not able reproduce this issue in small reproducer project but this is consistently happening in my project. So I debugged this issue and attached the screenshot in this mail. *NOTE: *This issue occurs if the statistics are enabled on cache configuration level [cacheCfg.setS

Re: After upgrading 2.7 getting Unexpected error occurred during unmarshalling

2019-01-11 Thread Prasad Bhalerao
Resending with screenshots. > I am not able reproduce this issue in small reproducer project but this is > consistently happening in my project. So I debugged this issue and attached > the screenshot in this mail. > > > > *NOTE: *This issue occurs if the statistics are enabled on cache > configu

Re: After upgrading 2.7 getting Unexpected error occurred during unmarshalling

2019-01-09 Thread Ilya Kasnacheev
Hello! Do you have a reproducer project to reliably confirm this issue? Regards, -- Ilya Kasnacheev ср, 9 янв. 2019 г. в 12:39, Akash Shinde : > Added dev@ignite.apache.org. > > Should I log Jira for this issue? > > Thanks, > Akash > > > > On Tue, Jan 8, 2019 at 6:16 PM Akash Shinde wrote:

Re: After upgrading 2.7 getting Unexpected error occurred during unmarshalling

2019-01-09 Thread Akash Shinde
Added dev@ignite.apache.org. Should I log Jira for this issue? Thanks, Akash On Tue, Jan 8, 2019 at 6:16 PM Akash Shinde wrote: > Hi, > > No both nodes, client and server are running on Ignite 2.7 version. I am > starting both server and client from Intellij IDE. > > Version printed in Serv