[
https://issues.apache.org/jira/browse/THRIFT-5737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pravin Sinha updated THRIFT-5737:
---------------------------------
Description: The underlying buffer has a limit of Integer.MAX_VALUE - 8
bytes(ReferredĀ as ARARY_MAX in java library). Anything beyond that would
result in OOM despite process having enough heap space. (was: The underlying
buffer buffer has a limit of Integer.MAX-8 bytes. Anything beyond that would
result in OOM despite process having enough heap space.)
> OutOfMemory thrown in TSaslTransport.write
> ------------------------------------------
>
> Key: THRIFT-5737
> URL: https://issues.apache.org/jira/browse/THRIFT-5737
> Project: Thrift
> Issue Type: Bug
> Components: Java - Library
> Affects Versions: 0.16.0
> Reporter: Pravin Sinha
> Priority: Major
>
> The underlying buffer has a limit of Integer.MAX_VALUE - 8 bytes(ReferredĀ as
> ARARY_MAX in java library). Anything beyond that would result in OOM despite
> process having enough heap space.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)