C++ Client Request Timeouts then Received the Results of the Failed Requests from the Cache Servers of the Cluster
(Doc ID 2955209.1)
Last updated on JUNE 19, 2023
Applies to:
Oracle Coherence - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Symptoms
In the Extend Proxy Coherence Cluster C++ Client is configured with outgoing-message-handler for 60 seconds with an entry processor which just waits 65 seconds and returns the input value. If the client calls this entry processor 4 times, client gets the following results.
- First invoke - TimeoutException
- Second invoke - Result from the first invoke
- Third invoke - TimeoutException
- Fourth invoke - Result from the third invoke
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 |