Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 14 (0.129s).
Loading phrases to help you
refine your search...
[HBASE-8491] Fixing the TestHeapSizes. - HBase - [issue]
...Accounting for the extra references added. Did an absolute count of non static variables and updated accordingly....
http://issues.apache.org/jira/browse/HBASE-8491    Author: Manukranth Kolloju, 2013-05-03, 22:03
[HBASE-8484] Adding diagnostic messages when the RegionServer hists an IOException in RegionServerReport - HBase - [issue]
...This diff adds instrumentation in the case when we catch IOException in regionserver report....
http://issues.apache.org/jira/browse/HBASE-8484    Author: Manukranth Kolloju, 2013-05-02, 19:28
[HBASE-8330] What is the necessity of having a private ThreadLocal in FSReaderV2 - HBase - [issue]
...I was trying to investigate the scenarios in which we perform a seek back of 24 bytes(Header size) while we do a HFileBlock read. In the process I stumbled upon this issue. In order to avoid...
http://issues.apache.org/jira/browse/HBASE-8330    Author: Manukranth Kolloju, 2013-04-13, 00:18
[HBASE-8311] Make HBaseFsck less verbose - HBase - [issue]
...Adding an option to output summaries related to each table into a file in json format. The table information would contain the following details total/online/offline (not deployed)/missing/s...
http://issues.apache.org/jira/browse/HBASE-8311    Author: Manukranth Kolloju, 2013-04-09, 22:53
[HBASE-8307] Adding a Histogram utility which captures data and creates a histogram. - HBase - [issue]
...This diff is to create a Histogram class which can be used to find the Percentile estimates of metrics in HBase. We can use this utility to calculate P99/P95 metrics of various metrics like ...
http://issues.apache.org/jira/browse/HBASE-8307    Author: Manukranth Kolloju, 2013-04-09, 21:28
[HBASE-8245] Throttle region opens - HBase - [issue]
...When a dead region server comes up, the regions that belonged to the region server are assigned to it very aggressively. This causes a increase in the get latencies over all these regions wh...
http://issues.apache.org/jira/browse/HBASE-8245    Author: Manukranth Kolloju, 2013-04-02, 21:22
[HBASE-8206] Thread safety issues with Compression.Algorithm.GZ and SNAPPY - HBase - [issue]
...The Compression.Algorithm was not completely thread safe. Hence making it thread safe. Trying to fix this the same way it was fixed in HBase trunk(HBASE-5458) with a minor change since the f...
http://issues.apache.org/jira/browse/HBASE-8206    Author: Manukranth Kolloju, 2013-03-28, 01:16
[HBASE-8185] Feature to enable Client Side Scanning(Client side merging) in HBase. - HBase - [issue]
...The motivation of this was to enable the client to be able to open the region scanner(and in turn open StoreScanners) and perform the merge on the client side. This will lower the cpu ops th...
http://issues.apache.org/jira/browse/HBASE-8185    Author: Manukranth Kolloju, 2013-03-26, 01:05
[HBASE-8194] Fixing the non deterministic failure of TestHFileOutputFormat. - HBase - [issue]
...The test creates regions in the meta region and waits for the master to allot them to regionservers. When the favored nodes were set, the timout was not completely reliable to say that they ...
http://issues.apache.org/jira/browse/HBASE-8194    Author: Manukranth Kolloju, 2013-03-26, 00:40
[HBASE-8113] Bring back the seek+read functionality to HBase - HBase - [issue]
...It was observed that the seek + read gives better performance than pread when performing relatively large scans(scan which cannot be cached). Hence bringing it back to HBase....
http://issues.apache.org/jira/browse/HBASE-8113    Author: Manukranth Kolloju, 2013-03-14, 22:28
Sort:
project
HBase (14)
Hadoop (1)
type
issue (14)
date
last 7 days (0)
last 30 days (0)
last 90 days (9)
last 6 months (13)
last 9 months (14)
author
Stack (3791)
Ted Yu (2547)
Jean-Daniel Cryans (2293)
Andrew Purtell (1470)
lars hofhansl (1002)
Ryan Rawson (862)
Jean-Marc Spaggiari (703)
Todd Lipcon (673)
Doug Meil (573)
Jonathan Gray (516)
Jonathan Hsieh (515)
Michael Segel (485)
stack (440)
Lars George (439)
Gary Helmling (292)
Manukranth Kolloju