--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.
For other MongoDB technical support options, see: https://docs.mongodb.com/manual/support/
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user+unsubscribe@googlegroups.com.
To post to this group, send email to mongod...@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/3662f4f6-eae8-4f95-b915-681b2b033213%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "mongodb-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mongodb-user/c36_Rxie5Ak/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mongodb-user+unsubscribe@googlegroups.com.
To post to this group, send email to mongod...@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/CAOe6dJCip%2B%3DONAmsKHOF2bgrzfaW5oP7Dat_5RmtHAE_ZmEEMw%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user...@googlegroups.com.
To post to this group, send email to mongod...@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/3662f4f6-eae8-4f95-b915-681b2b033213%40googlegroups.com.
So I’m wondering if there is some wrong in the doc: instead of using “journal”, we should use “j” to config the write concern in the connection string URI.
Hi Yuquan,
Since currently YCSB is using MongoDB Java driver v3.0.3 the correct journal option to use is j. Starting from MongoDB Java driver v3.1.x however, the driver supports the journal URI param. The j option is continued to be supported to avoid breaking existing usage, but should be superseded by journal. See also JAVA-1890.
If you’re using MongoDB v3.4.4, I would suggest updating the MongoDB Java driver version in the YCSB pom.xml to use MongoDB Java driver v3.4.x. See also MongoDB Java Driver Compatibility Chart for guidelines on which driver to use for a specific version of MongoDB.
Regards,
Wan.