Commit c2f9453b authored by 刘喆's avatar 刘喆

repair gc

parent b028eacb
......@@ -30,7 +30,7 @@ public class BlPreciseExposureProcessFunction extends ProcessAllWindowFunction<B
}
Set<Map.Entry<String, BlPreciseExposureBean>> blPreciseExposureBeanSet = blPreciseExposureBeanMap.entrySet();
blPreciseExposureBeanMap.clear();
// blPreciseExposureBeanMap.clear();
for(Map.Entry<String, BlPreciseExposureBean> blPreciseExposureBeanEntry : blPreciseExposureBeanSet) {
collector.collect(blPreciseExposureBeanEntry.getValue());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment