Commit 2e711196 authored by 刘喆's avatar 刘喆

repair gc

parent 2d9560d2
...@@ -30,8 +30,10 @@ public class BlPreciseExposureProcessFunction extends ProcessAllWindowFunction<B ...@@ -30,8 +30,10 @@ public class BlPreciseExposureProcessFunction extends ProcessAllWindowFunction<B
} }
Set<Map.Entry<String, BlPreciseExposureBean>> blPreciseExposureBeanSet = blPreciseExposureBeanMap.entrySet(); Set<Map.Entry<String, BlPreciseExposureBean>> blPreciseExposureBeanSet = blPreciseExposureBeanMap.entrySet();
blPreciseExposureBeanMap.clear();
for(Map.Entry<String, BlPreciseExposureBean> blPreciseExposureBeanEntry : blPreciseExposureBeanSet) { for(Map.Entry<String, BlPreciseExposureBean> blPreciseExposureBeanEntry : blPreciseExposureBeanSet) {
collector.collect(blPreciseExposureBeanEntry.getValue()); collector.collect(blPreciseExposureBeanEntry.getValue());
} }
blPreciseExposureBeanSet.clear();
} }
} }
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