Searched refs:failed_shards (Results 1 – 2 of 2) sorted by relevance
1136 state.active_shards, state.aborted_shards, state.failed_shards = 0, 0, 01155 state.failed_shards += 11179 if not control and (state.failed_shards or state.aborted_shards):1185 if state.failed_shards or not total_shards:
598 failed_shards = db.IntegerProperty(default=0, indexed=False) variable in MapreduceState