I am seeing a situation where a read is taking longer than the configured read-timeout (ie: read-time out is 90 seconds, but some reads are taking 3 times this).
The read is from the java client on a partitioned region with one redundant copy. Is the read time out measured per server that has a copy of the object? What factors affect the read time out?
