We have recently deployed a small JCS backed cache and are experiencing some
symptoms that seem related to Keys retrieving the wrong Value from the Auxiliary
Indexed Disk Cache.

Our Setup is as follows.

1. JCS In-Memory running in same JVM as Application
2. Auxiliary Remote Cache on the same hardware with an Indexed Based Disk Cache as Auxillary in a different JVM.

What appears to happen is as follows:

1. After some period the main application is restarted clearing all in-memory items.
2. A Get is executed that hits the Remote Auxillary's Disk Cache.
3. The Value returned from the Key does not match.

Is there any known use cases where this would occur? Also, could the improper shutdown of the Indexed Based Disk Cache result in the key file and value file getting out of sync?







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

Reply via email to