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

[data] introduce abstract interface for data autoscaling #45002

Merged
merged 29 commits into from
May 7, 2024

Commits on Apr 29, 2024

  1. autoscaler interface

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e8592ce View commit details
    Browse the repository at this point in the history
  2. integrate

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3f8bfa9 View commit details
    Browse the repository at this point in the history
  3. separate file

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    50d7217 View commit details
    Browse the repository at this point in the history
  4. increment_resource_usage

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b9e0297 View commit details
    Browse the repository at this point in the history
  5. actor pool map

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    45f69bc View commit details
    Browse the repository at this point in the history
  6. fix test_actor_pool_map_oprator

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    18fb475 View commit details
    Browse the repository at this point in the history
  7. lint

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6b0fc9d View commit details
    Browse the repository at this point in the history
  8. fix test_streaming_executor

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2253c82 View commit details
    Browse the repository at this point in the history
  9. autoscaling actor pool

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c1dcd65 View commit details
    Browse the repository at this point in the history
  10. format

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0af38bc View commit details
    Browse the repository at this point in the history
  11. minor

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    edb1725 View commit details
    Browse the repository at this point in the history
  12. SchedulingDecision

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    74f9e13 View commit details
    Browse the repository at this point in the history
  13. fix

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3bd0f54 View commit details
    Browse the repository at this point in the history
  14. comments

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a853c52 View commit details
    Browse the repository at this point in the history
  15. refine

    raulchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    11f96e0 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. fix test_actor_pool

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c678dee View commit details
    Browse the repository at this point in the history
  2. test actor pool scaling

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a225fc6 View commit details
    Browse the repository at this point in the history
  3. test cluster scaling

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed May 1, 2024
    Configuration menu
    Copy the full SHA
    25f47a4 View commit details
    Browse the repository at this point in the history
  4. lint

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed May 1, 2024
    Configuration menu
    Copy the full SHA
    71d9922 View commit details
    Browse the repository at this point in the history
  5. minor

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed May 1, 2024
    Configuration menu
    Copy the full SHA
    856d806 View commit details
    Browse the repository at this point in the history
  6. add bazel test

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9dcd9bc View commit details
    Browse the repository at this point in the history
  7. fix test_executor_resource_management.py

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed May 1, 2024
    Configuration menu
    Copy the full SHA
    406e40f View commit details
    Browse the repository at this point in the history
  8. fix resource_manager

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1b6bf5f View commit details
    Browse the repository at this point in the history
  9. remove bulk test

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed May 1, 2024
    Configuration menu
    Copy the full SHA
    51ba4e9 View commit details
    Browse the repository at this point in the history
  10. lint

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed May 1, 2024
    Configuration menu
    Copy the full SHA
    75bdd26 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. minor

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b6fd417 View commit details
    Browse the repository at this point in the history
  2. refine scheduling status

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    71cacc4 View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: Hao Chen <[email protected]>
    raulchen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    774464a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c47b7a View commit details
    Browse the repository at this point in the history