mongodb - When does the replication from primary to secondary happen? -


i have setup 3 node replica set.

writing primary node works when read readpreference=secondary; values null.

when open local node robomongo see collection not exist. has not been replicated?

i not sure when gets replicated or missing something?

update

i have used following uri

mongodb://dns1,dns2,dns3/?readpreference=secondary&w=0


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -