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

Performing multiple h2o.init() fails with R on Windows #8638

Closed
exalate-issue-sync bot opened this issue May 12, 2023 · 2 comments
Closed

Performing multiple h2o.init() fails with R on Windows #8638

exalate-issue-sync bot opened this issue May 12, 2023 · 2 comments

Comments

@exalate-issue-sync
Copy link

Performing multiple h2o.init is allowed as long as different ports are supplied. However because of how R handles tempdir() (only a single dir per R session) and how Windows handles access to files creating multiple instances of h2o server currently fails. After the first server is created any consecutive server creation will fail because it'll try to access previous files which Windows will deny.

@exalate-issue-sync exalate-issue-sync bot added the R label May 12, 2023
@exalate-issue-sync
Copy link
Author

Michal Wysokinski commented: The issue was reported on the community slack by user: jasam on Oct 1st

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

JIRA Issue Migration Info

Jira Issue: PUBDEV-7002
Assignee: Michal Wysokinski
Reporter: Michal Wysokinski
State: Resolved
Fix Version: 3.30.0.1
Attachments: N/A
Development PRs: Available

Linked PRs from JIRA

#4006

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants