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
Post a Comment