Re: Server cache reads less number of entries than number of entries put by client cache

2022-02-02 Thread Pavel Tupitsyn
Do you mean that cache has some entries, but the iterator does not return them? On Wed, Feb 2, 2022 at 10:38 AM Sumit Deshinge wrote: > Hi Pavel, > > I am trying to remove the data from one cache (on which I am iterating) to > another cache in transaction. > When the iterator says no further ele

Re: Restore data from Ignite snapshots

2022-02-02 Thread Surinder Mehra
Hey thanks for your suggestions. I tried restoring using control.sh but it doesn't seem to work. Below are steps 1. Started 3 nodes and added data using a thick client 2. created a snapshot using with ./control.sh --snapshot create snapshot_1 3. I verified, the snapshot directory has data 4. Stop

Re: Server cache reads less number of entries than number of entries put by client cache

2022-02-02 Thread Sumit Deshinge
No, cache does not have entries. Somehow the number of entries returned are less than the number of entries put by all thin clients. On Wed, Feb 2, 2022 at 1:33 PM Pavel Tupitsyn wrote: > Do you mean that cache has some entries, but the iterator does not return > them? > > On Wed, Feb 2, 2022 at

Re: Server cache reads less number of entries than number of entries put by client cache

2022-02-02 Thread Pavel Tupitsyn
Are you sure that all entry keys are unique? E.g. if you do 5000 puts but some keys are the same, the result will be less than 5000 entries. On Wed, Feb 2, 2022 at 12:27 PM Sumit Deshinge wrote: > No, cache does not have entries. Somehow the number of entries returned > are less than the number

Re: Ignite 2.10.0 client "Node_Failed" during application pool recycle

2022-02-02 Thread Charlin S
Hi, Thanks for your reply. Already handled applicationLifetime(C# 5) and called Ignition.Stop(gridname,true) but now changed to Ignition.StopAll(true); seems to be working fine now. Regards, Charlin On Mon, 31 Jan 2022 at 18:06, Pavel Tupitsyn wrote: > It looks like the app pool gets recycled,

Re: Restore data from Ignite snapshots

2022-02-02 Thread Surinder Mehra
Hi, Could you please point out if i missed something? On Wed, Feb 2, 2022, 13:39 Surinder Mehra wrote: > Hey thanks for your suggestions. > > I tried restoring using control.sh but it doesn't seem to work. Below are > steps > 1. Started 3 nodes and added data using a thick client > 2. created a

Client Node disconnects running a long Running Compute Job

2022-02-02 Thread siva.velicheti
We have a ignite cluster of 1 node and a thick client connecting to it. We have a compute job which queries about 400k records and process them and it is a long running job. We observe that the client node is getting disconnected after sometime with below error although I see that the job is stil