The log message in src/mongo/db/db.cpp:355 suggests to run an index build on the primary. This is dangerous on a production system and can lead to outages.
Need to add warning and/or suggest to build in rolling fashion (with link to docs).
The log message in src/mongo/db/db.cpp:355 suggests to run an index build on the primary. This is dangerous on a production system and can lead to outages.
Need to add warning and/or suggest to build in rolling fashion (with link to docs).