Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🍒][CDAP-20683] Propagate all exception details form system worker to appfabric when starting pipelines #15624

Merged
merged 1 commit into from
Apr 30, 2024

Add StartUpTask timeout errors to pipeline logs

e10983a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

[🍒][CDAP-20683] Propagate all exception details form system worker to appfabric when starting pipelines #15624

Add StartUpTask timeout errors to pipeline logs
e10983a
Select commit
Loading
Failed to load commit list.
GitHub Actions / Checkstyle completed Apr 29, 2024 in 0s

Checkstyle report

7 violation(s) found

Annotations

Check warning on line 522 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/runtime/distributed/remote/RemoteExecutionTwillRunnerService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 801 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/runtime/distributed/remote/RemoteExecutionTwillRunnerService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

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

Check warning on line 822 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/runtime/distributed/remote/RemoteExecutionTwillRunnerService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

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

Check warning on line 841 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/runtime/distributed/remote/RemoteExecutionTwillRunnerService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

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

Check warning on line 38 in cdap-common/src/main/java/io/cdap/cdap/common/logging/LoggingContextAccessor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck

Missing a Javadoc comment.

Check warning on line 53 in cdap-common/src/main/java/io/cdap/cdap/common/logging/LoggingContextAccessor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck

'METHOD_DEF' should be separated from previous line.

Check warning on line 92 in cdap-common/src/main/java/io/cdap/cdap/common/logging/LoggingContextAccessor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Summary javadoc is missing.