You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2013/03/27 20:49:15 UTC

[jira] [Commented] (HBASE-8204) Logging improvements and try to recover lease even when append is not activated.

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

Ted Yu commented on HBASE-8204:
-------------------------------

Looks like Hadoop QA is down again.
{code}
+          if (!isAppendSupported(conf)) {
+            LOG.warn("Running on HDFS without append. Can't recover the lease with append.");
+            break;
+          }
{code}
Should we return in the above case ? Otherwise we incur the 1 second sleep.
                
> Logging improvements and try to recover lease even when append is not activated.
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-8204
>                 URL: https://issues.apache.org/jira/browse/HBASE-8204
>             Project: HBase
>          Issue Type: Bug
>          Components: wal
>    Affects Versions: 0.96.0
>            Reporter: Nicolas Liochon
>            Assignee: Nicolas Liochon
>            Priority: Minor
>         Attachments: HBASE-8204.v1.patch
>
>
> See patch :-).

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