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

Shutdown Broker gracefully, but forcefully after brokerShutdownTimeoutMs #10199

Merged
merged 17 commits into from
Apr 16, 2021

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    669b548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d77e266 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40f7bde View commit details
    Browse the repository at this point in the history
  4. Clear cancelAction field after the future completes

    - make cancelAction eligible for GC after the future completes (or
      gets cancelled)
    lhotari committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    321ccf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7203920 View commit details
    Browse the repository at this point in the history
  6. Shutdown BrokerService gracefully which using closeAsync

    - shutdown forcefully when closing times out
    lhotari committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    3ffe19a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f83f318 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6aa6b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b4574a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a9cf0b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6cefd7f View commit details
    Browse the repository at this point in the history
  12. Extract GracefulExecutorServicesShutdown and use it in PulsarService

    - handle graceful / forcefully shutdown also for PulsarService executors
    lhotari committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    833b866 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fe5433e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cc38f9e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9cc5212 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    92b3895 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e4ad678 View commit details
    Browse the repository at this point in the history