[JAVA-693] Document system properties for controlling the replica set/mongos background thread Created: 12/Nov/12  Updated: 07/Mar/14  Resolved: 24/Jan/14

Status: Closed
Project: Java Driver
Component/s: Documentation
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Major - P3
Reporter: Jeffrey Yemin Assignee: Unassigned
Resolution: Won't Fix Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
duplicates JAVA-662 Documentation on mongodb.updaterInter... Closed
Related
related to JAVA-1139 Allow configuration of heartbeat back... Closed
related to JAVA-1016 Allow acceptable latency difference t... Closed
is related to JAVA-1138 Allow acceptable latency difference t... Closed

 Description   

In ConnectionStatus:

        updaterIntervalMS = Integer.parseInt(System.getProperty("com.mongodb.updaterIntervalMS", "5000"));
        updaterIntervalNoMasterMS = Integer.parseInt(System.getProperty("com.mongodb.updaterIntervalNoMasterMS", "10"));
        mongoOptionsDefaults.connectTimeout = Integer.parseInt(System.getProperty("com.mongodb.updaterConnectTimeoutMS", "20000"));
        mongoOptionsDefaults.socketTimeout = Integer.parseInt(System.getProperty("com.mongodb.updaterSocketTimeoutMS", "20000"));
        latencySmoothFactor = Float.parseFloat(System.getProperty("com.mongodb.latencySmoothFactor", "4"));



 Comments   
Comment by Jeffrey Yemin [ 24/Jan/14 ]

Instead we are adding MongoClientOption properties for them.

Generated at Thu Feb 08 08:52:52 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.