| clear query|facets|time |
Search criteria: .
Results from 121 to 130 from
290 (0.585s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Including specific tests in the latest pom.xml - HBase - [mail # dev]
|
|
...Ram, If you just want to run a set of tests together, I think you can do that from the command line: mvn test -Dtest=TestLogRolling,TestOpenRegionHandler,TestSplitTransaction &nb...
|
|
|
Author: Gary Helmling,
2011-10-06, 18:16
|
|
|
Re: TestHLog hanging in trunk - HBase - [mail # dev]
|
|
...I created HBASE-4545 to clean up TestHLog. Among other things, it didn't even need to spin up a MiniHBaseCluster, only a MiniDFSCluster. Several of the tests were also leaking un...
|
|
|
Author: Gary Helmling,
2011-10-06, 03:44
|
|
|
Re: TestHLog hanging in trunk - HBase - [mail # dev]
|
|
...On Wed, Oct 5, 2011 at 3:47 PM, Roman Shaposhnik wrote: I'm thinking this may just be sloppiness or lack of cleanup in TestHLog that was just exposed by the HBASE-4209 change. &n...
|
|
|
Author: Gary Helmling,
2011-10-06, 00:52
|
|
|
Re: TestHLog hanging in trunk - HBase - [mail # dev]
|
|
...On Wed, Oct 5, 2011 at 3:05 PM, Stack wrote: This patch isn't sufficient, unfortunately. It seemed to work against the HBASE-4209 commit, but clustter shutdown still...
|
|
|
Author: Gary Helmling,
2011-10-05, 22:26
|
|
|
Re: TestHLog hanging in trunk - HBase - [mail # dev]
|
|
...Something else seems to be going on. With the call to shutdownMiniCluster() the first run of TestHLog passes. But when I try running in a loop, the second run always seems to han...
|
|
|
Author: Gary Helmling,
2011-10-05, 19:13
|
|
|
Re: TestHLog hanging in trunk - HBase - [mail # dev]
|
|
...Somehow TestHLog was never actually shutting down the mini-cluster? The following change lets the test exit successfully: diff --git a/src/test/java/org/apache/hadoop/hbase/regio...
|
|
|
Author: Gary Helmling,
2011-10-05, 18:55
|
|
|
TestHLog hanging in trunk - HBase - [mail # dev]
|
|
...I've noticed that TestHLog is currently hanging in trunk (haven't checked other branches). Oddly the tests actually complete, but then the test hangs in teardown. Seems to be som...
|
|
|
Author: Gary Helmling,
2011-10-05, 18:23
|
|
|
Re: hadoop 0.20.205.0 release candidate testing - HBase - [mail # dev]
|
|
...I applied the HBASE-4537 fix (just removed the imports) to 0.90, 0.92 and trunk. I also had problems with a missing commons-config jar initially, when I was doing local Hadoop builds f...
|
|
|
Author: Gary Helmling,
2011-10-04, 23:37
|
|
|
Re: hadoop 0.20.205.0 release candidate testing - HBase - [mail # dev]
|
|
...HBASE-4515 mistakenly brought in the UnixUserGroupInformation reference as an import. Created HBASE-4537 to clean it up. On Tue, Oct 4, 2011 at 3:09 PM, Stack wrote:  ...
|
|
|
Author: Gary Helmling,
2011-10-04, 22:53
|
|
|
Re: setTimeRange for HBase Increment - HBase - [mail # user]
|
|
...If you just need the increments to not be visible when > 30 days old, then put the increment columns in their own column family and set TTL=2592000 (30 days in seconds). Note that t...
|
|
|
Author: Gary Helmling,
2011-10-04, 18:52
|
|
|
|