| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
52 (3.083s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-6981] multiple commit logs per region server - HBase - [issue]
|
|
...For write dominated workloads, the fact that we have only 1 commit log per server artificially limits the aggregate throughput to that of one disk (this is especially true if we do tru...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6981
Author: Kannan Muthukkaruppan,
2012-11-07, 17:51
|
|
|
[HBASE-2861] regionserver's logsyncer thread hangs on DFSClient$DFSOutputStream.waitForAckedSeqno - HBase - [issue]
|
|
...During loads into HBase, we are noticing that a RS is sometimes getting stuck.The logSyncer thread:at org.apache.hadoop.hdfs.DFSClient$DFSOutputStream.waitForAckedSeqno(DFSClient.java:3367)&...
|
|
|
http://issues.apache.org/jira/browse/HBASE-2861
Author: Kannan Muthukkaruppan,
2012-11-03, 00:16
|
|
|
[HBASE-6728] [89-fb] prevent OOM possibility due to per connection responseQueue being unbounded - HBase - [issue]
|
|
...The per connection responseQueue is an unbounded queue. The request handler threads today try to send the response in line, but if things start to backup, the response is sent via a per conn...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6728
Author: Kannan Muthukkaruppan,
2012-10-24, 19:06
|
|
|
[HBASE-6727] [89-fb] allow HBaseServers's callqueue to be better configurable to avoid OOMs - HBase - [issue]
|
|
...The callQueue size (where requests get queued up if all handlers are busy) is a LinkedBlockingQueue of size 100 * number_of_handlers. So, with say 300 handler threads, the call queue can hav...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6727
Author: Kannan Muthukkaruppan,
2012-10-21, 01:01
|
|
|
[HBASE-5104] Provide a reliable intra-row pagination mechanism - HBase - [issue]
|
|
...Addendum:Doing pagination (retrieving at most "limit" number of KVs at a particular "offset") is currently supported via the ColumnPaginationFilter. However, it is not a very clean way of su...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5104
Author: Kannan Muthukkaruppan,
2012-10-04, 22:52
|
|
|
[HBASE-6216] per-request tagging - HBase - [issue]
|
|
...Allow applications to tag individual RPC requests so that metrics exposed by HBase can automatically be collected/aggregated by those tags. This'll be useful for problem diagnosis across var...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6216
Author: Kannan Muthukkaruppan,
2012-08-29, 06:03
|
|
|
[HBASE-6215] per-request profiling - HBase - [issue]
|
|
...Add ability to get HBase metrics back from an individual request. Apps can use this to track fine-grained metrics (such as server-side latency, block cache access/hit count; sync latency; ap...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6215
Author: Kannan Muthukkaruppan,
2012-06-15, 22:28
|
|
|
[HBASE-5962] interop issue: RowMutations should be added at the end in HbaseObjectWriteable class - HBase - [issue]
|
|
...In HbaseObjectWriteable.java new classes should be added to the end; else, old clients will not be able to talk to new HBase servers. This is causing issues in test cluster with the followin...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5962
Author: Kannan Muthukkaruppan,
2012-05-16, 20:04
|
|
|
[HBASE-4823] long running scans lose benefit of bloomfilters and timerange hints - HBase - [issue]
|
|
...When you have a long running scan due to say an MR job, you can lose the benefit of timerange hints & bloom filters midway if your scanner gets reset. [Note: The scanners can get res...
|
|
|
http://issues.apache.org/jira/browse/HBASE-4823
Author: Kannan Muthukkaruppan,
2012-05-16, 19:55
|
|
|
[HBASE-5907] enhance HLog pretty printer to print additional useful stats - HBase - [issue]
|
|
...It would be useful for analysis purposes to enhance the HLog pretty printer to optionally print a bunch of additional stats such as:1) # of txns2) # of KVs updated3) avg size of txns4) avg s...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5907
Author: Kannan Muthukkaruppan,
2012-05-05, 05:01
|
|
|
|