mongodb - latencySmoothFactor equivalence in mongo driver 2.12.0 -
the mongoenvironmentsetter#setlatencysmoothfactor method updates system property com.mongodb.latencysmoothfactor , isn't available since 2.12.0 ( related git hashes 0375c984fccf9cb0868b406c145f8fd3e263348c 1ae976fa2342cdddeade622f293dc3fccbb80a58). found following tickets related that:
- https://jira.mongodb.org/browse/java-763
- https://jira.mongodb.org/browse/java-786
- https://jira.mongodb.org/browse/java-859
- https://jira.mongodb.org/browse/java-930
- https://jira.mongodb.org/browse/java-931
but didn't find equivalence property. thoughts? steps in migration if application has configured property?
there no equivalent in 2.12, driver no longer performs smoothing of round-trip times. smoothing may added in future release, won't configurable. i'm not sure mongoenvironmentsetter is, assuming control, best option ignore property or remove it.
Comments
Post a Comment