-
Notifications
You must be signed in to change notification settings - Fork 69
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
HDF5 plugin: failed to create dataset #398
Comments
I did a number of tests with the default built-in XML layout yesterday and did not see those messages. Under what circumstances did they occur? |
I've seen them if I just replaced the |
I just enabled ASYN_TRACE_WARNING in the HDF5 plugin. Indeed I see this message once for each file created:
@ulrikpedersen I see comments in NDFileHDF5.cpp from you about creating this dataset, which is in the performance group? Can you take a look to see what we are getting this error? |
Sorry about the delay. @ajgdls will take a look at this one. |
The warning here is being printed due to the fact that the performance/timestamp dataset is a bit hardcoded into the system. It shows up in the structure but specifically does not get created at this point in the code. There is a comment that states only detector and constant datasets are created, which is why the warning is raised. |
Closed via #408 |
As reported by @hinxx in #397 (comment):
Messages
Failed to create dataset: timestamp. Continuing to next.
when using default built-in XML layout should not happen.The text was updated successfully, but these errors were encountered: