ARTEMIS-1354 Critical IO Error on AIO write failure
This commit is contained in:
parent
300e5f6c63
commit
652573a5a9
|
@ -305,6 +305,7 @@ public final class AIOSequentialFileFactory extends AbstractSequentialFileFactor
|
|||
libaioFile.write(position, bytes, buffer, this);
|
||||
} catch (IOException e) {
|
||||
callback.onError(-1, e.getMessage());
|
||||
onIOError(e, "Failed to write to file", sequentialFile);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue