OpenSearch/modules/transport-netty4
Simon Willnauer 4fd1276542 Prevent AbstractArrays from release bytes more than once (#20819)
Today we throw an assertion error if we release an AbstractArray more than once.
Yet, it's recommended to implement close methods such that they can be invoked
more than once. Guaranteed single release calls are hard to implement and some
situations might not be tested causing for instance `CircuitBreaker` to operate on
corrupted memory stats.
2016-10-10 17:30:37 +02:00
..
licenses Upgrade to Netty 4.1.5 2016-08-30 05:46:40 -04:00
src Prevent AbstractArrays from release bytes more than once (#20819) 2016-10-10 17:30:37 +02:00
build.gradle Introduce Log4j 2 2016-08-30 13:31:24 -04:00