-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[ci][core] Perf regression on tasks_per_second, pgs_per_second #41338
Comments
|
cc @iycheng |
Still bisecting - the previously thought PR already had regression in it. (Reverting doesn't work). |
Ok this is the pr that introduces the regression: #40451 before this: https://buildkite.com/ray-project/release/builds/2308#018c1376-2be9-4fd0-ab4a-5d41e845e9c1 -> tasks_per_sec = 530 |
Closes #41338 The hypothesis is that we are importing some additional things when initializing the python workers, and changing the import to lazy seems to fix the issue. See https://buildkite.com/ray-project/release/builds/2492#018c1923-c5d0-4e09-a67e-b45cf2c3b553 Master: tasks_per_seconds = 430 This PR: tasks_per_seconds = 530
Yeah. |
What happened + What you expected to happen
Regression on:
Versions / Dependencies
5a7071e [Core] Remove dead gcs monitor service (#41262)
1a986de [data] add support for multiple group keys in map_groups (#40778)
84c0ba0 [Data] Expose max_retry_cnt parameter for BigQuery Write (#41163)
25bee34 [GCS FT] Update Redis connection configs (#40860)
709dc1b [ci] build anyscale images for gcp (#41224)
31c6631 Make Ray compatible with
pydantic>=2.5.0
(#40451)9dec618 [ci] mark two core functions as flaky (#41237)
9a34839 [Doc][KubeRay]: Redis eviction suggestions when
ENABLE_GCS_FT_REDIS_CLEANUP=false
(#40949)29dba63 [KubeRay] [Doc] Update the link of KubeRay API reference (#41236)
7c7eaf2 [Train][Tune] Support reading train result from cloud storage (#40622)
7a75d09 [core][gcs] Remove ByteSizeLong call from GcsTaskManager (#41108)
8209893 [core] make ProcessFD, [Client,Server]Connection non copyable. (#41106)
ca29fec [RLlib] New ConnectorV2 API #1: Some preparatory cleanups and fixes. (#41074)
0e2a523 Make Ray work on GH200 (#40816)
Reproduction script
NA
Issue Severity
None
The text was updated successfully, but these errors were encountered: