Stephen Mallette created TINKERPOP-3124: -------------------------------------------
Summary: MessageSizeEstimator is not sizing Frame instances properly Key: TINKERPOP-3124 URL: https://issues.apache.org/jira/browse/TINKERPOP-3124 Project: TinkerPop Issue Type: Bug Components: server Affects Versions: 3.7.3 Reporter: Stephen Mallette Assignee: Stephen Mallette Netty has a {{MessageSizeEstimator}} which helps estimate the number of bytes in the channel's direct memory buffer. Each channel checks the count against the {{writeBufferHighWaterMark}} to determine if writes should be paused to avoid OOMs. The default implementation of the estimator from Netty does not take {{Frame}} into account and therefore the estimations are off. -- This message was sent by Atlassian Jira (v8.20.10#820010)