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

Ted Yu commented on HBASE-8853:
-------------------------------

Compilation failed for hadoop 1.0:
{code}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile 
(default-testCompile) on project hbase-server: Compilation failure
[ERROR] 
/Users/tyu/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestHCM.java:[176,6]
 cannot find symbol
[ERROR] symbol  : method unset(java.lang.String)
[ERROR] location: class org.apache.hadoop.conf.Configuration
{code}
                
> The client connection is not cut when receiving the failure notification
> ------------------------------------------------------------------------
>
>                 Key: HBASE-8853
>                 URL: https://issues.apache.org/jira/browse/HBASE-8853
>             Project: HBase
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 0.95.1
>            Reporter: Nicolas Liochon
>            Assignee: Nicolas Liochon
>             Fix For: 0.95.2
>
>         Attachments: 8853.v1.patch
>
>
> It seems we broke something when we changed the client code (likely nio 
> stuff). Here is a fix and a unit test.

--
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

Reply via email to