You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to swap is_write_index in an atomic way as described in the last part here
Expected Behavior
there should be a way to make this possible
suggestion: make extra_settings available per action {add} level so that I can set it in one as True and the other as False
*if it was made in multiple actions this means in high load cluster some documents will be lost as there is no is_write_index on any index
Specifications
Version: 5.8
curator-cli
The text was updated successfully, but these errors were encountered:
I appreciate what this means. I'm not sure I can do it in a way that doesn't result in a breaking API change or not. If I can, it will come in the 5.x releases. If it can't, it won't make it in until 6.0 is released (at the earliest).
Problem
I want to swap
is_write_index
in an atomic way as described in the last part hereExpected Behavior
there should be a way to make this possible
suggestion: make
extra_settings
available per action {add
} level so that I can set it in one asTrue
and the other asFalse
*if it was made in multiple actions this means in high load cluster some documents will be lost as there is no
is_write_index
on any indexSpecifications
The text was updated successfully, but these errors were encountered: