Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.1-incubating
-
None
-
None
Description
ByteBufferAllocator implement Closable, the abstract AbstractByteBufferAllocator has isClosed/setClosed method for managing and handling the closed state but implementations of ByteBufferAllocator never use these methods.
Each of the ByteBufferAllocator operation methods should check the state and throw an exception if the ByteBufferAllocator is closed