Searched refs:active_shards (Results 1 – 5 of 5) sorted by relevance
1136 state.active_shards, state.aborted_shards, state.failed_shards = 0, 0, 01147 state.active_shards += 11178 state.active = bool(state.active_shards)1470 state.active_shards = len(readers)1506 if fresh_state.active_shards != 0:1781 state.active_shards = 0
343 "active_shards": job.active_shards,
597 active_shards = db.IntegerProperty(default=0, indexed=False) variable in MapreduceState
204 state.active_shards = 0
335 var activity = '' + job.active_shards + ' / ' + job.shards + ' shards';