You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongod...@googlegroups.com
What is the behavior when you set replica seeds (in the Java driver, by specifying them in the mongo URL, for example) to nodes that are in the set, but are hidden. Will it still call isMaster on those nodes and discover the unhidden nodes? Or will it fail to connect to them?
Scott Hernandez
unread,
May 9, 2012, 1:53:48 PM5/9/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongod...@googlegroups.com
It will call isMaster and get the rest, yes. It will be removed from
the seed list for future calls so it will only be used once at the
initial Mongo creation.