Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 61 to 70 from 170 (0.068s).
Loading phrases to help you
refine your search...
[HBASE-5549] Master can fail if ZooKeeper session expires - HBase - [issue]
...There is a retry mechanism in RecoverableZooKeeper, but when the session expires, the whole ZooKeeperWatcher is recreated, hence the retry mechanism does not work in this case. This is why a...
http://issues.apache.org/jira/browse/HBASE-5549    Author: Nicolas Liochon, 2013-04-07, 05:34
Re: trunk vs. precommit dev env - HBase - [mail # dev]
...Jenkins has been down for 15 hours now, so I can't change the configuration... If nobody objects, I will:  - set all the builds to hadoop* and jdk 1.6  - in parallel do a few tries...
   Author: Nicolas Liochon, 2013-04-06, 11:38
[HBASE-5924] In the client code, don't wait for all the requests to be executed before resubmitting a request in error. - HBase - [issue]
...The client (in the function HConnectionManager#processBatchCallback) works in two steps: make the requests collect the failures and successes and prepare for retryIt means that when there is...
http://issues.apache.org/jira/browse/HBASE-5924    Author: Nicolas Liochon, 2013-04-06, 08:06
[HBASE-7443] More findbugs fixes - HBase - [issue]
...It   adds the dependency to findbugs for the annotations. It's a compile only dependency. License is LGPL. suppresses a few not critical warnings fixes a few othersLocally, I'm now at ...
http://issues.apache.org/jira/browse/HBASE-7443    Author: Nicolas Liochon, 2013-04-06, 08:06
[HBASE-5844] Delete the region servers znode after a regions server crash - HBase - [issue]
...today, if the regions server crashes, its znode is not deleted in ZooKeeper. So the recovery process will stop only after a timeout, usually 30s.By deleting the znode in start script, we rem...
http://issues.apache.org/jira/browse/HBASE-5844    Author: Nicolas Liochon, 2013-04-06, 08:06
[HBASE-7756] Strange code in ServerCallable#shouldRetry - HBase - [issue]
...This code is strange.If you configure a different value for HBASE_CLIENT_OPERATION_TIMEOUT, you can have only one socket timeout (whatever your setting for the socket timeout). If not, the f...
http://issues.apache.org/jira/browse/HBASE-7756    Author: Nicolas Liochon, 2013-04-06, 06:25
Re: trunk vs. precommit dev env - HBase - [mail # dev]
...-Dsurefire. secondPartThreadCount=2 will make it so only two // tests  Yes. I think we should use jdk 1.6 as well.   You don't want to run the trunk on hadoop* machines? This would...
   Author: Nicolas Liochon, 2013-04-05, 18:36
Re: trunk vs. precommit dev env - HBase - [mail # dev]
...Hum, I can't see the content of the url. After the authentication I have an unreadable page. You're mentionning a precommit setting, but the property I got for my last try was with a 1.6 jdk...
   Author: Nicolas Liochon, 2013-04-05, 16:43
Re: trunk vs. precommit dev env - HBase - [mail # dev]
...And, from HBASE-8280, it seems we don't use the same jvm for trunk and for precommit builds.  precommit build => *1.6*  13/04/05 14:29:02 INFO util.TestShowProperties: Property ...
   Author: Nicolas Liochon, 2013-04-05, 16:11
trunk vs. precommit dev env - HBase - [mail # dev]
...Hi,  It took me ages, but I found the difference between trunk and precommit builds. Precommits are executed on hadoop* machines. There is a single build at a time. Trunks are executed ...
   Author: Nicolas Liochon, 2013-04-05, 15:29
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 (8)
last 30 days (29)
last 90 days (99)
last 6 months (159)
last 9 months (170)
author
Stack (3750)
Ted Yu (2463)
Jean-Daniel Cryans (2263)
Andrew Purtell (1454)
lars hofhansl (976)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (570)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (411)
Gary Helmling (290)
Nicolas Liochon