REST Get On A Single Key Fails To Get The Data From Cache Store That Means read-through Calls Are Failing
(Doc ID 2014311.1)
Last updated on OCTOBER 12, 2022
Applies to:
Oracle Coherence - Version 12.1.3.0.0 and laterInformation in this document applies to any platform.
Symptoms
Rest application appears not to be triggering read-through to cache store. In Coherence 12.1.3.0.1 for REST cache read-through calls are not working. REST cache get calls are working if the objects exists in local cache already by a read-through call via extend TCP. There are no errors in logs. It seems that Push replication PublishingCacheStore.load() does not get called via the ExtendHttpProxyService (REST).
Here is the sample of code how this issue is happening:
After the coherence storage server is running, the following REST get call fails in Coherence 12.1.3.0.1 but runs in 12.1.2.0.4.
Note that if you run the client second time the data is available in the local storage and the REST call works. Cache Store read-through call does not happen for REST get.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |