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] [Release Test] Use worker node instead of head node for read_images_comparison_microbenchmark_single_node #47228

Merged
merged 3 commits into from
Aug 21, 2024

Conversation

scottjlee
Copy link
Contributor

@scottjlee scottjlee commented Aug 20, 2024

Why are these changes needed?

Recently, there was a change to the OOM killing threshold, being reduced from 95% to 75% for head nodes. We suspect this to be the root cause of read_images_comparison_microbenchmark_single_node release test failures, which uses a single head node. To mitigate the issue, this PR changes the compute config of the test, to instead use a 0-CPU head node, and a single worker node.

Related issue number

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • 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 added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • 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

Scott Lee added 2 commits August 20, 2024 14:34
Signed-off-by: Scott Lee <sjl@anyscale.com>
Signed-off-by: Scott Lee <sjl@anyscale.com>
MOSAIC_DIR="/tmp/mosaicml-data"
TFRECORDS_DIR="/tmp/tf-data"
PARQUET_DIR="/tmp/parquet-data"
DIR="/mnt/cluster_storage/imagenet-1gb"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

change to cluster_storage since the data needs to be accessed by worker node.

@scottjlee scottjlee marked this pull request as ready for review August 20, 2024 22:52
@scottjlee scottjlee enabled auto-merge (squash) August 20, 2024 23:46
@github-actions github-actions bot added the go add ONLY when ready to merge, run all tests label Aug 20, 2024
@scottjlee scottjlee merged commit b433de7 into ray-project:master Aug 21, 2024
7 checks passed
aslonnie added a commit that referenced this pull request Aug 21, 2024
…mages_comparison_microbenchmark_single_node

cherrypick #47228

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
aslonnie added a commit that referenced this pull request Aug 21, 2024
for read_images_comparison_microbenchmark_single_node

cherrypick #47228

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go add ONLY when ready to merge, run all tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants