Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 51 to 60 from 62 (0.082s).
Loading phrases to help you
refine your search...
[HBASE-5981] Change the log level from FATAL to WARN when failed syncing or appending - HBase - [issue]
...LOG.fatal("Could not append. Requesting close of hlog", e);LOG.fatal("Could not sync. Requesting close of hlog", e);Since we don't abort regionserver here, should we change the log level fro...
http://issues.apache.org/jira/browse/HBASE-5981    Author: chunhui shen, 2012-05-12, 22:15
[HBASE-5949] We needn't add splitParent region to assignment map when rebuildUserRegions - HBase - [issue]
...In current AssignmentManager#rebuildUserRegions, we will add splitParent region to assignment map.When doing balance, the splitParent region will be always in RIT because no server is carryi...
http://issues.apache.org/jira/browse/HBASE-5949    Author: chunhui shen, 2012-05-07, 08:35
[HBASE-5913] Speed up the full scan of META - HBase - [issue]
...In the master, we will do the full scan of META in some situationsfor example,1.master start up2.CatalogJanitor do the full scan per 5 mins3.ServerShutdownHandler, getServerUserRegions for d...
http://issues.apache.org/jira/browse/HBASE-5913    Author: chunhui shen, 2012-05-05, 00:58
[HBASE-5672] TestLruBlockCache#testBackgroundEvictionThread fails occasionally - HBase - [issue]
...We find TestLruBlockCache#testBackgroundEvictionThread fails occasionally.I think it's a problem of the test case.Because runEviction() only do evictionThread.evict():public void evict() {&n...
http://issues.apache.org/jira/browse/HBASE-5672    Author: chunhui shen, 2012-04-27, 05:49
[HBASE-5797] Add the active master address on the web of regionserver - HBase - [issue]
...Add the active master address on the web of regionserver, so we can easily know the master server name and jump to master web from regionserver web....
http://issues.apache.org/jira/browse/HBASE-5797    Author: chunhui shen, 2012-04-16, 03:18
[HBASE-5689] Skipping RecoveredEdits may cause data loss - HBase - [issue]
...Let's see the following scenario:1.Region is on the server A2.put KV(r1->v1) to the region3.move region from server A to server B4.put KV(r2->v2) to the region5.move region from server...
http://issues.apache.org/jira/browse/HBASE-5689    Author: chunhui shen, 2012-04-13, 18:32
[HBASE-5454] Refuse operations from Admin before master is initialized - HBase - [issue]
...In our testing environment,When master is initializing, we found conflict problems between master#assignAllUserRegions and EnableTable event, causing assigning region throw exception so that...
http://issues.apache.org/jira/browse/HBASE-5454    Author: chunhui shen, 2012-04-13, 09:32
[HBASE-5563] HRegionInfo#compareTo should compare regionId as well - HBase - [issue]
...In the one region multi assigned case,  we could find that two regions have the same table name, same startKey, same endKey, and different regionId, so these two regions are same in Tre...
http://issues.apache.org/jira/browse/HBASE-5563    Author: chunhui shen, 2012-03-26, 17:45
[HBASE-5568] Multi concurrent flushcache() for one region could cause data loss - HBase - [issue]
...We could call HRegion#flushcache() concurrently now through HRegionServer#splitRegion or HRegionServer#flushRegion by HBaseAdmin.However, we find if HRegion#internalFlushcache() is called co...
http://issues.apache.org/jira/browse/HBASE-5568    Author: chunhui shen, 2012-03-19, 22:23
[HBASE-5571] Table will be disabling forever - HBase - [issue]
...If we restart master when it is disabling one table, the table will be disabling forever.In current logic, Region CLOSE RPC will always returned NotServingRegionException because RS has alre...
http://issues.apache.org/jira/browse/HBASE-5571    Author: chunhui shen, 2012-03-16, 05:07
Sort:
project
HBase (62)
type
issue (62)
date
last 7 days (3)
last 30 days (9)
last 90 days (21)
last 6 months (26)
last 9 months (62)
author
Stack (3756)
Ted Yu (2475)
Jean-Daniel Cryans (2281)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (681)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (417)
Gary Helmling (290)
chunhui shen