Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 233 (0.372s).
Loading phrases to help you
refine your search...
[HBASE-8420] Port  HBASE-6874  Implement prefetching for scanners from 0.89-fb - HBase - [issue]
...This should help scanner performance.  We should have it in trunk....
http://issues.apache.org/jira/browse/HBASE-8420    Author: Jimmy Xiang, 2013-05-24, 20:04
[HBASE-8606] Meta scanner is not closed - HBase - [issue]
...In my meta region server log file, I see lots of error messages complaining about meta region scanner lease expired....
http://issues.apache.org/jira/browse/HBASE-8606    Author: Jimmy Xiang, 2013-05-24, 12:28
[HBASE-7516] Make compaction policy pluggable - HBase - [issue]
...Currently, the compaction selection is pluggable. It will be great to make the compaction algorithm pluggable too so that we can implement and play with other compaction algorithms....
http://issues.apache.org/jira/browse/HBASE-7516    Author: Jimmy Xiang, 2013-05-23, 04:23
[HBASE-8545] Meta stuck in transition when it is assigned to a just restarted dead region sever - HBase - [issue]
...Support the meta region server is down, and the SSH tries to re-assign it.  This could happen:1. AM plans to assign meta to a region server (R_old);2. Now R_old is dead, the new region ...
http://issues.apache.org/jira/browse/HBASE-8545    Author: Jimmy Xiang, 2013-05-22, 08:42
[HBASE-8537] Dead region server pulled in from ZK - HBase - [issue]
...When a cluster restarts quickly after it's crashed, although a new region server is reported in, the master still pulls in the dead region server from the zk.2013-05-12 18:32:52,996 INFO &nb...
http://issues.apache.org/jira/browse/HBASE-8537    Author: Jimmy Xiang, 2013-05-15, 04:54
[HBASE-8437] Clean up tmp coprocessor jars - HBase - [issue]
...Users reported that some tmp coprocessor jars are not cleaned up properly, which ends up /tmp folder is flooded.When a HBase server starts up, we should do some clean up to make sure tmp jar...
http://issues.apache.org/jira/browse/HBASE-8437    Author: Jimmy Xiang, 2013-05-10, 05:01
[HBASE-8511] ProtobufLogReader can't read log entry - HBase - [issue]
...The log entry written by ProtobufLogWriter can't be read out by the ProrobufLogReader.  Something is missing here:2013-05-08 11:28:25,391 WARN org.apache.hadoop.hbase.regionserver.Split...
http://issues.apache.org/jira/browse/HBASE-8511    Author: Jimmy Xiang, 2013-05-09, 00:07
Re: HLogSplit error with hadoop-2.0.3-alpha and hbase trunk - HBase - [mail # dev]
...I got the same error today and filed HBASE-8511.  The log splitting is stuck there for a while no matter how many retries.  Thanks, Jimmy   On Wed, May 8, 2013 at 12:17 PM, An...
   Author: Jimmy Xiang, 2013-05-08, 19:46
[HBASE-8485] Retry to open a HLog on more exceptions - HBase - [issue]
...Currently we only retry to open a HLog file in case "Cannot obtain block length" (HBASE-8314). We can retry also in case "Could not obtain the last block locations.",  "Blocklist for " ...
http://issues.apache.org/jira/browse/HBASE-8485    Author: Jimmy Xiang, 2013-05-07, 15:54
[HBASE-8314] HLogSplitter can retry to open a 0-length hlog file - HBase - [issue]
...In case a HLog file is of size 0, and it is under recovery, HLogSplitter will fail to open it since it can get the file length, therefore, master can't start.java.io.IOException: Cannot obta...
http://issues.apache.org/jira/browse/HBASE-8314    Author: Jimmy Xiang, 2013-05-03, 03:10
Sort:
project
HBase (233)
Zookeeper (5)
Hadoop (1)
type
issue (135)
mail # dev (67)
mail # user (31)
date
last 7 days (3)
last 30 days (13)
last 90 days (53)
last 6 months (104)
last 9 months (232)
author
Stack (3755)
Ted Yu (2474)
Jean-Daniel Cryans (2280)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (681)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (417)
Gary Helmling (290)
Jimmy Xiang