OpenSearch/libs
Jason Tedor 45bbd7f7f1
Only ignore IOException when fsyncing on dirs (#42972)
Today in the method IOUtils#fsync we ignore IOExceptions when fsyncing a
directory. However, the catch block here is too broad, for example it
would be ignoring IOExceptions when we try to open a non-existant
file. This commit addresses that by scoping the ignored exceptions only
to the invocation of FileChannel#force.
2019-06-07 08:35:09 -04:00
..
cli [Backport] Remove dependency substitutions 7.x (#42866) 2019-06-04 13:50:23 -07:00
core Only ignore IOException when fsyncing on dirs (#42972) 2019-06-07 08:35:09 -04:00
dissect Eclipse libs projects setup fix (#42852) 2019-06-04 13:52:41 -07:00
geo [Backport] Remove dependency substitutions 7.x (#42866) 2019-06-04 13:50:23 -07:00
grok Eclipse libs projects setup fix (#42852) 2019-06-04 13:52:41 -07:00
nio Remove `nonApplicationWrite` from `SSLDriver` (#42954) 2019-06-06 17:44:40 -04:00
plugin-classloader [Backport] Replace usages RandomizedTestingTask with built-in Gradle Test (#40978) (#40993) 2019-04-09 11:52:50 -07:00
secure-sm Eclipse libs projects setup fix (#42852) 2019-06-04 13:52:41 -07:00
ssl-config [Backport] Remove dependency substitutions 7.x (#42866) 2019-06-04 13:50:23 -07:00
x-content Eclipse libs projects setup fix (#42852) 2019-06-04 13:52:41 -07:00
build.gradle [Backport] Remove dependency substitutions 7.x (#42866) 2019-06-04 13:50:23 -07:00