Searched refs:readBufferBytesAllocated (Results 1 – 2 of 2) sorted by relevance
67 final AtomicLong readBufferBytesAllocated = new AtomicLong(0); field in AbstractNonblockingServer345 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()
81 …IFT-5494) - byte count of FrameBuffer(AbstractNonblockingServer.readBufferBytesAllocated) is not s…2757 …- byte count of FrameBuffer in AWAITING_CLOSE state is not subtracted from readBufferBytesAllocated3595 - [THRIFT-1190](https://issues.apache.org/jira/browse/THRIFT-1190) - readBufferBytesAllocated in TN…