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

Add wlm resiliency orchestrator (query group service) #15925

Merged
merged 54 commits into from
Oct 8, 2024

Commits on Aug 28, 2024

  1. cancellation related

    Signed-off-by: Kiran Prakash <[email protected]>
    kiranprakash154 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a720136 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Signed-off-by: Kiran Prakash <[email protected]>
    kiranprakash154 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    83e20c0 View commit details
    Browse the repository at this point in the history
  3. add better cancellation reason

    Signed-off-by: Kiran Prakash <[email protected]>
    kiranprakash154 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9983c73 View commit details
    Browse the repository at this point in the history
  4. Update DefaultTaskCancellationTests.java

    Signed-off-by: Kiran Prakash <[email protected]>
    kiranprakash154 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    245ee5d View commit details
    Browse the repository at this point in the history
  5. refactor

    Signed-off-by: Kiran Prakash <[email protected]>
    kiranprakash154 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0771fd2 View commit details
    Browse the repository at this point in the history
  6. refactor

    Signed-off-by: Kiran Prakash <[email protected]>
    kiranprakash154 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4b1ef81 View commit details
    Browse the repository at this point in the history
  7. Update DefaultTaskCancellation.java

    Signed-off-by: Kiran Prakash <[email protected]>
    kiranprakash154 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3ea44d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Update DefaultTaskCancellation.java

    Signed-off-by: Kiran Prakash <[email protected]>
    kiranprakash154 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0103089 View commit details
    Browse the repository at this point in the history
  2. Update DefaultTaskCancellation.java

    Signed-off-by: Kiran Prakash <[email protected]>
    kiranprakash154 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    092d715 View commit details
    Browse the repository at this point in the history
  3. Update DefaultTaskSelectionStrategy.java

    Signed-off-by: Kiran Prakash <[email protected]>
    kiranprakash154 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4a2c51e View commit details
    Browse the repository at this point in the history
  4. refactor

    Signed-off-by: Kiran Prakash <[email protected]>
    kiranprakash154 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cbb51bd View commit details
    Browse the repository at this point in the history
  5. refactor node level threshold

    Signed-off-by: Kiran Prakash <[email protected]>
    kiranprakash154 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4e846e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    241b036 View commit details
    Browse the repository at this point in the history
  2. use query group task

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7511d99 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. code clean up and refactorings

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    498743a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. add unit tests and fix existing ones

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e26e525 View commit details
    Browse the repository at this point in the history
  2. uncomment the test case

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0ff2b09 View commit details
    Browse the repository at this point in the history
  3. update CHANGELOG

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ddb8dce View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into feature/wlm-cancellation

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3528054 View commit details
    Browse the repository at this point in the history
  5. fix imports

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e8366a5 View commit details
    Browse the repository at this point in the history
  6. add queryGroupService

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d2d02e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. refactor and add UTs for new constructs

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    448ea41 View commit details
    Browse the repository at this point in the history
  2. fix javadocs

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3fc21be View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. remove code clutter

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fe02a6a View commit details
    Browse the repository at this point in the history
  2. change annotation version and task selection strategy

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8aede33 View commit details
    Browse the repository at this point in the history
  3. rename a util class

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    623f6f8 View commit details
    Browse the repository at this point in the history
  4. remove wrappers from resource type

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9e2e3ea View commit details
    Browse the repository at this point in the history
  5. apply spotless

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    34184ef View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. address comments

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    91893e7 View commit details
    Browse the repository at this point in the history
  2. add rename changes

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    66e43b2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into feature/wlm-cancellation

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a6b1afd View commit details
    Browse the repository at this point in the history
  4. address comments

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    981b15f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    16b6dff View commit details
    Browse the repository at this point in the history
  2. initial changes

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0be1023 View commit details
    Browse the repository at this point in the history
  3. refactor changes and logical bug fix

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    caf5914 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. add chanegs

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6381e17 View commit details
    Browse the repository at this point in the history
  2. address comments

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b78ca02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66e18b9 View commit details
    Browse the repository at this point in the history
  4. temp changes

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    bec1ece View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. add UTs

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1e76ede View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature/wlm-service

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7c5a48e View commit details
    Browse the repository at this point in the history
  3. add changelog

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    931f6bf View commit details
    Browse the repository at this point in the history
  4. add task completion listener hook

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3f4d590 View commit details
    Browse the repository at this point in the history
  5. add remaining pieces to make the feature functional

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    501e5e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. extend stats and fix bugs

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2292fcd View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix bugs and add logic to make SBP work with wlm

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    139404a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. address comments

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    56c3393 View commit details
    Browse the repository at this point in the history
  2. fix bugs and SBP ITs

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    baa39c5 View commit details
    Browse the repository at this point in the history
  3. add missed applyCluster state change

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3c6adae View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Merge branch 'main' into feature/wlm-service

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    040ed4c View commit details
    Browse the repository at this point in the history
  2. address comments

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    862af7b View commit details
    Browse the repository at this point in the history
  3. decouple queryGroupService and cancellationService

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e2b203c View commit details
    Browse the repository at this point in the history
  4. replace StateApplier with StateListener interface

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    623078a View commit details
    Browse the repository at this point in the history
  5. fix precommit errors

    Signed-off-by: Kaushal Kumar <[email protected]>
    kaushalmahi12 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2d7316b View commit details
    Browse the repository at this point in the history