Re: AtomicReference issue with different userVersions

2021-06-17 Thread Ilya Kasnacheev
Hello! Tricky exception message leading to usability issues is a bug all right. Especially if it is possible to check for this case earlier and give a proper warning/not face the issue. Regards, -- Ilya Kasnacheev пт, 11 июн. 2021 г. в 10:59, tanshuai : > I don't think we should treat it as

Re: AtomicReference issue with different userVersions

2021-06-11 Thread tanshuai
I don't think we should treat it as a bug. But it does introduce tricky exceptions under certain circumstances. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: AtomicReference issue with different userVersions

2021-06-09 Thread Ilya Kasnacheev
Hello! Is this a bug which needs to be addressed? If so, can you file a ticket against Ignite JIRA? Thanks, -- Ilya Kasnacheev ср, 9 июн. 2021 г. в 11:19, tanshuai : > < > http://apache-ignite-users.70518.x6.nabble.com/file/t3172/20210609161010.jpg> > > > I may have found the root cause. > >

Re: AtomicReference issue with different userVersions

2021-06-09 Thread tanshuai
I may have found the root cause. The invocation chain should be something like the one below. org.apache.ignite.internal.managers.deployment.GridDeploymentManager#deploy

Re: AtomicReference issue with different userVersions

2021-06-08 Thread tanshuai
This is related to the user version. I suspect the user versions of the server node and the client node are different. You can add as a workaround. However, I don't understand what the StartRoutineDiscoveryMessageV2 is used for. Why the StartRequestDataV2 message is sent. Can anybody help

RE: AtomicReference issue with different userVersions

2019-08-12 Thread Niels Ejrnæs
Hey I've created https://issues.apache.org/jira/browse/IGNITE-12058 for tracking this. Best regards Niels Elkjær Ejrnæs Software Developer R From: Ilya Kasnacheev Sent: 9. august 2019 18:54 To: user@ignite.apache.org Subject: Re: AtomicReference issue with different userVersions Hello

Re: AtomicReference issue with different userVersions

2019-08-09 Thread Ilya Kasnacheev
start the server node. > > Then you can run the ClientNode main to see the Exceptions I get. > > > > *Best regards* > > *Niels Elkjær Ejrnæs* > > > > *From:* Ilya Kasnacheev > *Sent:* 8. august 2019 15:54 > *To:* user@ignite.apache.org > *Subject:* Re:

RE: AtomicReference issue with different userVersions

2019-08-09 Thread Niels Ejrnæs
the server node. Then you can run the ClientNode main to see the Exceptions I get. Best regards Niels Elkjær Ejrnæs From: Ilya Kasnacheev Sent: 8. august 2019 15:54 To: user@ignite.apache.org Subject: Re: AtomicReference issue with different userVersions Hello! Can you throw together a small reproducer

Re: AtomicReference issue with different userVersions

2019-08-08 Thread Ilya Kasnacheev
Hello! Can you throw together a small reproducer project for this behavior? Regards, -- Ilya Kasnacheev чт, 8 авг. 2019 г. в 16:44, Niels Ejrnæs : > Hey all, > > > > Am I wrong in assuming I can do this directly when running a client with a > different userVersion? > > IgniteAtomicLong

AtomicReference issue with different userVersions

2019-08-08 Thread Niels Ejrnæs
Hey all, Am I wrong in assuming I can do this directly when running a client with a different userVersion? IgniteAtomicLong atomicLong = ignite.atomicLong("long", 0, false); I get this Exception when running DeploymentMode CONTINUOUS and trying to access either AtomicReferences or