[
https://issues.apache.org/jira/browse/HBASE-14678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14970007#comment-14970007
]
Enis Soztutar commented on HBASE-14678:
---------------------------------------
The branch-1 build fails now.
{code}
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42.187s
[INFO] Finished at: Thu Oct 22 15:13:21 PDT 2015
[INFO] Final Memory: 94M/589M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile
(default-testCompile) on project hbase-server: Compilation failure: Compilation
failure:
[ERROR]
/Users/enis/projects/git-repos/hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TimestampTestBase.java:[55,56]
error: cannot find symbol
[ERROR] symbol: class FlushCache
[ERROR] location: class TimestampTestBase
[ERROR]
/Users/enis/projects/git-repos/hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TimestampTestBase.java:[177,10]
error: cannot find symbol
[ERROR] symbol: class FlushCache
[ERROR] location: class TimestampTestBase
[ERROR]
/Users/enis/projects/git-repos/hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMajorCompaction.java:[391,10]
error: cannot find symbol
[ERROR] symbol: method flushcache()
[ERROR] location: variable loader of type Table
[ERROR]
/Users/enis/projects/git-repos/hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMajorCompaction.java:[398,10]
error: cannot find symbol
[ERROR] symbol: method flushcache()
[ERROR] location: variable loader of type Table
[ERROR]
/Users/enis/projects/git-repos/hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestMultiVersions.java:[102,46]
error: cannot find symbol
[ERROR] symbol: class FlushCache
[ERROR] location: class TestMultiVersions
[ERROR]
/Users/enis/projects/git-repos/hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/TestMultiVersions.java:[110,57]
error: cannot find symbol
{code}
> Experiment: Temporarily disable balancer and a few others to see if root of
> crashed/timedout JVMs
> -------------------------------------------------------------------------------------------------
>
> Key: HBASE-14678
> URL: https://issues.apache.org/jira/browse/HBASE-14678
> Project: HBase
> Issue Type: Sub-task
> Components: test
> Reporter: stack
>
> Looking at recent builds of 1.2, I see a few of the runs finishing with kills
> and notice that a JVM exited without reporting back state. Running the
> hanging test finder, I can see at least that in one case that the balancer
> tests seem to be outstanding; looking in test output, seems to be still going
> on.... A few others are reported as hung but they look like they have just
> started running and are just killed by surefire.
> This issue is about trying to disable a few of the problematics like balancer
> tests to see if our overall stability improves. If so, I can concentrate on
> stabilizing these few tests. Else will just undo the experiment and put the
> tests back on line.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)