[
https://issues.apache.org/jira/browse/PHOENIX-5120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16760669#comment-16760669
]
Hudson commented on PHOENIX-5120:
---------------------------------
FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #2305 (See
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/2305/])
PHOENIX-5120 Avoid using MappedByteBuffers for server side sorting. (larsh: rev
4f396c605e934f13a8265249c280e439f4e924e0)
* (delete)
phoenix-core/src/main/java/org/apache/phoenix/iterate/MappedByteBufferSortedQueue.java
* (add)
phoenix-core/src/main/java/org/apache/phoenix/iterate/BufferedSortedQueue.java
* (add)
phoenix-core/src/it/java/org/apache/phoenix/end2end/OrderByWithSpillingIT.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/execute/SortMergeJoinPlan.java
* (delete)
phoenix-core/src/main/java/org/apache/phoenix/iterate/MappedByteBufferQueue.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/iterate/OrderedResultIterator.java
* (add) phoenix-core/src/main/java/org/apache/phoenix/iterate/BufferedQueue.java
> Avoid using MappedByteBuffers for server side sorting.
> ------------------------------------------------------
>
> Key: PHOENIX-5120
> URL: https://issues.apache.org/jira/browse/PHOENIX-5120
> Project: Phoenix
> Issue Type: Task
> Affects Versions: 4.14.1
> Reporter: Lars Hofhansl
> Assignee: Lars Hofhansl
> Priority: Critical
> Fix For: 4.15.0, 5.1.0
>
> Attachments: 5120-1.4-v2.txt, 5120-1.4-v3.txt, 5120-1.4-wip.txt,
> 5120-1.4.txt, 5120-master-v3.txt, 5120-master-v5.txt, 5120-master-v6.txt,
> 5120-master.txt
>
>
> We should had a production outage due to this.
> MappedByteBuffer may leave files around, on top they use direct memory, which
> is not cleared until the JVM executes a full GC.
> See last comment on PHOENIX-2405.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)