[
https://issues.apache.org/jira/browse/BEAM-10787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kenneth Knowles updated BEAM-10787:
-----------------------------------
This Jira ticket has a pull request attached to it, but is still open. Did the
pull request resolve the issue? If so, could you please mark it resolved? This
will help the project have a clear view of its open issues.
> External sorter 2048MB memory limit should be Hadoop only
> ---------------------------------------------------------
>
> Key: BEAM-10787
> URL: https://issues.apache.org/jira/browse/BEAM-10787
> Project: Beam
> Issue Type: Bug
> Components: extensions-java-sorter
> Affects Versions: 2.23.0
> Reporter: Neville Li
> Priority: P4
> Labels: Clarified
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The 2048MB limit only applies when using Hadoop sequence file for external
> sort.
> It doesn't apply when sorting is entirely in memory since we're using a
> {{List<KV<byte[], byte[]>>}} to buffer data and {{long}} to keep track of
> total bytes. Same with native external sorter.
> https://github.com/apache/beam/pull/12659
--
This message was sent by Atlassian Jira
(v8.20.1#820001)