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

Task cancellation monitoring service #7642

Merged
merged 29 commits into from
Jun 10, 2023

Commits on May 5, 2023

  1. Adding task cancellation time in task API

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    706fbb8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Fixing unit tests and addressing comments

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    fc49144 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Adding change log for unreleased 2.x

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    3994b25 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Removing running time cancel info from task API

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    966d079 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into task_api_changes

    Signed-off-by: Sagar <99425694+sgup432@users.noreply.github.com>
    sgup432 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    c74514c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Adding task cancellation monitoring service

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    31eeb91 View commit details
    Browse the repository at this point in the history
  2. Changing interval and duration setting

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    79be38e View commit details
    Browse the repository at this point in the history
  3. Replacing long primitive with Long object

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    5ea1936 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into task_api_changes

    Signed-off-by: Sagar <99425694+sgup432@users.noreply.github.com>
    sgup432 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    9ad838d View commit details
    Browse the repository at this point in the history
  5. Making cancelledAt field human readable

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    2836093 View commit details
    Browse the repository at this point in the history
  6. Fixing failing test

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    6b32e98 View commit details
    Browse the repository at this point in the history
  7. Removing the feature from unreleased 3.x

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    4d23a8e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Fixing ListTasksResponseTests failure

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 20, 2023
    Configuration menu
    Copy the full SHA
    9fc264c View commit details
    Browse the repository at this point in the history
  2. Test failure fix

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 20, 2023
    Configuration menu
    Copy the full SHA
    fd8e542 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Changing naming convention to cancellationStartTime

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    55d54ea View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into task_api_changes

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    1d1e919 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Merge branch 'task_api_changes' into task_monitoring_changes

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    befdf86 View commit details
    Browse the repository at this point in the history
  2. Adding task cancellation stats tests

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    fef0c4e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into task_monitoring_changes

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    68d913c View commit details
    Browse the repository at this point in the history
  4. Updating change log

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    faf24c9 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into task_monitoring_changes

    Signed-off-by: Sagar <99425694+sgup432@users.noreply.github.com>
    sgup432 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    838c02b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Addressing comments

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    385fb2a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Merge branch 'main' into task_monitoring_changes

    Signed-off-by: Sagar <99425694+sgup432@users.noreply.github.com>
    sgup432 committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    8bd8aa7 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Merging task completion/cancellation listeners into one

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    eaf1718 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into task_monitoring_changes

    Signed-off-by: Sagar <99425694+sgup432@users.noreply.github.com>
    sgup432 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    dc65e48 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Merge branch 'main' into task_monitoring_changes

    Signed-off-by: Sagar <99425694+sgup432@users.noreply.github.com>
    sgup432 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    51f4369 View commit details
    Browse the repository at this point in the history
  2. Updating java docs for stats classes

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    ee0d61a View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Updating cancel tracker eviction logic and adding desired UTs

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    ba766f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8077a04 View commit details
    Browse the repository at this point in the history