[ https://issues.apache.org/jira/browse/YARN-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13782066#comment-13782066
]
Chuan Liu commented on YARN-1215:
---------------------------------
I have following test failures in my full test run. None of them seems a regression, i.e.
I have the same failures with or without the patch.
Yarn:
{noformat}
TestRMDelegationTokens.testRMDTMasterKeyStateOnRollingMasterKey:114 null
TestFairScheduler.testSimpleFairShareCalculation:385 expected:<3414> but was:<0>
TestDiskFailures.testLocalDirsFailures:99->testDirsFailures:179->verifyDisksHealth:247
» NoSuchElement
TestContainerManagerSecurity.testContainerManager:113->testNMTokens:222 » IllegalArgument
TestContainerManagerSecurity.testContainerManager:113->testNMTokens:222 » IllegalArgument
TestNMClient.testNMClientNoCleanupOnStop:199->allocateContainers:233 » IndexOutOfBounds
{noformat}
Mapred:
{noformat}
TestFetchFailure.testFetchFailureMultipleReduces:332 expected:<SUCCEEDED> but was:<SCHEDULED>
TestMRApp.testUpdatedNodes:258 Expecting 2 more completion events for killed expected:<4>
but was:<3>
TestCommitterEventHandler.testBasic:263 null
TestMiniMRClientCluster.testRestart:146 Address before restart: chuanliu101:0 is different
from new address: chuanliu101:53368 expected:<chuanliu101:[0]> but was:<chuanliu101:[53368]>
TestClusterMRNotification>NotificationTestCase.testMR:163 expected:<2> but was:<0>
TestJobListCache.testAddExisting:39 » test timed out after 1000 milliseconds
TestLocalMRNotification>NotificationTestCase.testMR:178 » IO Job cleanup didn'...
TestMRJobsWithHistoryService.testJobHistoryData:153 » IO java.net.ConnectExcep...
{noformat}
> Yarn URL should include userinfo
> --------------------------------
>
> Key: YARN-1215
> URL: https://issues.apache.org/jira/browse/YARN-1215
> Project: Hadoop YARN
> Issue Type: Bug
> Components: api
> Affects Versions: 3.0.0
> Reporter: Chuan Liu
> Assignee: Chuan Liu
> Attachments: YARN-1215-trunk.2.patch, YARN-1215-trunk.patch
>
>
> In the {{org.apache.hadoop.yarn.api.records.URL}} class, we don't have an userinfo as
part of the URL. When converting a {{java.net.URI}} object into the YARN URL object in {{ConverterUtils.getYarnUrlFromURI()}}
method, we will set uri host as the url host. If the uri has a userinfo part, the userinfo
is discarded. This will lead to information loss if the original uri has the userinfo, e.g.
foo://username:password@example.com will be converted to foo://example.com and username/password
information is lost during the conversion.
--
This message was sent by Atlassian JIRA
(v6.1#6144)
|