[
https://issues.apache.org/jira/browse/OOZIE-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15404711#comment-15404711
]
Hadoop QA commented on OOZIE-2338:
----------------------------------
Testing JIRA OOZIE-2338
Cleaning local git workspace
----------------------------
{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:red}-1 RAW_PATCH_ANALYSIS{color}
. {color:green}+1{color} the patch does not introduce any @author tags
. {color:green}+1{color} the patch does not introduce any tabs
. {color:green}+1{color} the patch does not introduce any trailing spaces
. {color:green}+1{color} the patch does not introduce any line longer than
132
. {color:red}-1{color} the patch does not add/modify any testcase
{color:green}+1 RAT{color}
. {color:green}+1{color} the patch does not seem to introduce new RAT
warnings
{color:green}+1 JAVADOC{color}
. {color:green}+1{color} the patch does not seem to introduce new Javadoc
warnings
{color:red}-1 COMPILE{color}
. {color:red}-1{color} HEAD does not compile
. {color:red}-1{color} patch does not compile
. {color:green}+1{color} the patch does not seem to introduce new javac
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
. {color:green}+1{color} the patch does not change any JPA
Entity/Colum/Basic/Lob/Transient annotations
. {color:green}+1{color} the patch does not modify JPA files
{color:red}-1 TESTS{color}
. Tests run: 1792
. Tests failed: 27
. Tests errors: 75
. The patch failed the following testcases:
.
testCoordMaterializeTriggerService3(org.apache.oozie.service.TestCoordMaterializeTriggerService)
.
testRaceConditionWithOldXerces(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testParserDefaultNameNodeFail(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testParserDefaultJobTrackerFail(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testWfNoForkJoin(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testSimpleForkJoin(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testNestedForkJoin(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testForkJoinFailure(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testNestedForkJoinFailure(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testTransitionFailure1(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
. testTransition2(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
. testTransition3(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testErrorTransitionForkJoin(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testDecisionForkJoin(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testDecisionsToJoinForkJoin(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testDecisionsToKillForkJoin(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testDecisionForkJoinFailure(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testDecisionToEndForkJoinFailure(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testDecisionTwoPathsForkJoin(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testMultipleDecisionThreePathsForkJoin(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testMultipleDecisionThreePathsForkJoinFailure(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testMultipleDecisionThreePathsForkJoinFailure2(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testDecisionMultipleForks(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testForkJoinMismatch(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testForkJoinDuplicateTransitionsFromFork(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testDisableWFValidateForkJoin(org.apache.oozie.workflow.lite.TestLiteWorkflowAppParser)
.
testCoordinatorActionCommandsSubmitAndStart(org.apache.oozie.sla.TestSLAEventGeneration)
{color:green}+1 DISTRO{color}
. {color:green}+1{color} distro tarball builds with the patch
----------------------------
{color:red}*-1 Overall result, please check the reported -1(s)*{color}
The full output of the test-patch run is available at
. https://builds.apache.org/job/oozie-trunk-precommit-build/3173/
> Invalid configuration defined reported for some valid configs
> -------------------------------------------------------------
>
> Key: OOZIE-2338
> URL: https://issues.apache.org/jira/browse/OOZIE-2338
> Project: Oozie
> Issue Type: Bug
> Components: core
> Affects Versions: 4.2.0
> Reporter: Robert Kanter
> Assignee: Robert Kanter
> Attachments: OOZIE-2338.001.patch, OOZIE-2338.002.patch
>
>
> OOZIE-1890 moved all default config values from the code and oozie-site into
> oozie-default; it also added a WARN message on startup when a config is found
> in oozie-site that's not defined in oozie-default.
> However, this can produce some false positives. In particular, we observed
> these:
> {noformat}
> 2015-08-18 01:16:32,365 WARN org.apache.oozie.service.ConfigurationService:
> SERVER[<redacted>] Invalid configuration defined, [oozie.email.smtp.auth]
> 2015-08-18 01:16:32,365 WARN org.apache.oozie.service.ConfigurationService:
> SERVER[<redacted>] Invalid configuration defined, [oozie.email.smtp.host]
> 2015-08-18 01:16:32,365 WARN org.apache.oozie.service.ConfigurationService:
> SERVER[<redacted>] Invalid configuration defined,
> [oozie.service.HCatAccessorService.hcat.configuration]
> 2015-08-18 01:16:32,365 WARN org.apache.oozie.service.ConfigurationService:
> SERVER[<redacted>] Invalid configuration defined, [oozie.email.from.address]
> 2015-08-18 01:16:32,366 WARN org.apache.oozie.service.ConfigurationService:
> SERVER[<redacted>] Invalid configuration defined,
> [oozie.service.ProxyUserService.proxyuser.hue.hosts]
> 2015-08-18 01:16:32,366 WARN org.apache.oozie.service.ConfigurationService:
> SERVER[<redacted>] Invalid configuration defined,
> [oozie.service.GroupsService.hadoop.security.group.mapping]
> 2015-08-18 01:16:32,366 WARN org.apache.oozie.service.ConfigurationService:
> SERVER[<redacted>] Invalid configuration defined, [oozie.email.smtp.port]
> 2015-08-18 01:16:32,366 WARN org.apache.oozie.service.ConfigurationService:
> SERVER[<redacted>] Invalid configuration defined,
> [oozie.service.ProxyUserService.proxyuser.hue.groups]
> {noformat}
> While harmful, these messages may be concerning or confusing for users.
> Some of these are simply missing from oozie-default (because they have no
> default value?), while others such as the ProxyUserService configs, will
> require special handling because the property name can vary.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)