File tree 1 file changed +0
-2
lines changed
flink-runtime/src/test/java/org/apache/flink/streaming/api/operators/source
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 27
27
import org .apache .flink .configuration .Configuration ;
28
28
import org .apache .flink .core .fs .CloseableRegistry ;
29
29
import org .apache .flink .runtime .execution .Environment ;
30
- import org .apache .flink .runtime .metrics .groups .UnregisteredMetricGroups ;
31
30
import org .apache .flink .runtime .operators .coordination .MockOperatorEventGateway ;
32
31
import org .apache .flink .runtime .operators .coordination .OperatorEventGateway ;
33
32
import org .apache .flink .runtime .operators .testutils .MockEnvironmentBuilder ;
@@ -103,7 +102,6 @@ public TestingSourceOperator(
103
102
104
103
this .subtaskIndex = subtaskIndex ;
105
104
this .parallelism = parallelism ;
106
- this .metrics = UnregisteredMetricGroups .createUnregisteredOperatorMetricGroup ();
107
105
initSourceMetricGroup ();
108
106
109
107
// unchecked wrapping is okay to keep tests simpler
You can’t perform that action at this time.
0 commit comments