Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 71 to 80 from 91 (3.087s).
Loading phrases to help you
refine your search...
[HBASE-6038] Add getClusterStatus PB-based call to HMasterInterface - HBase - [issue]
...This should be a subtask of HBASE-5445, but since that is a subtask, I can't also make this a subtask (apparently).public ClusterStatus getClusterStatus();...
http://issues.apache.org/jira/browse/HBASE-6038    Author: Gregory Chanan, 2012-06-06, 11:16
Re: Welcome our newest committer, Jimmy Xiang - HBase - [mail # dev]
...Great job, Jimmy!  Greg  On Sun, Jun 3, 2012 at 4:02 PM, Jonathan Hsieh  wrote:  ...
   Author: Gregory Chanan, 2012-06-04, 00:47
[HBASE-5936] Add Column-level PB-based calls to HMasterInterface - HBase - [issue]
...This should be a subtask of HBASE-5445, but since that is a subtask, I can't also make this a subtask (apparently).This is for converting the column-level calls, i.e.:addColumndeleteColumnmo...
http://issues.apache.org/jira/browse/HBASE-5936    Author: Gregory Chanan, 2012-06-02, 11:48
[HBASE-6097] TestHRegion.testBatchPut is flaky on 0.92 - HBase - [issue]
...If I run this test in a loop, I get failures like the following:Error Message:expected:<1> but was:<2>Stack Trace:junit.framework.AssertionFailedError: expected:<1> but was...
http://issues.apache.org/jira/browse/HBASE-6097    Author: Gregory Chanan, 2012-06-01, 08:08
[HBASE-5932] Move RegionServerStatusProtocol from ipc package to top-level - HBase - [issue]
...From Stack's comment on HBASE-5444:We can move the ipc protocol stuff to top level later... I was thinking that these classes shared by master and regionservers could be at o.a.h.h... but ca...
http://issues.apache.org/jira/browse/HBASE-5932    Author: Gregory Chanan, 2012-05-31, 00:03
[HBASE-6108] Use HRegion.closeHRegion instead of HRegion.close() and HRegion.getLog().close() - HBase - [issue]
...There are a bunch of places in the code like this:region.close();region.getLog().closeAndDelete();Instead of the better:HRegion.closeHRegion(region);We should change these for a few reasons:...
http://issues.apache.org/jira/browse/HBASE-6108    Author: Gregory Chanan, 2012-05-29, 23:56
[HBASE-6036] Add Cluster-level PB-based calls to HMasterInterface (minus file-format related calls) - HBase - [issue]
...This should be a subtask of HBASE-5445, but since that is a subtask, I can't also make this a subtask (apparently).Convert the cluster-level calls that do not touch the file-format related c...
http://issues.apache.org/jira/browse/HBASE-6036    Author: Gregory Chanan, 2012-05-29, 18:02
[HBASE-6063] Replication related failures on trunk after HBASE-5453 - HBase - [issue]
...HBASE-5453 added this line:return ClusterId.parseFrom(data).toString();in function:public static String readClusterIdZNode(ZooKeeperWatcher watcher)but this is not implemented, so you get lo...
http://issues.apache.org/jira/browse/HBASE-6063    Author: Gregory Chanan, 2012-05-26, 00:06
[HBASE-5935] Add Region-level PB-based calls to HMasterInterface - HBase - [issue]
...This should be a subtask of HBASE-5445, but since that is a subtask, I can't also make this a subtask (apparently).This is for converting the region-level calls, i.e.:moveRegionassignRegionu...
http://issues.apache.org/jira/browse/HBASE-5935    Author: Gregory Chanan, 2012-05-17, 11:49
[HBASE-6024] Add state of load balancer to cluster status - HBase - [issue]
...There currently does not seem to be anyway to see if the load balancer is actually running or not.  synchronousBalanceSwitch and balanceSwitch will return the state, but require possibl...
http://issues.apache.org/jira/browse/HBASE-6024    Author: Gregory Chanan, 2012-05-16, 22:47
Sort:
project
HBase (91)
HDFS (2)
Zookeeper (1)
type
issue (66)
mail # dev (25)
date
last 7 days (0)
last 30 days (1)
last 90 days (5)
last 6 months (18)
last 9 months (91)
author
Stack (3750)
Ted Yu (2467)
Jean-Daniel Cryans (2270)
Andrew Purtell (1454)
lars hofhansl (980)
Ryan Rawson (862)
Jean-Marc Spaggiari (677)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Gregory Chanan