Skip to content

Commit b706818

Browse files
author
gituser
committed
Merge branch 'hotfix_1.10_4.0.x_35290' into 1.10_release_4.0.x
2 parents 3858180 + 71a5760 commit b706818

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/com/dtstack/flink/sql/watermarker/AbstractCustomerWaterMarker.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public IterationRuntimeContext getIterationRuntimeContext() {
9292
public void setRuntimeContext(RuntimeContext t) {
9393
this.runtimeContext = t;
9494
eventDelayGauge = new EventDelayGauge();
95-
t.getMetricGroup().getAllVariables().put("<source_tag>", fromSourceTag);
9695
t.getMetricGroup().gauge(MetricConstant.DT_EVENT_DELAY_GAUGE, eventDelayGauge);
9796
}
9897

0 commit comments

Comments
 (0)