You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2020/01/14 00:12:00 UTC

[jira] [Created] (HBASE-23685) indicates a last flushed sequence id ... that is less than the previous last flushed sequence id

Michael Stack created HBASE-23685:
-------------------------------------

             Summary: indicates a last flushed sequence id ... that is less than the previous last flushed sequence id
                 Key: HBASE-23685
                 URL: https://issues.apache.org/jira/browse/HBASE-23685
             Project: HBase
          Issue Type: Bug
    Affects Versions: 2.3.0
            Reporter: Michael Stack


I'm getting loads of the below in Master log running tests against branch-2. It is heavily loaded but generally keeping up though there is backlog in WAL files.... > 32 ... around the cluster so forced flushes happening. I'll see the below for a Region even though it seems like we've since flushed out a sequenceid on the RS-side that is larger than what the Master is seeing. Two column family table.

{code}
 2020-01-13 23:33:18,455 WARN org.apache.hadoop.hbase.master.ServerManager:      RegionServer hbasedn030.sp07.siri.apple.com,16020,1578934813139 indicates a     last flushed sequence id (1593644) that is less than the previous last flushed  sequence id (1593649) for region t1,f9371d5,1576227377175.                      3e41deae849d25f0a2f1d654f482d73a. Ignoring.
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)