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

QueryGroup Resource Tracking framework and implementation #13897

Merged
merged 67 commits into from
Aug 7, 2024

Commits on Aug 6, 2024

  1. initial code for the sandbox resource tracking and cancellation frame…

    …work
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4912d6b View commit details
    Browse the repository at this point in the history
  2. Fix Failing Tests

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    546837d View commit details
    Browse the repository at this point in the history
  3. spotless Apply

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    789cc38 View commit details
    Browse the repository at this point in the history
  4. Update SandboxService.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    60dfab3 View commit details
    Browse the repository at this point in the history
  5. Update SandboxService.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    13882b8 View commit details
    Browse the repository at this point in the history
  6. Update SandboxTask.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4fcfb79 View commit details
    Browse the repository at this point in the history
  7. Add java docs

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    aec68f0 View commit details
    Browse the repository at this point in the history
  8. spotless

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d6918cb View commit details
    Browse the repository at this point in the history
  9. javadocs

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d38ea3a View commit details
    Browse the repository at this point in the history
  10. javadocs

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b42f439 View commit details
    Browse the repository at this point in the history
  11. java docs

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ddc1576 View commit details
    Browse the repository at this point in the history
  12. Update AbstractTaskCancellation.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ec4142a View commit details
    Browse the repository at this point in the history
  13. Update SandboxModule.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f3764e5 View commit details
    Browse the repository at this point in the history
  14. Some tests and stubs

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4b05aec View commit details
    Browse the repository at this point in the history
  15. spotless

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    cdb43a1 View commit details
    Browse the repository at this point in the history
  16. :server:testingConventions

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4d7436d View commit details
    Browse the repository at this point in the history
  17. Update AbstractTaskCancellation.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0958907 View commit details
    Browse the repository at this point in the history
  18. more tests

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9870e04 View commit details
    Browse the repository at this point in the history
  19. addressing comments

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    837149b View commit details
    Browse the repository at this point in the history
  20. revert some accidentally pushed files

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2962437 View commit details
    Browse the repository at this point in the history
  21. resolve flakiness

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    3952631 View commit details
    Browse the repository at this point in the history
  22. renaming sandbox to querygroup and adjusting code based on merged PRs

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5ac3d83 View commit details
    Browse the repository at this point in the history
  23. jvm to memory

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9420e1b View commit details
    Browse the repository at this point in the history
  24. missing java docs

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    74d7736 View commit details
    Browse the repository at this point in the history
  25. spotless

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9818cbb View commit details
    Browse the repository at this point in the history
  26. Update CHANGELOG.md

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b234c18 View commit details
    Browse the repository at this point in the history
  27. pluck cancellation changes out of this PR

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9a6f3ac View commit details
    Browse the repository at this point in the history
  28. remove unused

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f4d6360 View commit details
    Browse the repository at this point in the history
  29. remove cancellation related code and add more tests coverage

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    cb039fc View commit details
    Browse the repository at this point in the history
  30. us only memory and not jvm

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d6d1a1a View commit details
    Browse the repository at this point in the history
  31. test conventions

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5da43db View commit details
    Browse the repository at this point in the history
  32. Bring back enum

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    bdc34ab View commit details
    Browse the repository at this point in the history
  33. Update SearchBackpressureService.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c6b2e69 View commit details
    Browse the repository at this point in the history
  34. revert changes

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    499e139 View commit details
    Browse the repository at this point in the history
  35. revert changes

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    538f8af View commit details
    Browse the repository at this point in the history
  36. all required changes

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    225dbdb View commit details
    Browse the repository at this point in the history
  37. Update CHANGELOG.md

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1907acc View commit details
    Browse the repository at this point in the history
  38. cleanups

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b59ae5b View commit details
    Browse the repository at this point in the history
  39. Delete QueryGroupService.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    46380d5 View commit details
    Browse the repository at this point in the history
  40. cleanups

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4759c8d View commit details
    Browse the repository at this point in the history
  41. Update QueryGroupLevelResourceUsageViewTests.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    464db0e View commit details
    Browse the repository at this point in the history
  42. Update QueryGroupLevelResourceUsageViewTests.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    af8f84e View commit details
    Browse the repository at this point in the history
  43. Update QueryGroupResourceUsageTrackerService.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    554db7f View commit details
    Browse the repository at this point in the history
  44. Update QueryGroupResourceUsageTrackerService.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a4d3921 View commit details
    Browse the repository at this point in the history
  45. Update QueryGroupResourceUsageTrackerService.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    59c51fd View commit details
    Browse the repository at this point in the history
  46. Update CHANGELOG.md

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    3ff68a2 View commit details
    Browse the repository at this point in the history
  47. rebasing with latest main

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0dd15f4 View commit details
    Browse the repository at this point in the history
  48. remove experimental

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f1383f1 View commit details
    Browse the repository at this point in the history
  49. remove queryGroupId

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ad3afde View commit details
    Browse the repository at this point in the history
  50. Update QueryGroupResourceUsageTrackerService.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4abe48e View commit details
    Browse the repository at this point in the history
  51. change code comments

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    03fed4d View commit details
    Browse the repository at this point in the history
  52. remmove QueryGroupUsageTracker

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    03e0f4a View commit details
    Browse the repository at this point in the history
  53. Update QueryGroupResourceUsageTrackerService.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0281cc5 View commit details
    Browse the repository at this point in the history
  54. Update QueryGroupResourceUsageTrackerService.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ffed5a9 View commit details
    Browse the repository at this point in the history
  55. remove QueryGroupTestHelpers

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    21f37a6 View commit details
    Browse the repository at this point in the history
  56. cleanups

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    01f7423 View commit details
    Browse the repository at this point in the history
  57. remove queryGroupHelper

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6eaa39e View commit details
    Browse the repository at this point in the history
  58. Update ResourceTypeTests.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    96213e5 View commit details
    Browse the repository at this point in the history
  59. extend OpenSearchTestCase

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    44f4ff5 View commit details
    Browse the repository at this point in the history
  60. pr comments

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2bf7d98 View commit details
    Browse the repository at this point in the history
  61. Update CHANGELOG.md

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    da459bb View commit details
    Browse the repository at this point in the history
  62. Update QueryGroupResourceUsageTrackerServiceTests.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2b3217b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    d51a848 View commit details
    Browse the repository at this point in the history
  2. Update ResourceTypeTests.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6d94768 View commit details
    Browse the repository at this point in the history
  3. Update ResourceTypeTests.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2f4380c View commit details
    Browse the repository at this point in the history
  4. Update ResourceType.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fa6b2ba View commit details
    Browse the repository at this point in the history
  5. Update ResourceType.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    36b559c View commit details
    Browse the repository at this point in the history