Enum UnassignedInfo.AllocationStatus

    • Enum Constant Detail

      • DECIDERS_NO

        public static final UnassignedInfo.AllocationStatus DECIDERS_NO
        The shard was denied allocation to a node because the allocation deciders all returned a NO decision
      • NO_VALID_SHARD_COPY

        public static final UnassignedInfo.AllocationStatus NO_VALID_SHARD_COPY
        The shard was denied allocation to a node because there were no valid shard copies found for it; this can happen on node restart with gateway allocation
      • DECIDERS_THROTTLED

        public static final UnassignedInfo.AllocationStatus DECIDERS_THROTTLED
        The allocation attempt was throttled on the shard by the allocation deciders
      • FETCHING_SHARD_DATA

        public static final UnassignedInfo.AllocationStatus FETCHING_SHARD_DATA
        Waiting on getting shard data from all nodes before making a decision about where to allocate the shard