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

AJ-1524: tracing for submission monitor #2667

Merged
merged 6 commits into from
Dec 15, 2023
Merged

Conversation

davidangb
Copy link
Contributor

@davidangb davidangb commented Dec 13, 2023

Ticket: https://broadworkbench.atlassian.net/browse/AJ-1524

Adds hopefully comprehensive tracing for the submission monitor handleOutputs method . Given that we see pretty long transactions related to workflows, hopefully this tracing helps us figure out what's taking so much time.

Reviewers: the auto-formatter reformatted a bunch of code, I suggest ignoring whitespace when viewing the diff.


PR checklist

  • Include the JIRA issue number in the PR description and title
  • Make sure Swagger is updated if API changes
    • ...and Orchestration's Swagger too!
  • If you changed anything in model/, then you should publish a new official rawls-model and update rawls-model in Orchestration's dependencies.
  • Get two thumbsworth of PR review
  • Verify all tests go green, including CI tests
  • Squash commits and merge to develop (branches are automatically deleted after merging)
  • Inform other teams of any substantial changes via Slack and/or email

@davidangb
Copy link
Contributor Author

pervasive 503s from swat tests. Jenkins retest.

case _ =>
logger.error(s"error monitoring submission after $count times", throwable)
logger.error(s"error monitoring submission after $count times: ${throwable.getMessage}", throwable)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, these changes aren't about tracing; this is about making it a little easier to see the error in question when searching logs

@davidangb davidangb changed the title tracing for submission monitor AJ-1524: tracing for submission monitor Dec 15, 2023
Copy link
Contributor

@calypsomatic calypsomatic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@davidangb davidangb merged commit a3f5633 into develop Dec 15, 2023
12 checks passed
@davidangb davidangb deleted the da_traceSubmissionMonitor branch December 15, 2023 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants