[ 
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 commented on TEZ-2224:
---------------------------------------

Hello [~jeffzhang], branch-0.6 now fails to build; apparently due to this patch

{preformat}
[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;
$ 
{preformat}

> 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)

Reply via email to