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

[DataFrame] _IndexMetadata.copy() may block on OID-backed _index_cache #1988

Closed
p-yang opened this issue May 3, 2018 · 1 comment
Closed

Comments

@p-yang
Copy link
Contributor

p-yang commented May 3, 2018

Describe the problem

Since we will support passing the index as an Object ID for _IndexMetadata as of #1984, _IndexMetadata.copy() may result in a blocking call waiting for _index_cache to be populated. Refer to the code snippet below.

Source code / logs

https://github.com/ray-project/ray/blob/master/python/ray/dataframe/index_metadata.py#L270

@devin-petersohn
Copy link
Member

@Veryku Opening a new issue to track this on the Modin repo

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

No branches or pull requests

2 participants