-
Type:
Patch
-
Status: Resolved (View Workflow)
-
Priority:
Trivial
-
Resolution: Done
-
Affects Version/s: 2.1.1.GA
-
Component/s: Cache loaders
-
Labels:None
-
Forum Reference:
-
Estimated Difficulty:Low
Currently there is no way to set the SO_TIMEOUT on the socket used in TcpDelegatingCacheLoader, this means that it can block forever on the read when asking for remote data from the TcpCacheServer.
Users should be able to configure a timeout on whether they want to block forever or not.