[
https://issues.apache.org/jira/browse/PIG-4922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rohini Palaniswamy updated PIG-4922:
------------------------------------
Fix Version/s: (was: 0.16.1)
Status: Open (was: Patch Available)
I don't think the fix is right. Canceling patch for now. Will take a look at it
again later.
> Deadlock between SpillableMemoryManager and
> InternalSortedBag$SortedDataBagIterator
> -----------------------------------------------------------------------------------
>
> Key: PIG-4922
> URL: https://issues.apache.org/jira/browse/PIG-4922
> Project: Pig
> Issue Type: Bug
> Reporter: Rohini Palaniswamy
> Assignee: Rohini Palaniswamy
> Fix For: 0.17.0
>
> Attachments: PIG-4922-1.patch
>
>
> This one ran into a deadlock, when the data was really huge and
> InternalSortedBag was reading spilled data from disk.
> {code}
> grpd = FOREACH (GROUP data BY $0){
> sorted = ORDER data BY timestamp DESC;
> latest = LIMIT sorted 1;
> GENERATE latest;
> };
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)