Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 15 (0.449s).
Loading phrases to help you
refine your search...
[HBASE-5860] splitlogmanager should not unnecessarily resubmit tasks when zk unavailable - HBase - [issue]
...(Doesn't really impact the run time or correctness of log splitting)say the master has lost connection to zk. splitlogmanager's timeoutmanager will realize that all the tasks that were submi...
http://issues.apache.org/jira/browse/HBASE-5860    Author: Prakash Khemani, 2013-05-04, 00:31
[HBASE-3395] StoreScanner not being closed? - HBase - [issue]
...In StoreScanner::next(List<KeyValue> outResult, int limit)        case SEEK_NEXT_ROW:          // This is just a relatively simpl...
http://issues.apache.org/jira/browse/HBASE-3395    Author: Prakash Khemani, 2013-04-15, 23:30
[HBASE-3585] isLegalFamilyName() can throw ArrayOutOfBoundException - HBase - [issue]
...org.apache.hadoop.hbase.HColumnDescriptor.isLegalFamilyName(byte[]) accesses byte[0] w/o first checking the array length....
http://issues.apache.org/jira/browse/HBASE-3585    Author: Prakash Khemani, 2013-02-26, 07:11
[HBASE-3444] Test to prove Bytes.toBytesBinary and Bytes.toStringBinary()  is reversible - HBase - [issue]
...Bytes.toStringBinary() doesn't escape \.Otherwise the transformation isn't reversiblebyte[] a = {'\', 'x' , '0', '0'}Bytes.toBytesBinary(Bytes.toStringBinary(a)) won't be equal to a...
http://issues.apache.org/jira/browse/HBASE-3444    Author: Prakash Khemani, 2012-10-13, 00:38
[HBASE-3828] region server stuck in waitOnAllRegionsToClose - HBase - [issue]
http://issues.apache.org/jira/browse/HBASE-3828    Author: Prakash Khemani, 2012-09-07, 04:50
[HBASE-3814] force regionserver to halt - HBase - [issue]
...Once abort() on a regionserver is called we should have a timeout thread that does Runtime.halt() if the rs gets stuck somewhere during abort processing.===Pumahbase132 has following the log...
http://issues.apache.org/jira/browse/HBASE-3814    Author: Prakash Khemani, 2012-09-07, 04:42
[HBASE-5347] GC free memory management in Level-1 Block Cache - HBase - [issue]
...On eviction of a block from the block-cache, instead of waiting for the garbage collecter to reuse its memory, reuse the block right away.This will require us to keep reference counts on the...
http://issues.apache.org/jira/browse/HBASE-5347    Author: Prakash Khemani, 2012-08-29, 15:50
[HBASE-5326] splitlogmanager zk async handlers after shutdown - HBase - [issue]
...The zk async handlers in SpltLogManager should ignore all callbacks after SplitLogManager has shutdown. Will make the test logs less noisy....
http://issues.apache.org/jira/browse/HBASE-5326    Author: Prakash Khemani, 2012-08-22, 21:28
[HBASE-4987] wrong use of incarnation var in SplitLogManager - HBase - [issue]
...@Ramakrishna found and analyzed an issue in SplitLogManager. But I don't think that the fix is correct. Will upload a patch shortly....
http://issues.apache.org/jira/browse/HBASE-4987    Author: Prakash Khemani, 2012-05-10, 18:12
[HBASE-5618] SplitLogManager - prevent unnecessary attempts to resubmits - HBase - [issue]
...Currently once a watch fires that the task node has been updated (hearbeated) by the worker, the splitlogmanager still quite some time before it updates the "last heard from" time. This is b...
http://issues.apache.org/jira/browse/HBASE-5618    Author: Prakash Khemani, 2012-04-23, 11:00
Sort:
project
HBase (15)
type
issue (15)
date
last 7 days (0)
last 30 days (0)
last 90 days (2)
last 6 months (3)
last 9 months (15)
author
Stack (3790)
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)
Prakash Khemani