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

Mark restarting actors are pending actors #47946

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on Oct 18, 2024

  1. Mark restarting actors are pending actors

    Signed-off-by: Srinath Krishnamachari <[email protected]>
    srinathk10 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    78798f7 View commit details
    Browse the repository at this point in the history
  2. Manage restarting state for Actors in Actor pool

    Signed-off-by: Srinath Krishnamachari <[email protected]>
    srinathk10 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b30ae0a View commit details
    Browse the repository at this point in the history
  3. Manage restarting state for Actors during _task_done_callback

    Signed-off-by: Srinath Krishnamachari <[email protected]>
    srinathk10 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b4233af View commit details
    Browse the repository at this point in the history
  4. Addressed review comments

    Signed-off-by: Srinath Krishnamachari <[email protected]>
    srinathk10 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a6a25b1 View commit details
    Browse the repository at this point in the history
  5. Handle restarting Actors in Actor pool map in return_actor

    Signed-off-by: Srinath Krishnamachari <[email protected]>
    srinathk10 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    629f594 View commit details
    Browse the repository at this point in the history
  6. Revert "Handle restarting Actors in Actor pool map in return_actor"

    This reverts commit ad9070d.
    
    Signed-off-by: Srinath Krishnamachari <[email protected]>
    srinathk10 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    375a0d7 View commit details
    Browse the repository at this point in the history
  7. Addressed review comments

    Signed-off-by: Srinath Krishnamachari <[email protected]>
    srinathk10 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    100ea65 View commit details
    Browse the repository at this point in the history
  8. Update python/ray/data/_internal/execution/interfaces/physical_operat…

    …or.py
    
    Co-authored-by: Hao Chen <[email protected]>
    Signed-off-by: srinathk10 <[email protected]>
    srinathk10 and raulchen committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    64b43fa View commit details
    Browse the repository at this point in the history
  9. Update python/ray/data/_internal/execution/operators/actor_pool_map_o…

    …perator.py
    
    Co-authored-by: Hao Chen <[email protected]>
    Signed-off-by: srinathk10 <[email protected]>
    srinathk10 and raulchen committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    71e84ca View commit details
    Browse the repository at this point in the history
  10. Update python/ray/data/tests/test_actor_pool_map_operator.py

    Co-authored-by: Hao Chen <[email protected]>
    Signed-off-by: srinathk10 <[email protected]>
    srinathk10 and raulchen committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    cebb8bd View commit details
    Browse the repository at this point in the history
  11. Update python/ray/data/tests/test_actor_pool_map_operator.py

    Co-authored-by: Hao Chen <[email protected]>
    Signed-off-by: srinathk10 <[email protected]>
    srinathk10 and raulchen committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8cc1331 View commit details
    Browse the repository at this point in the history
  12. Addressed review comments

    Signed-off-by: Srinath Krishnamachari <[email protected]>
    srinathk10 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    95dbc1f View commit details
    Browse the repository at this point in the history
  13. Update python/ray/data/_internal/execution/operators/actor_pool_map_o…

    …perator.py
    
    Co-authored-by: Balaji Veeramani <[email protected]>
    Signed-off-by: srinathk10 <[email protected]>
    srinathk10 and bveeramani committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fbda461 View commit details
    Browse the repository at this point in the history
  14. Update python/ray/data/_internal/execution/operators/actor_pool_map_o…

    …perator.py
    
    Co-authored-by: Balaji Veeramani <[email protected]>
    Signed-off-by: srinathk10 <[email protected]>
    srinathk10 and bveeramani committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7b24add View commit details
    Browse the repository at this point in the history
  15. Update python/ray/data/_internal/execution/operators/actor_pool_map_o…

    …perator.py
    
    Co-authored-by: Balaji Veeramani <[email protected]>
    Signed-off-by: srinathk10 <[email protected]>
    srinathk10 and bveeramani committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    67ec158 View commit details
    Browse the repository at this point in the history
  16. Addressed review comments

    Signed-off-by: Srinath Krishnamachari <[email protected]>
    srinathk10 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    81c0308 View commit details
    Browse the repository at this point in the history
  17. Addressed review comments

    Signed-off-by: Srinath Krishnamachari <[email protected]>
    srinathk10 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1e26cc2 View commit details
    Browse the repository at this point in the history
  18. Addressed review comments

    Signed-off-by: Srinath Krishnamachari <[email protected]>
    srinathk10 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a5b2d55 View commit details
    Browse the repository at this point in the history
  19. Addressed review comments

    Signed-off-by: Srinath Krishnamachari <[email protected]>
    srinathk10 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1b506b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Addressed review comments

    Signed-off-by: Srinath Krishnamachari <[email protected]>
    srinathk10 committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    b168682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aefb9cd View commit details
    Browse the repository at this point in the history