You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Heng Chen (JIRA)" <ji...@apache.org> on 2015/10/22 06:26:27 UTC

[jira] [Commented] (HBASE-14645) ServerManager's lock is a serious point of contention

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

Heng Chen commented on HBASE-14645:
-----------------------------------

What you talk about is here? 
{code}
      synchronized (onlineServers) {
        try {
          if (onlineServersCt == onlineServers.size()) onlineServers.wait(100);
        } catch (InterruptedException ignored) {
          // continue
        }
      }
{code}

> ServerManager's lock is a serious point of contention
> -----------------------------------------------------
>
>                 Key: HBASE-14645
>                 URL: https://issues.apache.org/jira/browse/HBASE-14645
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Elliott Clark
>
> On cluster instability the server manager lock is where all threads go to hang out.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)