Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 13 (0.366s).
Loading phrases to help you
refine your search...
[HBASE-8500] RollingRestart utility at regionserver level - HBase - [issue]
...With the option of blacklisting a region server from getting assigned new regions by the master, we need to have a utility which encapsulates this and uses it for rolling restart of a hbase ...
http://issues.apache.org/jira/browse/HBASE-8500    Author: Rishit Shroff, 2013-05-07, 18:30
[HBASE-8467] [89-fb] Add an option to blacklist a region server - HBase - [issue]
...Add an API to blacklist a region server. The master should not assign any new regions to the blacklisted region server. This will help in Rolling Restart of HBase, where one can blacklist a ...
http://issues.apache.org/jira/browse/HBASE-8467    Author: Rishit Shroff, 2013-04-30, 18:29
[HBASE-8249] [89-fb] Add more context per operation at HTable level - HBase - [issue]
...Provide a Context object for all the HBase API call, which contains the Row, CF, Region, RegionServer, RetryNumbers and LastPotentialExceptions...
http://issues.apache.org/jira/browse/HBASE-8249    Author: Rishit Shroff, 2013-04-25, 19:10
[HBASE-8371] [89-fb] Remove the thrift dependency in RegionException - HBase - [issue]
...RegionException was derived from IOError to capture the backoff timeout,information required by the thrift clients to reduce the load on theoverloaded region servers. The exception was deriv...
http://issues.apache.org/jira/browse/HBASE-8371    Author: Rishit Shroff, 2013-04-18, 00:14
[HBASE-8223] [89-FB] Fix race condition between append/sync and HLog.close() work flow. - HBase - [issue]
...The RegionServer was performing a shutdown as it got YouAreDeadException. It closed the HLog and was waiting to close all the regions where it got stuck.The reason region close is stuck beca...
http://issues.apache.org/jira/browse/HBASE-8223    Author: Rishit Shroff, 2013-03-29, 19:19
[HBASE-8111] Avoid un necessary dns lookup during the load of master web ui - HBase - [issue]
...Instead of getting the address and then the hostName from the HServerInfo object, directly use the hostName() api....
http://issues.apache.org/jira/browse/HBASE-8111    Author: Rishit Shroff, 2013-03-14, 22:05
[HBASE-8083] [89-fb] Expose more detailed info through the RetryExhausedException in HBaseClient - HBase - [issue]
...Currently, HBaseClient would throw retry_exhausted_exception to the client, which is not very informative to debug the reliability issues. So the plan is the HBaseClient could expose more de...
http://issues.apache.org/jira/browse/HBASE-8083    Author: Rishit Shroff, 2013-03-13, 02:59
[HBASE-7903] [89-fb] Add the large rows/prefetching option to hadoop hbase streaming - HBase - [issue]
...Need to add configuration support for large rows/ scan prefetching for the hadoop hbase streaming. Modifications are in the TableInputFormat...
http://issues.apache.org/jira/browse/HBASE-7903    Author: Rishit Shroff, 2013-02-22, 03:37
[HBASE-7737] [89-fb] Force to generate the hostAddress:port as stringValue in HServerAddress - HBase - [issue]
...There is a serious bug in HServerAddress, who depends on the stringValue [class variable] for comparison. This variable is supposed to be host_ip_address:port. However, there is one ...
http://issues.apache.org/jira/browse/HBASE-7737    Author: Rishit Shroff, 2013-02-01, 19:24
[HBASE-7732] [89-fb] Make HFileWriter use the bytesPerChecksum obtained from config - HBase - [issue]
...we found a bug in the latest HBase code which "hfile.io.bytes.per.checksum" does not take effect. Because we have never call HFile.getBytesPerChecksum()  when creating a HFile.Fix this ...
http://issues.apache.org/jira/browse/HBASE-7732    Author: Rishit Shroff, 2013-02-01, 04:58
Sort:
project
HBase (13)
type
issue (13)
date
last 7 days (0)
last 30 days (3)
last 90 days (8)
last 6 months (13)
last 9 months (13)
author
Stack (3750)
Ted Yu (2467)
Jean-Daniel Cryans (2270)
Andrew Purtell (1454)
lars hofhansl (980)
Ryan Rawson (862)
Jean-Marc Spaggiari (676)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Rishit Shroff