Home
last modified time | relevance | path

Searched refs:failed_shards (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dhandlers.py1136 state.active_shards, state.aborted_shards, state.failed_shards = 0, 0, 0
1155 state.failed_shards += 1
1179 if not control and (state.failed_shards or state.aborted_shards):
1185 if state.failed_shards or not total_shards:
Dmodel.py598 failed_shards = db.IntegerProperty(default=0, indexed=False) variable in MapreduceState