Commit b028eacb authored by 刘喆's avatar 刘喆

repair gc

parent 2e711196
...@@ -34,6 +34,6 @@ public class BlPreciseExposureProcessFunction extends ProcessAllWindowFunction<B ...@@ -34,6 +34,6 @@ public class BlPreciseExposureProcessFunction extends ProcessAllWindowFunction<B
for(Map.Entry<String, BlPreciseExposureBean> blPreciseExposureBeanEntry : blPreciseExposureBeanSet) { for(Map.Entry<String, BlPreciseExposureBean> blPreciseExposureBeanEntry : blPreciseExposureBeanSet) {
collector.collect(blPreciseExposureBeanEntry.getValue()); collector.collect(blPreciseExposureBeanEntry.getValue());
} }
blPreciseExposureBeanSet.clear(); // 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