[
https://issues.apache.org/jira/browse/YARN-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14104963#comment-14104963
]
Hadoop QA commented on YARN-2432:
---------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12663208/YARN-2432.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:red}-1 release audit{color}. The applied patch generated 3
release audit warnings.
{color:red}-1 core tests{color}. The patch failed these unit tests in
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager:
org.apache.hadoop.yarn.server.resourcemanager.applicationsmanager.TestAMRestart
{color:green}+1 contrib tests{color}. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-YARN-Build/4676//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-YARN-Build/4676//artifact/trunk/patchprocess/patchReleaseAuditProblems.txt
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/4676//console
This message is automatically generated.
> RMStateStore should process the pending events before close
> -----------------------------------------------------------
>
> Key: YARN-2432
> URL: https://issues.apache.org/jira/browse/YARN-2432
> Project: Hadoop YARN
> Issue Type: Bug
> Components: resourcemanager
> Reporter: Varun Saxena
> Assignee: Varun Saxena
> Attachments: YARN-2432.patch
>
>
> Refer to discussion on YARN-2136
> (https://issues.apache.org/jira/browse/YARN-2136?focusedCommentId=14097266&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14097266).
>
> As pointed out by [~jianhe], we should process the dispatcher event queue
> before closing the state store by flipping over the following statements in
> code.
> {code:title=RMStateStore.java|borderStyle=solid}
> protected void serviceStop() throws Exception {
> closeInternal();
> dispatcher.stop();
> }
> {code}
> Currently, if the state store is being stopped on events such as switching to
> standby, it will first close the state store(in case of ZKRMStateStore, close
> connection with ZK) and then process the pending events. Instead, we should
> first process the pending events and then call close.
--
This message was sent by Atlassian JIRA
(v6.2#6252)