[jira] [Updated] (HADOOP-9896) TestIPC fail on trunk with error VM crash or System.exit

2013-09-03 Thread Chuan Liu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-9896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chuan Liu updated HADOOP-9896:
--

  Resolution: Fixed
Release Note: Resolving this as HADOOP-9916 should fix the root cause in 
IPC Client implementation.
  Status: Resolved  (was: Patch Available)

> TestIPC fail on trunk with error VM crash or System.exit
> 
>
> Key: HADOOP-9896
> URL: https://issues.apache.org/jira/browse/HADOOP-9896
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: ipc
>Affects Versions: 3.0.0, 2.3.0
>Reporter: shanyu zhao
>Assignee: Chuan Liu
> Attachments: HADOOP-9896.2.patch, HADOOP-9896.patch, 
> org.apache.hadoop.ipc.TestIPC-output.txt
>
>
> I'm running hadoop unit tests on a Ubuntu 12.04 64 bit virtual machine, every 
> time I try to run all unit tests with command "mvn test", the TestIPC unit 
> test will fail, the console will show "The forked VM terminated without 
> saying properly goodbye. VM crash or System.exit called?"
> To reproduce:
> $cd hadoop-common-project/hadoop-common
> $mvn clean install -Pdist -DskipTests
> $mvn test -Pdist -Dtest=TestIPC

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HADOOP-9896) TestIPC fail on trunk with error VM crash or System.exit

2013-08-30 Thread Chuan Liu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-9896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chuan Liu updated HADOOP-9896:
--

Attachment: HADOOP-9896.2.patch

Attach a new patch. A 30 sec timeout is added to each test case. The unit test 
can pass consistently on my single core Ubuntu box. So I assume the timeout is 
enough for the test cases.

> TestIPC fail on trunk with error VM crash or System.exit
> 
>
> Key: HADOOP-9896
> URL: https://issues.apache.org/jira/browse/HADOOP-9896
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: ipc
>Affects Versions: 3.0.0, 2.3.0
>Reporter: shanyu zhao
>Assignee: Chuan Liu
> Attachments: HADOOP-9896.2.patch, HADOOP-9896.patch, 
> org.apache.hadoop.ipc.TestIPC-output.txt
>
>
> I'm running hadoop unit tests on a Ubuntu 12.04 64 bit virtual machine, every 
> time I try to run all unit tests with command "mvn test", the TestIPC unit 
> test will fail, the console will show "The forked VM terminated without 
> saying properly goodbye. VM crash or System.exit called?"
> To reproduce:
> $cd hadoop-common-project/hadoop-common
> $mvn clean install -Pdist -DskipTests
> $mvn test -Pdist -Dtest=TestIPC

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HADOOP-9896) TestIPC fail on trunk with error VM crash or System.exit

2013-08-30 Thread Chuan Liu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-9896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chuan Liu updated HADOOP-9896:
--

Attachment: HADOOP-9896.patch

I investigated this problem a little bit. I think there is some socket leak in 
the test code. Attach a patch that fix the leaking issue in the test by 
explicitly closing client and server at the end of each test case. 

> TestIPC fail on trunk with error VM crash or System.exit
> 
>
> Key: HADOOP-9896
> URL: https://issues.apache.org/jira/browse/HADOOP-9896
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: ipc
>Affects Versions: 2.0.5-alpha
>Reporter: shanyu zhao
>Assignee: Chuan Liu
> Attachments: HADOOP-9896.patch, 
> org.apache.hadoop.ipc.TestIPC-output.txt
>
>
> I'm running hadoop unit tests on a Ubuntu 12.04 64 bit virtual machine, every 
> time I try to run all unit tests with command "mvn test", the TestIPC unit 
> test will fail, the console will show "The forked VM terminated without 
> saying properly goodbye. VM crash or System.exit called?"
> To reproduce:
> $cd hadoop-common-project/hadoop-common
> $mvn clean install -Pdist -DskipTests
> $mvn test -Pdist -Dtest=TestIPC

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HADOOP-9896) TestIPC fail on trunk with error VM crash or System.exit

2013-08-30 Thread Chuan Liu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-9896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chuan Liu updated HADOOP-9896:
--

Affects Version/s: (was: 2.0.5-alpha)
   2.3.0
   3.0.0
   Status: Patch Available  (was: Open)

> TestIPC fail on trunk with error VM crash or System.exit
> 
>
> Key: HADOOP-9896
> URL: https://issues.apache.org/jira/browse/HADOOP-9896
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: ipc
>Affects Versions: 3.0.0, 2.3.0
>Reporter: shanyu zhao
>Assignee: Chuan Liu
> Attachments: HADOOP-9896.patch, 
> org.apache.hadoop.ipc.TestIPC-output.txt
>
>
> I'm running hadoop unit tests on a Ubuntu 12.04 64 bit virtual machine, every 
> time I try to run all unit tests with command "mvn test", the TestIPC unit 
> test will fail, the console will show "The forked VM terminated without 
> saying properly goodbye. VM crash or System.exit called?"
> To reproduce:
> $cd hadoop-common-project/hadoop-common
> $mvn clean install -Pdist -DskipTests
> $mvn test -Pdist -Dtest=TestIPC

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HADOOP-9896) TestIPC fail on trunk with error VM crash or System.exit

2013-08-30 Thread Chuan Liu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-9896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chuan Liu updated HADOOP-9896:
--

Assignee: Chuan Liu

> TestIPC fail on trunk with error VM crash or System.exit
> 
>
> Key: HADOOP-9896
> URL: https://issues.apache.org/jira/browse/HADOOP-9896
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: ipc
>Affects Versions: 2.0.5-alpha
>Reporter: shanyu zhao
>Assignee: Chuan Liu
> Attachments: org.apache.hadoop.ipc.TestIPC-output.txt
>
>
> I'm running hadoop unit tests on a Ubuntu 12.04 64 bit virtual machine, every 
> time I try to run all unit tests with command "mvn test", the TestIPC unit 
> test will fail, the console will show "The forked VM terminated without 
> saying properly goodbye. VM crash or System.exit called?"
> To reproduce:
> $cd hadoop-common-project/hadoop-common
> $mvn clean install -Pdist -DskipTests
> $mvn test -Pdist -Dtest=TestIPC

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HADOOP-9896) TestIPC fail on trunk with error VM crash or System.exit

2013-08-27 Thread shanyu zhao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-9896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

shanyu zhao updated HADOOP-9896:


Summary: TestIPC fail on trunk with error VM crash or System.exit  (was: 
TestIPC fail with VM crash or System.exit)

> TestIPC fail on trunk with error VM crash or System.exit
> 
>
> Key: HADOOP-9896
> URL: https://issues.apache.org/jira/browse/HADOOP-9896
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: ipc
>Affects Versions: 2.0.5-alpha
>Reporter: shanyu zhao
> Attachments: org.apache.hadoop.ipc.TestIPC-output.txt
>
>
> I'm running hadoop unit tests on a Ubuntu 12.04 virtual machine, every time I 
> try to run all unit tests with command "mvn test", the TestIPC unit test will 
> fail, the console will show "The forked VM terminated without saying properly 
> goodbye. VM crash or System.exit called?"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HADOOP-9896) TestIPC fail on trunk with error VM crash or System.exit

2013-08-27 Thread shanyu zhao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-9896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

shanyu zhao updated HADOOP-9896:


Description: 
I'm running hadoop unit tests on a Ubuntu 12.04 64 bit virtual machine, every 
time I try to run all unit tests with command "mvn test", the TestIPC unit test 
will fail, the console will show "The forked VM terminated without saying 
properly goodbye. VM crash or System.exit called?"

To reproduce:
$cd hadoop-common-project/hadoop-common
$mvn clean install -Pdist -DskipTests
$mvn test -Pdist -Dtest=TestIPC


  was:
I'm running hadoop unit tests on a Ubuntu 12.04 virtual machine, every time I 
try to run all unit tests with command "mvn test", the TestIPC unit test will 
fail, the console will show "The forked VM terminated without saying properly 
goodbye. VM crash or System.exit called?"




> TestIPC fail on trunk with error VM crash or System.exit
> 
>
> Key: HADOOP-9896
> URL: https://issues.apache.org/jira/browse/HADOOP-9896
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: ipc
>Affects Versions: 2.0.5-alpha
>Reporter: shanyu zhao
> Attachments: org.apache.hadoop.ipc.TestIPC-output.txt
>
>
> I'm running hadoop unit tests on a Ubuntu 12.04 64 bit virtual machine, every 
> time I try to run all unit tests with command "mvn test", the TestIPC unit 
> test will fail, the console will show "The forked VM terminated without 
> saying properly goodbye. VM crash or System.exit called?"
> To reproduce:
> $cd hadoop-common-project/hadoop-common
> $mvn clean install -Pdist -DskipTests
> $mvn test -Pdist -Dtest=TestIPC

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira