Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-4922

Deadlock between SpillableMemoryManager and InternalSortedBag$SortedDataBagIterator

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 0.18.0
    • None
    • None

    Description

      This one ran into a deadlock, when the data was really huge and InternalSortedBag was reading spilled data from disk.

      grpd = FOREACH (GROUP data BY $0){
          sorted = ORDER data BY timestamp DESC;
          latest = LIMIT sorted 1;
          GENERATE latest;
      };
      

      Attachments

        1. PIG-4922-1.patch
          1 kB
          Rohini Palaniswamy

        Activity

          People

            rohini Rohini Palaniswamy
            rohini Rohini Palaniswamy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: