[
https://issues.apache.org/jira/browse/TEZ-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14388153#comment-14388153
]
Cyrille Chépélov edited comment on TEZ-2224 at 3/31/15 7:07 AM:
----------------------------------------------------------------
Hello [~jeffzhang], branch-0.6 now fails to build; apparently due to this patch
{noformat}
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on
project tez-dag: Compilation failure: Compilation failure:
[ERROR]
/home/cchepelov/workspace/3rd-party/tez/tez-dag/src/main/java/org/apache/tez/dag/history/recovery/RecoveryService.java:[39,30]
cannot find symbol
[ERROR] symbol: class ConfigurationScope
[ERROR] location: package org.apache.tez.dag.api
[ERROR]
/home/cchepelov/workspace/3rd-party/tez/tez-dag/src/main/java/org/apache/tez/dag/history/recovery/RecoveryService.java:[40,30]
cannot find symbol
[ERROR] symbol: class Scope
[ERROR] location: package org.apache.tez.dag.api
[ERROR] -> [Help 1]
$ find . -name "*.java" |xargs grep ConfigurationScope
./tez-dag/src/main/java/org/apache/tez/dag/history/recovery/RecoveryService.java:import
org.apache.tez.dag.api.ConfigurationScope;
$
{noformat}
update: branch-0.6 builds & passes fine after reverting
627d508305ed2bbeff9e9c5a4ec1e083a66a554c
was (Author: cchepelov):
Hello [~jeffzhang], branch-0.6 now fails to build; apparently due to this patch
{noformat}
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on
project tez-dag: Compilation failure: Compilation failure:
[ERROR]
/home/cchepelov/workspace/3rd-party/tez/tez-dag/src/main/java/org/apache/tez/dag/history/recovery/RecoveryService.java:[39,30]
cannot find symbol
[ERROR] symbol: class ConfigurationScope
[ERROR] location: package org.apache.tez.dag.api
[ERROR]
/home/cchepelov/workspace/3rd-party/tez/tez-dag/src/main/java/org/apache/tez/dag/history/recovery/RecoveryService.java:[40,30]
cannot find symbol
[ERROR] symbol: class Scope
[ERROR] location: package org.apache.tez.dag.api
[ERROR] -> [Help 1]
$ find . -name "*.java" |xargs grep ConfigurationScope
./tez-dag/src/main/java/org/apache/tez/dag/history/recovery/RecoveryService.java:import
org.apache.tez.dag.api.ConfigurationScope;
$
{noformat}
> EventQueue empty doesn't mean events are consumed in RecoveryService
> --------------------------------------------------------------------
>
> Key: TEZ-2224
> URL: https://issues.apache.org/jira/browse/TEZ-2224
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Jeff Zhang
> Assignee: Jeff Zhang
> Fix For: 0.7.0, 0.5.4, 0.6.1
>
> Attachments: TEZ-2224-1.patch, TEZ-2224-2.patch
>
>
> If the event queue is empty, the event may still been processing. Should fix
> it like AsyncDispatcher
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)