Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 81 to 90 from 139 (0.095s).
Loading phrases to help you
refine your search...
[HBASE-5475] Allow importtsv and Import to work truly offline when using bulk import option - HBase - [issue]
...Currently importtsv (and now also Import with HBASE-5440) support using HFileOutputFormat for later bulk loading.However, currently that cannot be without having access to the table we're go...
http://issues.apache.org/jira/browse/HBASE-5475    Author: Lars Hofhansl, 2013-01-23, 00:33
[HBASE-7602] TestFromClientSide.testPoolBehavior is incorrect - HBase - [issue]
...The writer of this test misunderstood ThreadPoolExecutor.The test adds Threads as tasks to a ThreadPoolExecutor and then calls join on the Thread objects. But these are not the running threa...
http://issues.apache.org/jira/browse/HBASE-7602    Author: Lars Hofhansl, 2013-01-18, 01:05
[HBASE-7483] TestHRegionOnCluster and TestSplitTransactionOnCluster are racy with HBaseAdmin.move() - HBase - [issue]
...Seen in TestHRegionOnCluster and TestSplitTransactionOnCluster.Stack in both cases it:java.lang.reflect.UndeclaredThrowableException at $Proxy20.move(Unknown Source) at org.apache.hadoop.hba...
http://issues.apache.org/jira/browse/HBASE-7483    Author: Lars Hofhansl, 2013-01-17, 21:08
[HBASE-7238] Size based scan metric broken by protobufs - HBase - [issue]
...See ScannerCallable. HBASE-7215 comments that portion, but it did not work before, because Results.bytes is no longer used with protobufs....
http://issues.apache.org/jira/browse/HBASE-7238    Author: Lars Hofhansl, 2013-01-17, 18:08
[HBASE-7499] TestScannerTimeout timeout is too aggressive. - HBase - [issue]
...Error Message10514ms passed since the last invocation, timeout is currently set to 10000Stacktraceorg.apache.hadoop.hbase.client.ScannerTimeoutException: 10514ms passed since the last invoca...
http://issues.apache.org/jira/browse/HBASE-7499    Author: Lars Hofhansl, 2013-01-15, 19:40
[HBASE-7468] TestSplitTransactionOnCluster hangs frequently - HBase - [issue]
...This what I saw once in a local build.java.lang.Thread.State: TIMED_WAITING (sleeping)        at java.lang.Thread.sleep(Native Method)       &nbs...
http://issues.apache.org/jira/browse/HBASE-7468    Author: Lars Hofhansl, 2013-01-15, 19:40
[HBASE-7497] TestDistributedLogSplitting.testDelayedDeleteOnFailure times out occasionally - HBase - [issue]
...Seen twice recently:Error Messagetest timed out after 25000 millisecondsStacktracejava.lang.Exception: test timed out after 25000 milliseconds at java.lang.Object.wait(Native Method) at java...
http://issues.apache.org/jira/browse/HBASE-7497    Author: Lars Hofhansl, 2013-01-15, 19:40
[HBASE-7550] Synchronization problem in AssignmentManager - HBase - [issue]
...While running TestSplitTransactionOnCluster#testShouldClearRITWhenNodeFoundInSplittingState in a loop I encountered this error condition:java.util.NoSuchElementException     &...
http://issues.apache.org/jira/browse/HBASE-7550    Author: Lars Hofhansl, 2013-01-15, 19:40
[HBASE-7371] Blocksize in TestHFileBlock is unintentionally small - HBase - [issue]
...Looking at TestHFileBlock.writeBlocks I see this:      for (int j = 0; j < rand.nextInt(500); ++j) {        // This might compress well. ...
http://issues.apache.org/jira/browse/HBASE-7371    Author: Lars Hofhansl, 2013-01-13, 06:28
[HBASE-7455] Increase timeouts in TestReplication and TestSplitLogWorker - HBase - [issue]
...When I measure the times in TestReplication.queueFailover, it takes about 15s on my (reasonably fast) Laptop.The timeout in queueFailover currently is 1500*2*15 = 45000ms.For setup before ea...
http://issues.apache.org/jira/browse/HBASE-7455    Author: Lars Hofhansl, 2013-01-04, 17:49
Sort:
project
HBase (139)
HDFS (3)
Hadoop (1)
type
issue (129)
mail # dev (9)
mail # user (1)
date
last 7 days (5)
last 30 days (10)
last 90 days (46)
last 6 months (96)
last 9 months (139)
author
Stack (3782)
Ted Yu (2547)
Jean-Daniel Cryans (2290)
Andrew Purtell (1470)
lars hofhansl (1001)
Ryan Rawson (862)
Jean-Marc Spaggiari (702)
Todd Lipcon (672)
Doug Meil (573)
Jonathan Gray (516)
Jonathan Hsieh (515)
Michael Segel (485)
Lars George (439)
stack (439)
Gary Helmling (292)
Lars Hofhansl