Skip to content

Conversation

@YunchuWang
Copy link
Member

Issue describing the changes in this PR

resolves #issue_for_this_pr

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes are added to the CHANGELOG.md
  • I have added all required tests (Unit tests, E2E tests)

Additional information

Additional PR information

@YunchuWang YunchuWang requested a review from a team as a code owner April 29, 2025 00:30
@YunchuWang YunchuWang merged commit a72825c into main Apr 29, 2025
4 checks passed
@YunchuWang YunchuWang deleted the wangbill/rr branch April 29, 2025 00:57
logger.log(Level.INFO, "Durable Task worker has disconnected from {0}.", this.getSidecarAddress());
} else {
logger.log(Level.WARNING, "Unexpected failure connecting to {0}.", this.getSidecarAddress());
logger.log(Level.WARNING, String.format("Unexpected failure connecting to %s", this.getSidecarAddress()), e);
Copy link

Choose a reason for hiding this comment

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

Is it okay to just log e like that? Shouldn’t we be logging e.Message instead? Or, if the intention is to log the exception type, shouldn’t that come first rather than at the end?

JoshVanL pushed a commit to JoshVanL/durabletask-java that referenced this pull request May 7, 2025
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.

4 participants