-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.0.1
-
Component/s: API
-
None
-
Environment:Linux ... 2.6.32-573.18.1.el6.x86_64 #1 SMP Wed Jan 6 11:20:49 EST 2016 x86_64 x86_64 x86_64 GNU/Linux
-
None
-
None
-
None
-
None
-
None
-
None
-
None
I used to set fsync parameter by calling mongo::WriteConcern::fsync() in legacy C++ driver.
I am now using the new c++ driver, I am trying to use mongocxx::write_concern::fsync() but looks mongocxx::write_concern does not support fsync() any more. Is there a way to support confirmation of fsync from client API or it is not an option now?
Thanks!
Judy