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

BUG: Exception: The current node timed out during startup. This could happen because some of the Ray processes failed to startup. #7015

Open
2 of 3 tasks
HerePraveenPal opened this issue Mar 6, 2024 · 1 comment
Labels
bug 🦗 Something isn't working External Pull requests and issues from people who do not regularly contribute to modin

Comments

@HerePraveenPal
Copy link

Modin version checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest released version of Modin.

  • I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow this guide.)

Reproducible Example

import glob2

csv_files = glob2.glob('D:\files\\*.csv')

import modin.pandas as pd 

for file in csv_files:
    start_time = time.time()
    df_crif1 = pd.read_csv(file,sep='|')
    end_time = time.time()
    
    execution_time = end_time - start_time
    print("File:", file)
    print("Shape:", df_crif1.shape)
    print("Execution time:", execution_time, "seconds")

Issue Description

Exception: The current node timed out during startup. This could happen because some of the Ray processes failed to startup.

Expected Behavior

I went through documentation but it has not mentioned anything there.

Error Logs

Replace this line with the error backtrace (if applicable).

Installed Versions

I have install modin using --> pip install "modin[all]" / pip install modin --> windows 11 and pandas version --> 2.2.1

@HerePraveenPal HerePraveenPal added bug 🦗 Something isn't working Triage 🩹 Issues that need triage labels Mar 6, 2024
@YarShev YarShev removed the Triage 🩹 Issues that need triage label Mar 6, 2024
@YarShev
Copy link
Collaborator

YarShev commented Mar 6, 2024

Hi @HerePraveenPal, thanks for posting the issue! Could you provide more details like what Modin, Ray and python versions you use? The stack trace would be also useful.

@anmyachev anmyachev added the External Pull requests and issues from people who do not regularly contribute to modin label Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🦗 Something isn't working External Pull requests and issues from people who do not regularly contribute to modin
Projects
None yet
Development

No branches or pull requests

3 participants