Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 176 (0.079s).
Loading phrases to help you
refine your search...
Re: HLogSplit error with hadoop-2.0.3-alpha and hbase trunk - HBase - [mail # dev]
...589824 is divisible by 4096, default buffer size. Que groundless suspicions. However this doesn't explain why sequencefile has no such problems. Do you have any more numbers with this? I am ...
   Author: Sergey Shelukhin, 2013-05-08, 18:37
Re: HLogSplit error with hadoop-2.0.3-alpha and hbase trunk - HBase - [mail # dev]
...if (length != intBytes.length) throw new IOException("Failed read of int length " + length); The length is from read call. This looks pretty suspicious, if the stream is not EOF why would it...
   Author: Sergey Shelukhin, 2013-05-08, 18:18
[HBASE-8272] make compaction checker frequency configurable per table/cf - HBase - [issue]
...Makes the compaction checker frequency configurable per table/cf; that is useful for compaction schemes where many compactions can be available at any time, so the default checks/requests th...
http://issues.apache.org/jira/browse/HBASE-8272    Author: Sergey Shelukhin, 2013-05-08, 06:31
[HBASE-8430] Cell decoder/scanner/etc. should not hide exceptions - HBase - [issue]
...Cell scanner, base decoder, etc., hide IOException inside runtime exception. This can lead to unexpected behavior because a lot of code only expects IOException. There's no logical justifica...
http://issues.apache.org/jira/browse/HBASE-8430    Author: Sergey Shelukhin, 2013-05-07, 15:54
[HBASE-7539] when region is closed, the closing server should null out location in meta in process - HBase - [issue]
...No point in having stale META record when the server that put it has already closed the region....
http://issues.apache.org/jira/browse/HBASE-7539    Author: Sergey Shelukhin, 2013-05-07, 06:45
[HBASE-7831] lightweight way to make RS commit suicide (internally, from code) - HBase - [issue]
...There are times in the life of many a region server when it realizes that it cannot go on any longer in the hostile, inhospitable environment. Or it might realize that there's something inhe...
http://issues.apache.org/jira/browse/HBASE-7831    Author: Sergey Shelukhin, 2013-05-07, 02:52
[HBASE-8499] Cell BaseDecoder may be using inputstream incorrectly - HBase - [issue]
...    if (this.in.available() <= 0) {      this.hasNext = false;      return this.hasNext;    }Javadoc for available:Re...
http://issues.apache.org/jira/browse/HBASE-8499    Author: Sergey Shelukhin, 2013-05-06, 23:50
Re: HLogSplit error with hadoop-2.0.3-alpha and hbase trunk - HBase - [mail # dev]
...Please take a look at the patch in HBASE-8498... this should make it possible to get more details.  On Mon, May 6, 2013 at 11:36 AM, Sergey Shelukhin wrote:  ...
   Author: Sergey Shelukhin, 2013-05-06, 23:11
Re: Build failed in Jenkins: HBase-TRUNK-Hadoop-2 #219 - HBase - [mail # dev]
...These seem to hang in batches.  On Mon, May 6, 2013 at 2:20 PM, Jonathan Hsieh  wrote:  ...
   Author: Sergey Shelukhin, 2013-05-06, 22:01
Re: HLogSplit error with hadoop-2.0.3-alpha and hbase trunk - HBase - [mail # dev]
...1) Is there a cause- stack? 2) Can you ascertain if WAL is truncated at that place? Exception type might have changed/exception might have expanded between Hadoop 1 and 2; WAL replay should ...
   Author: Sergey Shelukhin, 2013-05-06, 18:36
Sort:
project
HBase (176)
type
issue (120)
mail # dev (42)
mail # user (14)
date
last 7 days (9)
last 30 days (42)
last 90 days (111)
last 6 months (163)
last 9 months (176)
author
Stack (3754)
Ted Yu (2471)
Jean-Daniel Cryans (2272)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (679)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Sergey Shelukhin