You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2018/02/04 05:36:03 UTC

[jira] [Created] (HBASE-19929) Call RS.stop on a session expired RS may hang

Duo Zhang created HBASE-19929:
---------------------------------

             Summary: Call RS.stop on a session expired RS may hang
                 Key: HBASE-19929
                 URL: https://issues.apache.org/jira/browse/HBASE-19929
             Project: HBase
          Issue Type: Bug
            Reporter: Duo Zhang


See the discussion in HBASE-19927. The problem is that, for a normal stop we will try to close all the regions and wait until they are all closed. But if the RS has already session expired, master will start the failover work which will move the WAL directory, and then we will be stuck in writing flush marker.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)