nzw921rx commented on code in PR #10306:
URL: https://github.com/apache/seatunnel/pull/10306#discussion_r3592896349
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/task/flow/SinkFlowLifeCycle.java:
##########
@@ -120,9 +137,18 @@ public class SinkFlowLifeCycle<T, CommitInfoT extends
Serializable, AggregatedCo
private final Counter sinkWriteNs;
private final Counter sinkRecordsIn;
+ private final Counter sinkErrorRecordsRouted;
+ private final Counter sinkErrorRecordsDropped;
private final Counter sinkPrepareCommitNs;
private final Counter sinkCommitNs;
private final Counter sinkAbortNs;
+
+ private transient StageErrorConfig stageErrorConfig;
+ private transient ErrorHandler<T> stageErrorHandler;
+ private transient RowErrorClassifier<T> stageRowErrorClassifier;
+ private transient org.apache.seatunnel.api.common.error.RowErrorCollector
+ stageRowErrorCollector;
Review Comment:
The full path can be imported.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]