[jira] [Commented] (HBASE-6276) TestClassLoading is racy

2012-06-28 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-6276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13403272#comment-13403272
 ] 

Hudson commented on HBASE-6276:
---

Integrated in HBase-0.94-security #38 (See 
[https://builds.apache.org/job/HBase-0.94-security/38/])
HBASE-6276. TestClassLoading is racy (Revision 1354256)

 Result = FAILURE
apurtell : 
Files : 
* 
/hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/coprocessor/TestClassLoading.java


 TestClassLoading is racy
 

 Key: HBASE-6276
 URL: https://issues.apache.org/jira/browse/HBASE-6276
 Project: HBase
  Issue Type: Bug
  Components: coprocessors, test
Affects Versions: 0.92.2, 0.96.0, 0.94.1
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Minor
 Attachments: HBASE-6276-0.94.patch, HBASE-6276.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HBASE-6276) TestClassLoading is racy

2012-06-26 Thread Zhihong Ted Yu (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-6276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13401732#comment-13401732
 ] 

Zhihong Ted Yu commented on HBASE-6276:
---

I ran TestClassLoading twice in trunk. I got the following failure twice:
{code}
testClassLoadingFromLocalFS(org.apache.hadoop.hbase.coprocessor.TestClassLoading)
  Time elapsed: 0.126 sec   ERROR!
org.apache.hadoop.hbase.TableExistsException: 
org.apache.hadoop.hbase.TableExistsException: TestClassLoading
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  at 
org.apache.hadoop.ipc.RemoteException.instantiateException(RemoteException.java:95)
  at 
org.apache.hadoop.ipc.RemoteException.unwrapRemoteException(RemoteException.java:79)
  at 
org.apache.hadoop.hbase.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngine.java:165)
  at $Proxy21.createTable(Unknown Source)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at 
org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation$MasterHandler.invoke(HConnectionManager.java:1565)
  at org.apache.hadoop.hbase.client.$Proxy22.createTable(Unknown Source)
  at org.apache.hadoop.hbase.client.HBaseAdmin$2.call(HBaseAdmin.java:512)
  at org.apache.hadoop.hbase.client.HBaseAdmin$2.call(HBaseAdmin.java:508)
  at org.apache.hadoop.hbase.client.HBaseAdmin.execute(HBaseAdmin.java:1983)
  at 
org.apache.hadoop.hbase.client.HBaseAdmin.createTableAsync(HBaseAdmin.java:508)
  at org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java:411)
  at org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java:347)
  at 
org.apache.hadoop.hbase.coprocessor.TestClassLoading.testClassLoadingFromLocalFS(TestClassLoading.java:284)
{code}

 TestClassLoading is racy
 

 Key: HBASE-6276
 URL: https://issues.apache.org/jira/browse/HBASE-6276
 Project: HBase
  Issue Type: Bug
  Components: coprocessors, test
Affects Versions: 0.92.2, 0.96.0, 0.94.1
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Minor
 Attachments: HBASE-6276-0.94.patch, HBASE-6276.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HBASE-6276) TestClassLoading is racy

2012-06-26 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-6276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13401745#comment-13401745
 ] 

Andrew Purtell commented on HBASE-6276:
---

Updated trunk for a misapplied patch. 

 TestClassLoading is racy
 

 Key: HBASE-6276
 URL: https://issues.apache.org/jira/browse/HBASE-6276
 Project: HBase
  Issue Type: Bug
  Components: coprocessors, test
Affects Versions: 0.92.2, 0.96.0, 0.94.1
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Minor
 Attachments: HBASE-6276-0.94.patch, HBASE-6276.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HBASE-6276) TestClassLoading is racy

2012-06-26 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-6276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13401768#comment-13401768
 ] 

Hudson commented on HBASE-6276:
---

Integrated in HBase-0.94 #283 (See 
[https://builds.apache.org/job/HBase-0.94/283/])
HBASE-6276. TestClassLoading is racy (Revision 1354256)

 Result = FAILURE
apurtell : 
Files : 
* 
/hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/coprocessor/TestClassLoading.java


 TestClassLoading is racy
 

 Key: HBASE-6276
 URL: https://issues.apache.org/jira/browse/HBASE-6276
 Project: HBase
  Issue Type: Bug
  Components: coprocessors, test
Affects Versions: 0.92.2, 0.96.0, 0.94.1
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Minor
 Attachments: HBASE-6276-0.94.patch, HBASE-6276.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HBASE-6276) TestClassLoading is racy

2012-06-26 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-6276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13401770#comment-13401770
 ] 

Andrew Purtell commented on HBASE-6276:
---

Not an issue with this patch:

{quote}
Running org.apache.hadoop.hbase.io.hfile.TestHFilePerformance
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.593 sec
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 1226336 bytes for 
Arena::Amalloc
{quote}


 TestClassLoading is racy
 

 Key: HBASE-6276
 URL: https://issues.apache.org/jira/browse/HBASE-6276
 Project: HBase
  Issue Type: Bug
  Components: coprocessors, test
Affects Versions: 0.92.2, 0.96.0, 0.94.1
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Minor
 Attachments: HBASE-6276-0.94.patch, HBASE-6276.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HBASE-6276) TestClassLoading is racy

2012-06-26 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-6276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13401772#comment-13401772
 ] 

Hudson commented on HBASE-6276:
---

Integrated in HBase-TRUNK #3075 (See 
[https://builds.apache.org/job/HBase-TRUNK/3075/])
HBASE-6276. TestClassLoading is racy (Revision 1354254)

 Result = FAILURE
apurtell : 
Files : 
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestClassLoading.java


 TestClassLoading is racy
 

 Key: HBASE-6276
 URL: https://issues.apache.org/jira/browse/HBASE-6276
 Project: HBase
  Issue Type: Bug
  Components: coprocessors, test
Affects Versions: 0.92.2, 0.96.0, 0.94.1
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Minor
 Attachments: HBASE-6276-0.94.patch, HBASE-6276.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HBASE-6276) TestClassLoading is racy

2012-06-26 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-6276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13401776#comment-13401776
 ] 

Andrew Purtell commented on HBASE-6276:
---

Next trunk build should be fine.

 TestClassLoading is racy
 

 Key: HBASE-6276
 URL: https://issues.apache.org/jira/browse/HBASE-6276
 Project: HBase
  Issue Type: Bug
  Components: coprocessors, test
Affects Versions: 0.92.2, 0.96.0, 0.94.1
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Minor
 Attachments: HBASE-6276-0.94.patch, HBASE-6276.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HBASE-6276) TestClassLoading is racy

2012-06-26 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-6276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13401818#comment-13401818
 ] 

Hudson commented on HBASE-6276:
---

Integrated in HBase-TRUNK #3076 (See 
[https://builds.apache.org/job/HBase-TRUNK/3076/])
Amend HBASE-6276. Misapplied patch (Revision 1354274)

 Result = SUCCESS
apurtell : 
Files : 
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestClassLoading.java


 TestClassLoading is racy
 

 Key: HBASE-6276
 URL: https://issues.apache.org/jira/browse/HBASE-6276
 Project: HBase
  Issue Type: Bug
  Components: coprocessors, test
Affects Versions: 0.92.2, 0.96.0, 0.94.1
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Minor
 Attachments: HBASE-6276-0.94.patch, HBASE-6276.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HBASE-6276) TestClassLoading is racy

2012-06-26 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-6276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13401839#comment-13401839
 ] 

Hudson commented on HBASE-6276:
---

Integrated in HBase-0.92 #458 (See 
[https://builds.apache.org/job/HBase-0.92/458/])
HBASE-6276. TestClassLoading is racy (Revision 1354259)

 Result = FAILURE
apurtell : 
Files : 
* 
/hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/coprocessor/TestClassLoading.java


 TestClassLoading is racy
 

 Key: HBASE-6276
 URL: https://issues.apache.org/jira/browse/HBASE-6276
 Project: HBase
  Issue Type: Bug
  Components: coprocessors, test
Affects Versions: 0.92.2, 0.96.0, 0.94.1
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Minor
 Attachments: HBASE-6276-0.94.patch, HBASE-6276.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira