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

Jonathan Hsieh edited comment on HBASE-7720 at 1/30/13 6:03 PM:
----------------------------------------------------------------

Ah, an earlier rev only listed more details if the proc was active.  I'll 
change that to null now that the if-else cases make this dead code.

{code}
String status = null;
{code}
                
      was (Author: jmhsieh):
    Ah, an earlier rev only listed more details if the proc was active.  I'll 
chat the it to null now that the if-else cases make this dead code.

{code}
String status = null;
{code}
                  
> improve logging messages of failed snapshot attempts.
> -----------------------------------------------------
>
>                 Key: HBASE-7720
>                 URL: https://issues.apache.org/jira/browse/HBASE-7720
>             Project: HBase
>          Issue Type: Sub-task
>          Components: snapshots
>    Affects Versions: hbase-7290
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>             Fix For: hbase-7290
>
>         Attachments: hbsae-7720.patch
>
>
> When snapshots fail, the client gets some sort of verification exception or 
> some sort of timeout exception.  This patch provides more information in this 
> error message so that the user can go directly to a particular regionserver 
> to look for root cause.  (Previously, you would need to inspect master logs 
> and then go to the region servers).

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