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

Working with data on network shares (handle disconnections) #154

Open
paulmueller opened this issue Dec 1, 2021 · 2 comments
Open

Working with data on network shares (handle disconnections) #154

paulmueller opened this issue Dec 1, 2021 · 2 comments
Labels
enhancement good first issue Good for new contributors

Comments

@paulmueller
Copy link
Member

Often, users work with large .rtdc files located on network shares. When a share is disconnected, h5py complains about not being able to find the opened file. Maybe dclab can handle that case and basically just reopen the file.

image

@paulmueller paulmueller added enhancement good first issue Good for new contributors labels Dec 1, 2021
@paulmueller
Copy link
Member Author

It is currently hard to write a workaround for this, because h5py segfaults at least on Linux (h5py/h5py#2043).

@paulmueller
Copy link
Member Author

It is currently hard to write a workaround for this, because h5py segfaults at least on Linux (h5py/h5py#2043). A possible fix is tracked in 154-networkshare-hdf5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good first issue Good for new contributors
Projects
None yet
Development

No branches or pull requests

1 participant