[
https://issues.apache.org/jira/browse/TEZ-4132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
László Bodor updated TEZ-4132:
------------------------------
Description:
Maybe ByteBuffer instances can be shared between consecutively running task
attempts / pipelined sorters instead of creating and allocating them in case of
every task attempt:
https://github.com/apache/tez/blob/master/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/common/sort/impl/PipelinedSorter.java#L247
> Reuse PipelinedSorter's allocated ByteBuffer between task attempts
> ------------------------------------------------------------------
>
> Key: TEZ-4132
> URL: https://issues.apache.org/jira/browse/TEZ-4132
> Project: Apache Tez
> Issue Type: Improvement
> Reporter: László Bodor
> Assignee: László Bodor
> Priority: Major
>
> Maybe ByteBuffer instances can be shared between consecutively running task
> attempts / pipelined sorters instead of creating and allocating them in case
> of every task attempt:
> https://github.com/apache/tez/blob/master/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/common/sort/impl/PipelinedSorter.java#L247
--
This message was sent by Atlassian Jira
(v8.3.4#803005)