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