Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 151 to 160 from 232 (0.059s).
Loading phrases to help you
refine your search...
[HBASE-6484] Make AssignmentManger#enablingTables and disablintTables local variables - HBase - [issue]
...Those enablingTables and disablingTables, are used only during the startup time. They should be some local variables. We can load them from ZKTable at the beginning instead of handling them ...
http://issues.apache.org/jira/browse/HBASE-6484    Author: Jimmy Xiang, 2012-08-16, 05:26
[HBASE-6483] Fully enable ServerShutdownHandler after master joins the cluster - HBase - [issue]
...Once ROOT and META are assigned, ServerShutdownHandler is enabled. So that we can handle meta/root region server failure before joinCluster is completed. However, we can hold ServerShutdownH...
http://issues.apache.org/jira/browse/HBASE-6483    Author: Jimmy Xiang, 2012-08-16, 05:26
[HBASE-6482] In AssignmentManager failover mode, use ServerShutdownHandler to handle dead regions - HBase - [issue]
...In AssignmentManager failover mode, a special failoverProcessedRegions map is used to manage regions in transition. It complicates the code. Should we use ServerShutdownHander to process tho...
http://issues.apache.org/jira/browse/HBASE-6482    Author: Jimmy Xiang, 2012-08-16, 05:25
Re: [jira] [Commented] (HBASE-5728) Methods Missing in HTableInterface - HBase - [mail # dev]
...getConnection is also deprecated.  On Fri, Aug 10, 2012 at 3:46 PM, Jimmy Xiang  wrote:...
   Author: Jimmy Xiang, 2012-08-10, 23:03
Fwd: [jira] [Commented] (HBASE-5728) Methods Missing in HTableInterface - HBase - [mail # dev]
...Hi Bing,  Are you working on this issue?  Based on comments, at least the following methods should be added to HTableInterface:    public HConnection getConnection(); &nb...
   Author: Jimmy Xiang, 2012-08-10, 22:46
Re: Use of required keyword in protobuf messages - HBase - [mail # dev]
...Hi Chris,  At first, I agree. If a field is not absolutely required, we should make it optional.  However, some fields may be required.  For example, to open a region, you nee...
   Author: Jimmy Xiang, 2012-08-06, 22:54
[HBASE-6384] hbck should group together those sidelined regions need to be bulk loaded later - HBase - [issue]
...Currently, hbck sidelines some regions to break big overlap groups to avoid possible compaction and region split.  These sidelined regions should bebulk loaded back later.  Informa...
http://issues.apache.org/jira/browse/HBASE-6384    Author: Jimmy Xiang, 2012-08-05, 00:51
[HBASE-6392] UnknownRegionException blocks hbck from sideline big overlap regions - HBase - [issue]
...Before sidelining a big overlap region, hbck tries to close it and offline it at first.  However, sometimes, it throws NotServingRegion or UnknownRegionException.It could be because the...
http://issues.apache.org/jira/browse/HBASE-6392    Author: Jimmy Xiang, 2012-08-05, 00:51
[HBASE-6397] [hbck] print out bulk load commands for sidelined regions if necessary - HBase - [issue]
...It's better to print out in the log the command line to bulk load back sidelined regions, if any.Separate it out from HBASE-6392 since it is a different issue....
http://issues.apache.org/jira/browse/HBASE-6397    Author: Jimmy Xiang, 2012-08-05, 00:51
[HBASE-6420] Gracefully shutdown logsyncer - HBase - [issue]
...Currently, in closing a HLog, logSyncerThread is interrupted. logSyncer could be in the middle to sync the writer.  We should avoid interrupting the sync....
http://issues.apache.org/jira/browse/HBASE-6420    Author: Jimmy Xiang, 2012-08-05, 00:51
Sort:
project
HBase (232)
Zookeeper (5)
Hadoop (1)
type
issue (134)
mail # dev (67)
mail # user (31)
date
last 7 days (3)
last 30 days (13)
last 90 days (52)
last 6 months (104)
last 9 months (232)
author
Stack (3750)
Ted Yu (2466)
Jean-Daniel Cryans (2266)
Andrew Purtell (1454)
lars hofhansl (977)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (570)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (413)
Gary Helmling (290)
Jimmy Xiang