[ https://issues.apache.org/jira/browse/TINKERPOP-3124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17912019#comment-17912019 ]
ASF GitHub Bot commented on TINKERPOP-3124: ------------------------------------------- spmallette merged PR #2964: URL: https://github.com/apache/tinkerpop/pull/2964 > 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 > Priority: Critical > > 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)