elasticsearch/libs/core
Armin Braun 74c20f1bc8
Assert That AbstractRefCounted#decRef Does not Throw on Closing (#70373)
We should not allow exceptions in the internal close I think.
If the exceptions thrown here are fatal then they should just be errors
instead as well. If they are not and need handling then the handling should happen
in the `closeInternal` call. Otherwise, all callers of `decRef` must be aware of
necessary exception handling which would make reasoning about the behavior
of exceptions in `#closeInternal` extremely complicated.
2021-04-17 07:39:48 +02:00
..
src Assert That AbstractRefCounted#decRef Does not Throw on Closing (#70373) 2021-04-17 07:39:48 +02:00
build.gradle Update sources with new SSPL+Elastic-2.0 license headers 2021-02-02 16:10:53 -08:00