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

Logging mode leaves a hanging thread in interactive python session #4503

Closed
mvashishtha opened this issue May 26, 2022 · 0 comments · Fixed by #4515
Closed

Logging mode leaves a hanging thread in interactive python session #4503

mvashishtha opened this issue May 26, 2022 · 0 comments · Fixed by #4515
Assignees

Comments

@mvashishtha
Copy link
Collaborator

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): MacOS Monterey
  • Modin version (modin.__version__): latest source
  • Python version: 3.9.12
  • Code we can use to reproduce:

In ipython, run

from modin.config import LogMode
import modin.pandas as pd

LogMode.enable()
df = pd.DataFrame([[1]])

and try to exit. You have to control-c or control-d twice.

This bug came up in the discussion on #4372 but it wasn't fixed in that PR.

The problematic thread is started here.

mvashishtha pushed a commit to mvashishtha/modin that referenced this issue May 31, 2022
…exit.

Signed-off-by: mvashishtha <mahesh@ponder.io>
RehanSD pushed a commit that referenced this issue Jun 1, 2022
Signed-off-by: mvashishtha <mahesh@ponder.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants