|
@@ -547,7 +547,6 @@ class PoolRecall(object):
|
|
|
'operation': 'flow_pool_recall',
|
|
|
'executeTime': (time.time() - start_time) * 1000
|
|
|
})
|
|
|
- flow_pool_recall_result = []
|
|
|
return flow_pool_recall_result[:size]
|
|
|
|
|
|
def check_video_counts(self, video_ids, flow_pool_mapping):
|
|
@@ -1273,9 +1272,6 @@ class PoolRecall(object):
|
|
|
else:
|
|
|
continue
|
|
|
|
|
|
- # debug 写死获取的数据为空,进行测试
|
|
|
- recall_result = []
|
|
|
-
|
|
|
# 130实验组不获取大列表的数据
|
|
|
if self.ab_code != config_.AB_CODE['region_rank_by_h'].get('abtest_130'):
|
|
|
# 判断获取到的小时级数据数量
|