Oh.  So the problem was in using the get method.  You were actively
getting things through the lateral cache?  So you had putonlymode=false?

Aaron

> -----Original Message-----
> From: Matthew Cooke [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 27, 2004 11:00 AM
> To: Turbine JCS Users List
> Subject: Re: Additional problems.
> 
> I'm not sure without taking time to look through it and maybe even
> reproduce it.
> 
> Regions were not the problem though, all the items were in one region,
> the problem seemed to be that after restarting some of the machines
> sometimes you would get a result like this.
> 
> get("D") returns "valueD"
> get("A") returns "valueA"
> get("B") returns "valueB"
> get("A") returns "valueA"
> get("C") returns "valueC"
> get("D") returns "valueC"   <-- incorrect this was the value for the
> last get!
> 
>  From this point on, getting key "D" continues to return "ValueC" but
> should have "ValueD".
> This occurs after restarting a cache on one machine (possibly a
machine
> doing lot's of puts). I think not ALL items got out of sync but once
an
> item had gone wrong a get on the keys that had gone wrong continued to
> return the wrong value.
> 
> Matt.
> 
pache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to