[CDAP-21245] Fix: Propagate parent logging context to asynchronous action and fork threads #16129
+36
−20
GitHub Actions / Checkstyle
completed
May 18, 2026 in 0s
Checkstyle report
1 violation(s) found
Annotations
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).
Loading