Skip to content

Fix pull manager retry#12907

Merged
ericl merged 6 commits intoray-project:masterfrom
wuisawesome:fix_pull_manager_retry
Dec 16, 2020
Merged

Fix pull manager retry#12907
ericl merged 6 commits intoray-project:masterfrom
wuisawesome:fix_pull_manager_retry

Conversation

@wuisawesome
Copy link
Copy Markdown
Contributor

@wuisawesome wuisawesome commented Dec 16, 2020

Why are these changes needed?

#12335 introduced a bug where the object manager's global timer was only firing once.

This PR fixes that issue by reseting the timer each time it goes off.

Related issue number

Checks

  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

Copy link
Copy Markdown
Contributor

@ericl ericl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we be generous with timeouts to make sure the test isn't flaky?

@ericl ericl added the @author-action-required The PR author is responsible for the next step. Remove tag to send back to the reviewer. label Dec 16, 2020
@ericl
Copy link
Copy Markdown
Contributor

ericl commented Dec 16, 2020

clang-format failed:
diff --git a/src/ray/object_manager/object_manager.cc b/src/ray/object_manager/object_manager.cc

@ericl ericl merged commit 8b783ec into ray-project:master Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

@author-action-required The PR author is responsible for the next step. Remove tag to send back to the reviewer.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants