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

Adding a Shutdown Handler #526

Merged
merged 15 commits into from
Feb 23, 2021
Merged

Adding a Shutdown Handler #526

merged 15 commits into from
Feb 23, 2021

Commits on Feb 11, 2021

  1. Checkpoint: improve flush handler

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    c62e13e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Checkpoint: fleshing out basic structure

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    db5f028 View commit details
    Browse the repository at this point in the history
  2. Actually return list of blocks from GetBlocksToBeFlushed

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    8b49dae View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Checkpoint: Address review feedback

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    cb3e3d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Checkpoint: flush immediate in sweepAllInstances and wait for all wor…

    …k in ShutdownHandler
    
    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    efba675 View commit details
    Browse the repository at this point in the history
  2. Add shutdown endpoint

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    1c51c40 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Finish implementation, add tests

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    6e0c210 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Checkpoint: Add blockID to flushOp

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    d9e6565 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Retry on failure in instance.CompleteBlock()

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    e08a599 View commit details
    Browse the repository at this point in the history
  2. Lintin

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    2fcfd48 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Metric every err

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    d335591 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    d2bff87 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into flush-handler

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    13ff153 View commit details
    Browse the repository at this point in the history
  4. Add CHANGELOG entry

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    3b5755c View commit details
    Browse the repository at this point in the history
  5. Increase test sleep

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    ac2648f View commit details
    Browse the repository at this point in the history