Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 170 (0.071s).
Loading phrases to help you
refine your search...
[HBASE-8489] Fix HBASE-8482 on trunk - HBase - [issue]
http://issues.apache.org/jira/browse/HBASE-8489    Author: Nicolas Liochon, 2013-05-07, 09:29
[HBASE-6774] Immediate assignment of regions that don't have entries in HLog - HBase - [issue]
...The algo is today, after a failure detection: split the logs when all the logs are split, assign the regionsBut some regions can have no entries at all in the HLog. There are many reasons fo...
http://issues.apache.org/jira/browse/HBASE-6774    Author: Nicolas Liochon, 2013-05-06, 21:37
Re: Poor HBase map-reduce scan performance - HBase - [mail # user]
...You can try Yourkit, they have evaluation licenses. There is one gotcha: some classes are excluded by default, and this includes org.apache.* . So you need to change the default config when ...
   Author: Nicolas Liochon, 2013-05-02, 18:00
[HBASE-8303] Increse the test timeout to 60s when they are less than 20s - HBase - [issue]
...Short test timeouts are dangerous because: if the test is executed in the same jvm as another, GC, thread priority can play a role we don't know the machine used to execute the tests, nor wh...
http://issues.apache.org/jira/browse/HBASE-8303    Author: Nicolas Liochon, 2013-04-27, 16:55
[HBASE-8128] HTable#put improvements - HBase - [issue]
...3 points: When doing a single put, we're creating an object by calling Arrays.asList we're doing a size check every 10 put. Not doing it seems simpler, better and allows to share some code b...
http://issues.apache.org/jira/browse/HBASE-8128    Author: Nicolas Liochon, 2013-04-27, 16:55
[HBASE-6435] Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes - HBase - [issue]
...HBase writes a Write-Ahead-Log to revover from hardware failure. This log is written on hdfs.Through ZooKeeper, HBase gets informed usually in 30s that it should start the recovery process. ...
http://issues.apache.org/jira/browse/HBASE-6435    Author: Nicolas Liochon, 2013-04-26, 09:38
Re: [DISCUSS] Making hadoop 2 the default precommit for trunk ones we get green builds - HBase - [mail # dev]
...+1 as well.   On Fri, Apr 26, 2013 at 5:55 AM, Stack  wrote:  ...
   Author: Nicolas Liochon, 2013-04-26, 04:09
[HBASE-6290] Add a function a mark a server as dead and start the recovery the process - HBase - [issue]
...ZooKeeper is used a a monitoring tool: we use znode and we start the recovery process when a znode is deleted by ZK because it got a timeout. This timeout is defaulted to 90 seconds, and oft...
http://issues.apache.org/jira/browse/HBASE-6290    Author: Nicolas Liochon, 2013-04-25, 08:52
[HBASE-8380] NPE in HBaseClient$Connection.readResponse - HBase - [issue]
...Stack is:2013-04-19 09:22:45,991 WARN  [IPC Client (682317035) connection to ip-10-6-131-32.ec2.internal/10.6.131.32:60020 from root] ipc.HBaseClient (HBaseClient.java:run(664)) - IPC C...
http://issues.apache.org/jira/browse/HBASE-8380    Author: Nicolas Liochon, 2013-04-24, 19:50
[HBASE-4955] Use the official versions of surefire & junit - HBase - [issue]
...We currently use private versions for Surefire & JUnit since HBASE-4763.This JIRA traks what we need to move to official versions.Surefire 2.11 is just out, but, after some tests, it doe...
http://issues.apache.org/jira/browse/HBASE-4955    Author: Nicolas Liochon, 2013-04-23, 18:43
Sort:
project
HBase (170)
HDFS (5)
MapReduce (3)
Hadoop (1)
Zookeeper (1)
type
mail # dev (80)
mail # user (51)
issue (39)
date
last 7 days (4)
last 30 days (18)
last 90 days (91)
last 6 months (158)
last 9 months (170)
author
Stack (3759)
Ted Yu (2475)
Jean-Daniel Cryans (2281)
Andrew Purtell (1455)
lars hofhansl (989)
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 (419)
Gary Helmling (290)
Nicolas Liochon