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

stack commented on HBASE-10514:
-------------------------------

HBASE-10466 is different to HBASE-5568.  As I read it, we could be carrying an 
extra snapshot if failed flush.  It does not look like it gets cleared flushed 
out on subsequent flush calls.  Instead we see:

{code}
    if (!this.snapshot.isEmpty()) {
      LOG.warn("Snapshot called again without clearing previous. " +
          "Doing nothing. Another ongoing flush or did we fail last attempt?");
{code}

Will report back.

> Forward port HBASE-10464 and HBASE-10466
> ----------------------------------------
>
>                 Key: HBASE-10514
>                 URL: https://issues.apache.org/jira/browse/HBASE-10514
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>            Priority: Critical
>             Fix For: 0.96.2, 0.94.18
>
>
> Critical data loss issues that we need to ensure are not in branches beyond 
> 0.89fb.  Assigning myself.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to