[jira] [Created] (HBASE-5677) The master never does balance because duplicate openhandled the one region

2012-03-29 Thread xufeng (Created) (JIRA)
The master never does balance because duplicate openhandled the one region
--

 Key: HBASE-5677
 URL: https://issues.apache.org/jira/browse/HBASE-5677
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.90.6
 Environment: 0.90
Reporter: xufeng
Assignee: xufeng


If region be assigned When the master is doing initialization(before do 
processFailover),the region will be duplicate openhandled.
it cause the region in RIT,thus the master never does balance.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HBASE-5673) The OOM problem of IPC client call cause all handle block

2012-03-29 Thread xufeng (Created) (JIRA)
The OOM problem of IPC client call  cause all handle block
--

 Key: HBASE-5673
 URL: https://issues.apache.org/jira/browse/HBASE-5673
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.90.6
 Environment: 0.90.6
Reporter: xufeng
Assignee: xufeng


if HBaseClient meet "unable to create new native thread" exception, the call 
will never complete because it be lost in calls queue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HBASE-5615) the master never do balance becauseof balance the parent region

2012-03-22 Thread xufeng (Created) (JIRA)
the master never do balance becauseof  balance the parent region


 Key: HBASE-5615
 URL: https://issues.apache.org/jira/browse/HBASE-5615
 Project: HBase
  Issue Type: Bug
Reporter: xufeng
Assignee: xufeng
Priority: Critical


the master never do balance becauseof when master do rebuildUserRegions(),it 
will add the parent region into  AssignmentManager#servers,
if balancer let the parent region to move,the parent will in RIT forever.thus 
balance will never be executed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HBASE-4951) master process can not be stopped when it is initializing

2011-12-04 Thread xufeng (Created) (JIRA)
master process can not be stopped when it is initializing
-

 Key: HBASE-4951
 URL: https://issues.apache.org/jira/browse/HBASE-4951
 Project: HBase
  Issue Type: Bug
  Components: master
Affects Versions: 0.90.3
Reporter: xufeng
Priority: Critical
 Fix For: 0.92.0, 0.90.5


It is easy to reproduce by following step:
step1:start master process.(do not start regionserver process in the cluster).
the master will wait the regionserver to check in:
org.apache.hadoop.hbase.master.ServerManager: Waiting on regionserver(s) to 
checkin

step2:stop the master by sh command bin/hbase master stop

result:the master process will never die because catalogTracker.waitForRoot() 
method will block unitl the root region assigned.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira