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
Don't calculate auto-sharding for failure store (#128921) (#128968)
Auto-sharding is not yet implemented for the failure store, so we want
to avoid running this computation. The result of the computation is
currently not used anywhere, but it's better to be on the safe side and
avoid the computation altogether.
(cherry picked from commit 140200d)
# Conflicts:
# server/src/main/java/org/elasticsearch/action/admin/indices/rollover/TransportRolloverAction.java
0 commit comments