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
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
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
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
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,
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
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