[
https://issues.apache.org/jira/browse/IGNITE-9544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16625787#comment-16625787
]
ASF GitHub Bot commented on IGNITE-9544:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/ignite/pull/4737
> BinaryOutputStream#writeByte excessive copying after reaching 1Gb
> -----------------------------------------------------------------
>
> Key: IGNITE-9544
> URL: https://issues.apache.org/jira/browse/IGNITE-9544
> Project: Ignite
> Issue Type: Improvement
> Reporter: Alexand Polyakov
> Assignee: Alexand Polyakov
> Priority: Major
> Fix For: 2.7
>
>
> need correction
> org.apache.ignite.internal.binary.streams.BinaryAbstractOutputStream#capacity
> {code:java}
> if (newCap < 0)
> newCap=Integer.MAX_VALUE - 8;
> {code}
> see java.util.ArrayList#MAX_ARRAY_SIZE
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)