HDF5: VFD handles ENOSPC OK at the moment (though FileWriter is still not 100% happy)

This commit is contained in:
2026-05-05 18:31:58 +02:00
parent 3464346f53
commit 8a4cd246eb
4 changed files with 19 additions and 10 deletions
+2 -4
View File
@@ -3,6 +3,7 @@
#include <cstring>
#include <filesystem>
#include <spdlog/spdlog.h>
#include <bitshuffle/bshuf_h5filter.h>
#include "HDF5Objects.h"
@@ -16,10 +17,7 @@ static void HDF5PoisonCallback(
int error_number,
void *user_data
) {
/*
* Mark writer failed, log, cancel acquisition, etc.
* Avoid throwing from this C callback.
*/
spdlog::info("HDF5 Poison callback triggered: filename={}, operation={}, error_number={}", filename, operation, error_number);
}
hid_t HDF5Id::GetID() const {