[ http://issues.apache.org/jira/browse/HADOOP-565?page=all ]

Doug Cutting updated HADOOP-565:
--------------------------------

    Status: Open  (was: Patch Available)

Now when I apply this and run the following unit  test:

ant -Dtestcase=TestMiniMRClasspath -Dtest.output=yes test-core

I get an OutOfMemoryError:

    [junit] 2006-10-31 13:38:22,562 WARN  ipc.Server (Server.java:run(246)) - 
Out of Memory in server select
    [junit] java.lang.OutOfMemoryError: Direct buffer memory
    [junit]     at java.nio.Bits.reserveMemory(Bits.java:632)
    [junit]     at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:95)
    [junit]     at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:288)
    [junit]     at 
org.apache.hadoop.ipc.Server$Connection.readAndProcess(Server.java:422)
    [junit]     at org.apache.hadoop.ipc.Server$Listener.doRead(Server.java:314)
    [junit]     at org.apache.hadoop.ipc.Server$Listener.run(Server.java:235)

Changing the type of allocation (HADOOP-637) does not fix this.  Adding a print 
statement shows that it is trying to allocate a 1195725856-byte buffer.

> Upgrade Jetty to 6.x
> --------------------
>
>                 Key: HADOOP-565
>                 URL: http://issues.apache.org/jira/browse/HADOOP-565
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Owen O'Malley
>         Assigned To: Sanjay Dahiya
>         Attachments: Hadoop-565.patch, Hadoop-565_1.patch.txt, 
> Hadoop-565_2.patch, Hadoop-565_lib.tar.gz
>
>
> Now that Jetty 6.x has been released as stable, we should upgrade.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to