-
Notifications
You must be signed in to change notification settings - Fork 801
#create_index! produces error output under correct operation #571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@dogweather any luck with solving this? I'm not super familiar with with ES but this message pollutes my test output. |
Hi @andyw8, I think we've debated adding some "quiet mode" in some issue, but I don't recall the reference now. Looking at the code now, it comes from |
Any progress on it? Very annoying! |
Still not solved? |
Still running into this issue as well. The quiet mode that @karmi mentioned above would be very useful. |
@shawndeprey @Kani999 @andyw8 @dogweather how does this solution look? |
@estolfo If I understand what |
@shawndeprey |
Closing as this has been resolved in the linked PR. |
Given that there's no index, when this is executed:
then this is sent to stderr:
I believe that nothing should be sent to stderr in this particular case, because we've asked the lib to "create an index, over-writing any potentially existing one". And so there's no error when none exists.
I'm willing to contribute a PR if this issue is approved.
(Relevant code)
The text was updated successfully, but these errors were encountered: