Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我花了一些时间搜索这个,最终不得不去寻找源头。
问题是;Mongo.getDb() 中的 DB 对象是绑定到单个 Mongo 实例还是将对集群中的所有节点进行调用?其次,对象线程安全吗?
所以它是线程安全的,这很容易。在查看源代码(版本 2.9.1)后,我发现整个 ServerAddresses 列表是作为创建 DB 对象的一部分传入的。