Home
last modified time | relevance | path

Searched refs:readBufferBytesAllocated (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/server/
DAbstractNonblockingServer.java67 final AtomicLong readBufferBytesAllocated = new AtomicLong(0); field in AbstractNonblockingServer
345 if (readBufferBytesAllocated.get() + frameSize > MAX_READ_BUFFER_BYTES) { in read()
350 readBufferBytesAllocated.addAndGet(frameSize + 4); in read()
440 readBufferBytesAllocated.addAndGet(-buffer_.array().length); in close()
464 readBufferBytesAllocated.addAndGet(-buffer_.array().length); in responseReady()
/thrift-3.4.0/
DCHANGES.md81 …IFT-5494) - byte count of FrameBuffer(AbstractNonblockingServer.readBufferBytesAllocated) is not s…
2757 …- byte count of FrameBuffer in AWAITING_CLOSE state is not subtracted from readBufferBytesAllocated
3595 - [THRIFT-1190](https://issues.apache.org/jira/browse/THRIFT-1190) - readBufferBytesAllocated in TN…