Welcome to the new MongoDB Feedback Portal!
{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.
We’ve upgraded our feedback system to better capture, track, and act on your feedback. Here’s what you need to know:
|
What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. |
We have had a few cases where we accidentally ran a reshard on a collection which has search indices. This is called out in the docs, but that requires the person running the reshard commands to have read that specific part of the documentation and have internalized that knowledge. The experience when we did this was:
|
|
What would you like to see happen? Describe the desired outcome or enhancement. |
The ideal situation is that reshard in some way just handles this situation, such that the search index exists at the end of the operation. I understand that might be technically difficult; for us, even just a It would also be great for the driver to error and not return silently if a search index does not exist. |
|
Why is this important to you or your team? Explain how the request adds value or solves a business need. |
We've had a few incidents where we accidentally ran this. In the recent one, the search index was gone for 2 days without us realizing; this page on our dashboard was silently returning zero results on this cluster. |
What steps, if any, are you taking today to manage this problem? |
|
nil
nl
Cool