Hi,

On 04/05/17 14:57, Ian Boston wrote:
Before 120 seconds, should the MongoDB Java driver route read queries to a
secondary and use the new primary without any action by Oak (eg closing a
connection and opening a new one ) ?

Yes, the MongoDB Java driver automatically routes queries based on their required read preference. The failover is automatic and the driver should direct queries to the new primary once available. Connection pooling is done by the driver. Oak does not manage those.

Regards
 Marcel

Reply via email to