-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Remove index.optimize_auto_generated_id
#27583
Comments
Hello, i started to work on this since PR hasn't been accepted and has conflicts. |
I'm curious, how can i solve issues like this quickly, source code is too long nobody can't read it all so how to find related files to this issue, i used grep -R command but is there another way? |
@gokberksahin Grep indeed for the the setting string and the you'll find
the java source code in which it's defined (some instance of Setting). From
there you can use an IDE to see where setting instance is used.
…On Sun, Dec 10, 2017 at 12:09 PM, gokberksahin ***@***.***> wrote:
I'm curious, how can i solve issues like this quickly, source code is too
long nobody can't read it all so how to find related files to this issue, i
used grep -R command but is there another way?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#27583 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA9bJ355L2N6MmkmaKQpk0kwPup-bDkDks5s-7wEgaJpZM4Qu9iC>
.
|
Hello is this issue still open? |
hey @clintongormley how do i go ahead with this? |
@videetssinghai yes the issue is still open, but @liketic is already working on it. See #27600 and #28862 . |
Pinging @elastic/es-core-infra |
I can work on this if nobody is working |
The plan to remove this setting is as follows (as outlined in #27600 (comment)):
|
Now I have an issue with "index.optimize_auto_generated_id" configured on version 7.6.0 to optimize ES performance: "true", for some other reason, rolled back the cluster, causing all index to become red. Now I want to remove the configuration "index.optimize_auto_generated_id", but the warning message indicates that the configuration is obsolete and will not be called. Is there any solution to this problem |
We are happy with auto-ID optimization and we can now remove the
index.optimize_auto_generated_id
setting.The text was updated successfully, but these errors were encountered: