[
https://issues.apache.org/jira/browse/HBASE-6617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14738848#comment-14738848
]
Ted Yu edited comment on HBASE-6617 at 9/10/15 8:01 PM:
--------------------------------------------------------
>From https://builds.apache.org/job/PreCommit-HBASE-Build/15523/console :
{quote}
Trunk compilation is broken?
{code}[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile
(default-testCompile) on project hbase-rest: Compilation failure: Compilation
failure:
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestNamespacesModel.java:[25,49]
error: cannot find symbol
[ERROR] symbol: class RestTests
[ERROR] location: package org.apache.hadoop.hbase.testclassification
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestNamespacesResource.java:[37,49]
error: cannot find symbol
[ERROR] symbol: class RestTests{code}
{quote}
The above was not caused by branch-1 patch.
Would wait for branch-1 to clear before re-submission.
was (Author: [email protected]):
>From https://builds.apache.org/job/PreCommit-HBASE-Build/15523/console :
{code}
Trunk compilation is broken?
{code}[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile
(default-testCompile) on project hbase-rest: Compilation failure: Compilation
failure:
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestNamespacesModel.java:[25,49]
error: cannot find symbol
[ERROR] symbol: class RestTests
[ERROR] location: package org.apache.hadoop.hbase.testclassification
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestNamespacesResource.java:[37,49]
error: cannot find symbol
[ERROR] symbol: class RestTests{code}
{code}
The above was not caused by branch-1 patch.
Would wait for branch-1 to clear before re-submission.
> ReplicationSourceManager should be able to track multiple WAL paths
> -------------------------------------------------------------------
>
> Key: HBASE-6617
> URL: https://issues.apache.org/jira/browse/HBASE-6617
> Project: HBase
> Issue Type: Improvement
> Components: Replication
> Reporter: Ted Yu
> Assignee: Yu Li
> Fix For: 2.0.0, 1.3.0
>
> Attachments: 6617-v11.patch, HBASE-6617.branch-1.patch,
> HBASE-6617.branch-1.v2.patch, HBASE-6617.branch-1.v2.patch,
> HBASE-6617.branch-1.v2.patch, HBASE-6617.patch, HBASE-6617_v10.patch,
> HBASE-6617_v11.patch, HBASE-6617_v12.patch, HBASE-6617_v2.patch,
> HBASE-6617_v3.patch, HBASE-6617_v4.patch, HBASE-6617_v7.patch,
> HBASE-6617_v9.patch
>
>
> Currently ReplicationSourceManager uses logRolled() to receive notification
> about new HLog and remembers it in latestPath.
> When region server has multiple WAL support, we need to keep track of
> multiple Path's in ReplicationSourceManager
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)