[
https://issues.apache.org/jira/browse/BEAM-10787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17199053#comment-17199053
]
Beam JIRA Bot commented on BEAM-10787:
--------------------------------------
This issue is assigned but has not received an update in 30 days so it has been
labeled "stale-assigned". If you are still working on the issue, please give an
update and remove the label. If you are no longer working on the issue, please
unassign so someone else may work on it. In 7 days the issue will be
automatically unassigned.
> 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
> Assignee: Neville Li
> Priority: P4
> Labels: stale-assigned
>
> 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.3.4#803005)