Skip to content

Conversation

@baileympearson
Copy link
Contributor

Description

Summary of Changes

Notes for Reviewers

What is the motivation for this change?

Release Highlight

Release notes highlight

Double check the following

  • Lint is passing (npm run check:lint)
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

isAuthOrEstablishmentHandshakeError
) {
// Do NOT clear the pool if we encounter a system overloaded error.
if (isSystemOverloadError) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Only this line is relevant for the actual backpressure change. The rest is a nice-to-have refactor that makes Node's SDAM error handling more closely match the spec's pseudocode (easier for me to develop and review). When the time comes, I'll probably break the refactor into a standalone commit to ease review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant