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

Refactor partition API #2642

Closed
YarShev opened this issue Jan 25, 2021 · 0 comments · Fixed by #2643
Closed

Refactor partition API #2642

YarShev opened this issue Jan 25, 2021 · 0 comments · Fixed by #2643
Assignees
Labels
bug 🦗 Something isn't working

Comments

@YarShev
Copy link
Collaborator

YarShev commented Jan 25, 2021

Describe the problem

For Modin on Ray engine with pandas backend IPs of the remote partitions may not match actual locations if the partitions are lower than 100 kB. Ray saves such objects (<= 100 kB, by default) in in-process store of the calling process. We can't get IPs for such objects with saving good performance. So, we need to add a doc page for this and perform some refactoring.

@YarShev YarShev added the bug 🦗 Something isn't working label Jan 25, 2021
YarShev added a commit to YarShev/modin that referenced this issue Jan 25, 2021
YarShev added a commit to YarShev/modin that referenced this issue Jan 25, 2021
Co-authored-by: Vasily Litvinov <[email protected]>
Signed-off-by: Igoshev, Yaroslav <[email protected]>
YarShev added a commit to YarShev/modin that referenced this issue Feb 10, 2021
YarShev added a commit to YarShev/modin that referenced this issue Feb 10, 2021
Co-authored-by: Vasily Litvinov <[email protected]>
Signed-off-by: Igoshev, Yaroslav <[email protected]>
YarShev added a commit to YarShev/modin that referenced this issue Feb 10, 2021
YarShev added a commit to YarShev/modin that referenced this issue Feb 10, 2021
YarShev added a commit to YarShev/modin that referenced this issue Feb 10, 2021
YarShev added a commit to YarShev/modin that referenced this issue Feb 10, 2021
@YarShev YarShev changed the title Use partition IPs as an experimental feature Refactor partition API Feb 10, 2021
YarShev added a commit to YarShev/modin that referenced this issue Feb 11, 2021
Co-authored-by: Devin Petersohn <[email protected]>
Signed-off-by: Igoshev, Yaroslav <[email protected]>
YarShev added a commit to YarShev/modin that referenced this issue Feb 11, 2021
YarShev added a commit to YarShev/modin that referenced this issue Feb 12, 2021
YarShev added a commit to YarShev/modin that referenced this issue Feb 17, 2021
YarShev added a commit to YarShev/modin that referenced this issue Feb 18, 2021
YarShev added a commit to YarShev/modin that referenced this issue Feb 25, 2021
YarShev added a commit to YarShev/modin that referenced this issue Feb 25, 2021
YarShev added a commit to YarShev/modin that referenced this issue Mar 1, 2021
YarShev added a commit to YarShev/modin that referenced this issue Mar 3, 2021
devin-petersohn added a commit that referenced this issue Mar 4, 2021
Co-authored-by: Vasily Litvinov <[email protected]>
Co-authored-by: Devin Petersohn <[email protected]>
Signed-off-by: Igoshev, Yaroslav <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🦗 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant