Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

removed limit on log sizes via sockets#48780

Open
mohitjain2504 wants to merge4 commits intoray-project:master
base:master
Choose a base branch
Loading
frommohitjain2504:fix_log_socket_message_size

Conversation

mohitjain2504
Copy link
Contributor

@mohitjain2504mohitjain2504 commentedNov 18, 2024
edited
Loading

Why are these changes needed?

I was trying to read the logs of a Ray job via the sockets. Despite using sockets, and ensuring that we poll the socket on regular intervals, we realised that the socket closes after the transfer of exactly 4096KBs. After multiple trials, realised that its the logs for the socket that closes after this limit. Needed to ensure that sockets are not closed for long running heavy jobs.

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 runscripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed forhttps://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 indoc/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 athttps://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

Signed-off-by: mohitjain2504 <mohit.jain@dream11.com>
@mohitjain2504mohitjain2504 changed the titleremoved limit on log sizesremoved limit on log sizes via socketsNov 18, 2024
Signed-off-by: mohitjain2504 <mohit.jain@dream11.com>
Signed-off-by: mohitjain2504 <mohit.jain@dream11.com>
@jcotant1jcotant1 added the coreIssues that should be addressed in Ray Core labelNov 18, 2024
@kevin85421kevin85421 added jobs and removed coreIssues that should be addressed in Ray Core labelsDec 2, 2024
@staleStale
Copy link

stalebot commentedJan 31, 2025

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

  • If you'd like to keep this open, just leave any comment, and the stale label will be removed.

@stalestalebot added the staleThe issue is stale. It will be closed within 7 days unless there are further conversation labelJan 31, 2025
@cszhucszhu added the dashboardIssues specific to the Ray Dashboard labelApr 3, 2025
@stalestalebot removed the staleThe issue is stale. It will be closed within 7 days unless there are further conversation labelApr 3, 2025
@hainesmichaelchainesmichaelc added the community-contributionContributed by the community labelApr 4, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
community-contributionContributed by the communitydashboardIssues specific to the Ray Dashboardjobs
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

5 participants
@mohitjain2504@cszhu@kevin85421@hainesmichaelc@jcotant1

[8]ページ先頭

©2009-2025 Movatter.jp