Skip to content

Propagate logging context correctly

6837226
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

[CDAP-21245] Fix: Propagate parent logging context to asynchronous action and fork threads #16129

Propagate logging context correctly
6837226
Select commit
Loading
Failed to load commit list.
GitHub Actions / Checkstyle completed May 18, 2026 in 0s

Checkstyle report

1 violation(s) found

Annotations

Check warning on line 581 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/runtime/workflow/WorkflowDriver.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck

Distance between variable 'dsDescription' declaration and its first usage is 9, but allowed 3.  Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).