Does arbiter node in mongodb has admin database -


i have set 3 mongodb nodes in replication set - primary, secondary , arbiter.

i want know arbiter node in mongo database has admin database default when configured.

thanks

the arbiter not contain data therefore or application won't need authenticate if connect directly.

when application connecting replicaset detect if node arbiter , don't attempt connect it.

depending on driver there exceptions (bugs) application still attempt authenticate arbiter.


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? -