Skip to content

[CDAP-21235] : Introduce Spark Task attempt based record count metrics, buffer and dedup while run and Emit only on task success - #16182

Open
sahusanket wants to merge 1 commit into
developfrom
CDAP-21235_record_count_fix
Open

[CDAP-21235] : Introduce Spark Task attempt based record count metrics, buffer and dedup while run and Emit only on task success#16182
sahusanket wants to merge 1 commit into
developfrom
CDAP-21235_record_count_fix

CDAP-21235 : Introduce Spark Task attempt based record count metrics,…

3135494
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Checkstyle completed Jul 2, 2026 in 0s

Checkstyle report

3 violation(s) found

Annotations

Check warning on line 100 in cdap-watchdog/src/main/java/io/cdap/cdap/metrics/store/DefaultMetricStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'resolutionTTLMap' must contain no more than '1' consecutive capital letters.

Check warning on line 339 in cdap-watchdog/src/main/java/io/cdap/cdap/metrics/store/DefaultMetricStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'resolutionTTL' must contain no more than '1' consecutive capital letters.

Check warning on line 385 in cdap-watchdog/src/main/java/io/cdap/cdap/metrics/store/DefaultMetricStore.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

First sentence of Javadoc is missing an ending period.