[ 
https://issues.apache.org/jira/browse/PHOENIX-3603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15840647#comment-15840647
 ] 

ASF GitHub Bot commented on PHOENIX-3603:
-----------------------------------------

Github user z-york commented on the issue:

    https://github.com/apache/phoenix/pull/230
  
    Just trying to run the phoenix-core tests (since that was the only place I 
changed), I get stuck at this line indefinitely:
    
      Tests run: 19, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 86.487 
sec - in org.apache.phoenix.tx.TransactionIT
      Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 110.872 
sec - in org.apache.phoenix.tx.TxCheckpointIT
      Tests run: 152, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 862.282 
sec - in org.apache.phoenix.end2end.index.IndexIT
      Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 302.238 
sec <<< FAILURE! - in org.apache.phoenix.end2end.ServerExceptionIT
      
testServerExceptionBackToClient(org.apache.phoenix.end2end.ServerExceptionIT)  
Time elapsed: 302.237 sec  <<< FAILURE!
      java.lang.AssertionError
              at 
org.apache.phoenix.end2end.ServerExceptionIT.testServerExceptionBackToClient(ServerExceptionIT.java:63)
    
      Tests run: 26, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 357.293 
sec <<< FAILURE! - in org.apache.phoenix.end2end.ArithmeticQueryIT
      testDecimalUpsertSelect(org.apache.phoenix.end2end.ArithmeticQueryIT)  
Time elapsed: 304.524 sec  <<< FAILURE!
      java.lang.AssertionError: expected:<206> but was:<6000>
              at 
org.apache.phoenix.end2end.ArithmeticQueryIT.testDecimalUpsertSelect(ArithmeticQueryIT.java:236)
    
      Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1,478.385 sec - in org.apache.phoenix.end2end.index.MutableIndexIT


> Fix compilation errors against hbase 1.3.0 release
> --------------------------------------------------
>
>                 Key: PHOENIX-3603
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3603
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Ted Yu
>
> hbase 1.3.0 has been released.
> I saw the following when compiling master branch against 1.3.0
> {code}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) 
> on project phoenix-core: Compilation failure: Compilation failure:
> [ERROR] 
> /Users/tyu/phoenix/phoenix-core/src/main/java/org/apache/phoenix/execute/DelegateHTable.java:[49,8]
>  org.apache.phoenix.execute.DelegateHTable is not abstract and does not 
> override abstract method getRpcTimeout() in 
> org.apache.hadoop.hbase.client.Table
> [ERROR] 
> /Users/tyu/phoenix/phoenix-core/src/main/java/org/apache/hadoop/hbase/ipc/PhoenixRpcScheduler.java:[32,8]
>  org.apache.hadoop.hbase.ipc.PhoenixRpcScheduler is not abstract and does not 
> override abstract method getNumLifoModeSwitches() in 
> org.apache.hadoop.hbase.ipc.RpcScheduler
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to