|
@@ -59,6 +59,7 @@ import org.elasticsearch.index.shard.IllegalIndexShardStateException;
|
|
|
import org.elasticsearch.index.shard.IndexShardState;
|
|
|
import org.elasticsearch.index.shard.ShardId;
|
|
|
import org.elasticsearch.index.shard.ShardNotInPrimaryModeException;
|
|
|
+import org.elasticsearch.indices.AutoscalingMissedIndicesUpdateException;
|
|
|
import org.elasticsearch.indices.IndexTemplateMissingException;
|
|
|
import org.elasticsearch.indices.InvalidIndexTemplateException;
|
|
|
import org.elasticsearch.indices.recovery.PeerRecoveryNotFound;
|
|
@@ -825,6 +826,7 @@ public class ExceptionSerializationTests extends ESTestCase {
|
|
|
ids.put(172, RecoveryCommitTooNewException.class);
|
|
|
ids.put(173, TooManyScrollContextsException.class);
|
|
|
ids.put(174, AggregationExecutionException.InvalidPath.class);
|
|
|
+ ids.put(175, AutoscalingMissedIndicesUpdateException.class);
|
|
|
|
|
|
Map<Class<? extends ElasticsearchException>, Integer> reverse = new HashMap<>();
|
|
|
for (Map.Entry<Integer, Class<? extends ElasticsearchException>> entry : ids.entrySet()) {
|