gong commented on PR #7078:
URL: https://github.com/apache/inlong/pull/7078#issuecomment-1366395406

   1、lost dirty data metric restore
   ```java
    public void open(int taskNumber, int numTasks) throws IOException {
           this.runtimeContext = getRuntimeContext();
           MetricOption metricOption = MetricOption.builder()
                   .withInlongLabels(inlongMetric)
                   .withInlongAudit(auditHostAndPorts)
                   .withInitRecords(metricState != null ? 
metricState.getMetricValue(NUM_RECORDS_OUT) : 0L)
                   .withInitBytes(metricState != null ? 
metricState.getMetricValue(NUM_BYTES_OUT) : 0L)
                   .withRegisterMetric(MetricOption.RegisteredMetric.ALL)
   ```
   2、lost dirty data metric computing


-- 
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]

Reply via email to