Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 91 to 100 from 233 (0.047s).
Loading phrases to help you
refine your search...
Re: Re: always assinging root - HBase - [mail # user]
...That regionserver is stopping?  If not, you may need to restart it.  2012-12-07 13:18:53,947 DEBUG org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler: Processing open o...
   Author: Jimmy Xiang, 2012-12-07, 18:24
thrift vs thrift2 - HBase - [mail # dev]
...Since 0.96 is a singularity, is it a time to deprecate thrift finally?  Or we can use thrift2 by default, and keep thrift around more?  What's the pros and cons to switch to thrift...
   Author: Jimmy Xiang, 2012-12-06, 23:24
Re: Does HBase combine multiple Puts against the same region server? - HBase - [mail # user]
...This has been built in hbase for quite some time, no application change.  On Thu, Dec 6, 2012 at 11:08 AM, yun peng  wrote:...
   Author: Jimmy Xiang, 2012-12-06, 19:17
Re: assignment - is master beeing a watchdog useful? - HBase - [mail # dev]
...On Thu, Dec 6, 2012 at 10:44 AM, Stack  wrote:  Currently, the rs seems to not have a watcher on the znode. It could use a watcher of course.   OK....
   Author: Jimmy Xiang, 2012-12-06, 18:55
Re: Is Put() operation a synchronous call on server side? - HBase - [mail # user]
...For a single put, yes, there is some overhead.  There is a jira to remove the overhead: HBASE-6739, which is still open.  Thanks, Jimmy  On Thu, Dec 6, 2012 at 10:32 AM, yun p...
   Author: Jimmy Xiang, 2012-12-06, 18:45
Re: Does HBase combine multiple Puts against the same region server? - HBase - [mail # user]
...If auto flush is off, multiple puts could be combined into a batch and send to the region server in one RPC call if they are for the same region server.  Thanks, Jimmy  On Thu, Dec...
   Author: Jimmy Xiang, 2012-12-06, 18:42
Re: assignment - is master beeing a watchdog useful? - HBase - [mail # dev]
...The master sending a close on a region that is opening will result in cancelling the open.  As to the TM, it is really for exceptional case.  In normal scenario, we don't need it. ...
   Author: Jimmy Xiang, 2012-12-06, 18:39
Re: assignment - is master beeing a watchdog useful? - HBase - [mail # dev]
...We can't make the assignment znode ephemeral.  It is used to track region assignments, and recovery.  For example, if a region is moving from rs A to rs B, while it is opening on B...
   Author: Jimmy Xiang, 2012-12-06, 18:35
Re: assignment - is master beeing a watchdog useful? - HBase - [mail # dev]
...Currently, rs doesn't watch the znode.  RS cancels ongoing open after master tells it so.  Jimmy  On Wed, Dec 5, 2012 at 7:53 PM, Stack  wrote:...
   Author: Jimmy Xiang, 2012-12-06, 17:26
[HBASE-7277] Thrift default JMX port should be 10103 instead of 8093 - HBase - [issue]
...HBASE-5879 set Thrift JMX port to 8093.  In conf/hbase-env.sh, the default one is 10103...
http://issues.apache.org/jira/browse/HBASE-7277    Author: Jimmy Xiang, 2012-12-06, 03:37
Sort:
project
HBase (233)
Zookeeper (5)
Hadoop (1)
type
issue (135)
mail # dev (67)
mail # user (31)
date
last 7 days (4)
last 30 days (14)
last 90 days (54)
last 6 months (105)
last 9 months (233)
author
Stack (3757)
Ted Yu (2475)
Jean-Daniel Cryans (2281)
Andrew Purtell (1455)
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)
Jimmy Xiang