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

feat(NODE-4691): interrupt in-flight operations on heartbeat failure #3457

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    1b60b6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e2cb07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1d3285 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70c847d View commit details
    Browse the repository at this point in the history
  5. chore: fix lint

    baileympearson committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    1135d6c View commit details
    Browse the repository at this point in the history
  6. chore: fix unit tests

    baileympearson committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    7c7c607 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab16a2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7cda84 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97d72a7 View commit details
    Browse the repository at this point in the history
  10. address comments

    baileympearson committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c987ade View commit details
    Browse the repository at this point in the history
  11. consolidate lb logic in pool clear

    - moves all load balanced specific logic into the same if-statement
    - throws an error if pool.clear() is called in lb mode without a serviceId.
      this should never happen, and previously we would fall through to non-lb
      mode logic.  With this change, we now get a meaningful error.
    baileympearson committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8d181c0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    02f954a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2ae7ae5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4084018 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2b6de4e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    41c3781 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    809803c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6fa8e9b View commit details
    Browse the repository at this point in the history