ClientPolicy timeout transitions and server-side operation state
Request Timeout Behavior in Aerospike Java Client When utilizing the ClientPolicy object to define request-specific timeouts, the client throws a TimeoutException once the specified threshold is reached. This mechanism ensures application responsiveness by preventing threads from hanging indefinitely during network instability or cluster congestion. However,