config: raise error if replicaset can't be built
We can't just pass it over and start the instance: 1. If it is an initial bootstrap (there is no data for the given instance yet), the instance will form its own replicaset instead of joining into the existing one. 2. If it is a startup of an existing instance, the local data may be outdated and serving requests is undesirable. Part of #8810 NO_DOC=the old behavior was not released, the documentation request will be registered manually NO_CHANGELOG=see NO_DOC
Please register or sign in to comment