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

Fix to shutdown PrefetchRecordsPublisher in gracefull manner #857

Merged

Commits on Oct 5, 2021

  1. Fix to shutdown PrefetchRecordsPublisher in gracefull manner

    Previously when the lease expires PrefetchRecordsPublisher shutdown
    the process forecefully by interupting the threads,
    which lead to leak in apache http client connection
    Now changed to code to shutdown the PrefetchRecordsPublisher
    process in more gracefull manager and handled interrupted exception
    Monishkumar Gajendran committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    b5801ed View commit details
    Browse the repository at this point in the history
  2. Fixed failing unit test

    Monishkumar Gajendran committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    b72b9b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Add awaitTerminationTimeoutMillis as paramter for PrefetchRecordsPubl…

    …isher
    
    Since clients can configure there own awaitTerminationTimeoutMillis,
    add it as sepearate parameter with default value
    Monishkumar Gajendran committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    9445847 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Fix setting interrupot status after shutdown

    Monishkumar Gajendran committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    c3e2980 View commit details
    Browse the repository at this point in the history