Skip to content

Commit

Permalink
Revert "[Object manager] fix comments"
Browse files Browse the repository at this point in the history
This reverts commit 56debfc.
  • Loading branch information
rkooo567 committed Oct 4, 2021
1 parent b8ef4f0 commit 993834c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions python/ray/tests/test_object_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ def driver():
ray.get(driver.remote())


# TODO(ekl) this sometimes takes much longer (10+s) due to a higher level
# pull retry. We should try to resolve these hangs in the chunk transfer logic.
def test_pull_bundles_admission_control(shutdown_only):
cluster = Cluster()
object_size = int(6e6)
Expand Down
3 changes: 2 additions & 1 deletion src/ray/common/ray_config_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ RAY_CONFIG(int64_t, worker_register_timeout_seconds, 30)
RAY_CONFIG(int64_t, redis_db_connect_retries, 50)
RAY_CONFIG(int64_t, redis_db_connect_wait_milliseconds, 100)

/// The object manager's global timer interval in milliseconds.
/// Timeout, in milliseconds, to wait before retrying a failed pull in the
/// ObjectManager.
RAY_CONFIG(int, object_manager_timer_freq_ms, 100)

/// Timeout, in milliseconds, to wait before retrying a failed pull in the
Expand Down

0 comments on commit 993834c

Please sign in to comment.