Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 50 from 62 (0.184s).
Loading phrases to help you
refine your search...
[HBASE-6838] Regionserver may generate identical scanner name - HBase - [issue]
...In current implementation of HRegionserver#addScanner, it may generate same scanner name, thus make scanner confusion....
http://issues.apache.org/jira/browse/HBASE-6838    Author: chunhui shen, 2012-09-20, 00:40
[HBASE-6399] MetricsContext should be different between RegionServerMetrics and RegionServerDynamicMetrics - HBase - [issue]
...In hadoop-metrics.properties, GangliaContext is optional metrics context, I think we will use ganglia to monitor hbase cluster generally.However, I find a serious problem:RegionServerDynamic...
http://issues.apache.org/jira/browse/HBASE-6399    Author: chunhui shen, 2012-09-07, 19:45
[HBASE-6587] Region would be assigned twice in the case of all RS offline - HBase - [issue]
...In the TimeoutMonitor, we would act on time out for the regions if (this.allRegionServersOffline && !noRSAvailable)The code is as the following:if (regionState.getStamp() + timeout &...
http://issues.apache.org/jira/browse/HBASE-6587    Author: chunhui shen, 2012-09-05, 01:57
[HBASE-4988] MetaServer crash cause all splitting regionserver abort - HBase - [issue]
...If metaserver crash now,All the splitting regionserver will abort theirself.Becasue the codethis.journal.add(JournalEntry.PONR);MetaEditor.offlineParentInMeta(server.getCatalogTracker(),&nbs...
http://issues.apache.org/jira/browse/HBASE-4988    Author: chunhui shen, 2012-08-30, 16:55
[HBASE-5121] MajorCompaction may affect scan's correctness - HBase - [issue]
...In our test, there are two families' keyvalue for one row.But we could find a infrequent problem when doing scan's next if majorCompaction happens concurrently.In the client's two continuous...
http://issues.apache.org/jira/browse/HBASE-5121    Author: chunhui shen, 2012-07-22, 19:07
[HBASE-6311] Data error after majorCompaction caused by keeping MVCC for opened scanners - HBase - [issue]
...It is a big problem we found in 0.94, and you could reproduce the problem in Trunk using the test case I uploaded.When we do compaction, we will use region.getSmallestReadPoint() to keep MVC...
http://issues.apache.org/jira/browse/HBASE-6311    Author: chunhui shen, 2012-07-06, 20:56
[HBASE-6227] SSH and cluster startup  causes data loss - HBase - [issue]
...In AssignmentManager#processDeadServersAndRegionsInTransition, if servershutdownhandler is processing and master consider it cluster startup, master will assign all user regions, however, se...
http://issues.apache.org/jira/browse/HBASE-6227    Author: chunhui shen, 2012-06-28, 17:40
[HBASE-5918] Master will block forever at startup if root server dies between assigning root and assigning meta - HBase - [issue]
...When master is initializing, if root server died between assign root and assign meta, master will block at HMaster#assignRootAndMeta:assignmentManager.assignMeta();this.catalogTracker.waitFo...
http://issues.apache.org/jira/browse/HBASE-5918    Author: chunhui shen, 2012-06-23, 18:23
[HBASE-6204] Improvement for opening region on the regionserver - HBase - [issue]
...If one table has many regions, like 100k regions.We would find regionserver open region very slowly.Opening region in parallel on the rs will be closed to serially.The following code is the ...
http://issues.apache.org/jira/browse/HBASE-6204    Author: chunhui shen, 2012-06-13, 04:50
[HBASE-6016] ServerShutdownHandler#processDeadRegion could return false for disabling table regions - HBase - [issue]
...* @return Returns true if specified region should be assigned, false if not.   * @throws IOException   */  public static boolean processDeadRegion(HRegionInfo h...
http://issues.apache.org/jira/browse/HBASE-6016    Author: chunhui shen, 2012-06-01, 05:42
Sort:
project
HBase (62)
type
issue (62)
date
last 7 days (0)
last 30 days (4)
last 90 days (19)
last 6 months (27)
last 9 months (62)
author
Stack (3783)
Ted Yu (2547)
Jean-Daniel Cryans (2290)
Andrew Purtell (1470)
lars hofhansl (1001)
Ryan Rawson (862)
Jean-Marc Spaggiari (702)
Todd Lipcon (672)
Doug Meil (573)
Jonathan Gray (516)
Jonathan Hsieh (515)
Michael Segel (485)
Lars George (439)
stack (439)
Gary Helmling (292)
chunhui shen