HDFGroup / hermes

Extending the HDF5 library to support intelligent I/O buffering for deep memory and storage hierarchy systems
https://grc.iit.edu/research/projects/hermes
34 stars 17 forks source link

Make it so bucket destroy flushes all bucket operations before destroying the bucket #663

Open lukemartinlogan opened 8 months ago

lukemartinlogan commented 8 months ago

Currently, bucket destroy can occur before all operations on the bucket complete. We should make a task to flush selectively only Hermes operations for a particular bucket.