Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 101 to 110 from 232 (2.928s).
Loading phrases to help you
refine your search...
Re: assignment - is master beeing a watchdog useful? - HBase - [mail # dev]
...Ideally, we don't need a watch dog.  If we open a region on a region server, the region will be opened there quickly.  If the region server dies in the middle, ServerShutdownHandle...
   Author: Jimmy Xiang, 2012-12-06, 02:57
Re: regions not balanced, CDH4.1.2 - HBase - [mail # user]
...Right, that's config.  You can turn it on and restart the cluster.  Upstream it is on by default.  However, it is turned off by default in CDH4.1.2 to be backward compatible. ...
   Author: Jimmy Xiang, 2012-12-04, 19:56
Re: regions not balanced, CDH4.1.2 - HBase - [mail # user]
...In CDH4.1.2, per table region balancing is turned off by default.  You can change the configuration to turn it on.  Thanks, Jimmy  On Tue, Dec 4, 2012 at 11:10 AM, Ted Yu &nbs...
   Author: Jimmy Xiang, 2012-12-04, 19:23
[HBASE-7261] batchMutate/put release the same lock twice - HBase - [issue]
...Put uses batchMutate to do the actual work.  Put calls startRegionOperation/closeRegionOperation.  BatchMutate does the same.  If the same thread already holds the lock, lock ...
http://issues.apache.org/jira/browse/HBASE-7261    Author: Jimmy Xiang, 2012-12-04, 01:01
[HBASE-7080] TestHFileOutputFormat.testColumnFamilyCompression failing due to UnsatisfiedLinkError - HBase - [issue]
...Due to HADOOP-8756, this test failsjava.lang.UnsatisfiedLinkError: org.apache.hadoop.util.NativeCodeLoader.buildSupportsSnappy()Z at org.apache.hadoop.util.NativeCodeLoader.buildSupportsSnap...
http://issues.apache.org/jira/browse/HBASE-7080    Author: Jimmy Xiang, 2012-11-17, 00:16
[HBASE-7113] TestGzipFilter is flaky with jdk1.7 - HBase - [issue]
...Failed tests:   testScannerResultCodes(org.apache.hadoop.hbase.rest.TestGzipFilter): expected:<204> but was:<200>...
http://issues.apache.org/jira/browse/HBASE-7113    Author: Jimmy Xiang, 2012-11-16, 00:28
Re: [DISCUSS] Backport JDK7 fixes to 0.94? - HBase - [mail # dev]
...That's what I know:  HBASE-6182 (HBASE-6181, HBASE-6202, HBASE-6206) HBASE-7130 (a little trick, need to ignore the pb related stuff) HBASE-7113 HBASE-6915 HBASE-6917 HBASE-6921 HBASE-6...
   Author: Jimmy Xiang, 2012-11-16, 00:23
Re: [DISCUSS] Backport JDK7 fixes to 0.94? - HBase - [mail # dev]
...+1  On Thu, Nov 15, 2012 at 2:41 PM, lars hofhansl  wrote:...
   Author: Jimmy Xiang, 2012-11-15, 23:09
Re: Build failed in Jenkins: HBase-0.94 #589 - HBase - [mail # dev]
...I agree. +1  We can keep a list of flaky tests so that we can fix them later on.  Thanks, Jimmy  On Wed, Nov 14, 2012 at 11:55 AM, lars hofhansl  wrote:...
   Author: Jimmy Xiang, 2012-11-14, 20:12
[HBASE-7152] testShouldCheckMasterFailOverWhenMETAIsInOpenedState times out occasionally - HBase - [issue]
...java.lang.Exception: test timed out after 180000 milliseconds at java.lang.Throwable.fillInStackTrace(Native Method) at java.lang.Throwable.<init>(Throwable.java:181) at org.apache.log...
http://issues.apache.org/jira/browse/HBASE-7152    Author: Jimmy Xiang, 2012-11-14, 04:16
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 (53)
last 6 months (104)
last 9 months (232)
author
Stack (3754)
Ted Yu (2472)
Jean-Daniel Cryans (2276)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (679)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (416)
Gary Helmling (290)
Jimmy Xiang