You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2012/10/02 05:29:10 UTC

[jira] [Updated] (MAPREDUCE-4700) ACL Failure in TestWebUIAuthorization causes Timeout

     [ https://issues.apache.org/jira/browse/MAPREDUCE-4700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gopal V updated MAPREDUCE-4700:
-------------------------------

    Description: 
TestWebUIAuthorization test fails

{code}
   [junit] 2012-10-01 20:25:17,576 INFO  mapred.JobTracker (JobTracker.java:initializeFilesystem(1911)) - HDFS initialized but not 'healthy' yet, waiting...
    [junit] 2012-10-01 20:25:17,601 INFO  mapred.MiniMRCluster (MiniMRCluster.java:startJobTracker(640)) - JobTracker still initializing. Waiting.
    [junit] 2012-10-01 20:25:18,587 INFO  ipc.Server (Server.java:doRead(543)) - IPC Server listener on 63935: readAndProcess threw exception org.apache.hadoop.security.AccessControlException: Connection from 127.0.0.1:64022 for protocol org.apache.hadoop.hdfs.protocol.ClientProtocol is unauthorized for user gopal. Count of bytes read: 0
    [junit] org.apache.hadoop.security.AccessControlException: Connection from 127.0.0.1:64022 for protocol org.apache.hadoop.hdfs.protocol.ClientProtocol is unauthorized for user gopal
    [junit] 	at org.apache.hadoop.ipc.Server$Connection.processOneRpc(Server.java:1294)
    [junit] 	at org.apache.hadoop.ipc.Server$Connection.readAndProcess(Server.java:1189)
    [junit] 	at org.apache.hadoop.ipc.Server$Listener.doRead(Server.java:538)
    [junit] 	at org.apache.hadoop.ipc.Server$Listener$Reader.run(Server.java:345)
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:680)
{code}

This is repeated until a timeout is triggered

  was:
TestWebUIAuthorization test fails

{code}
   [junit] 2012-10-01 20:25:17,576 INFO  mapred.JobTracker (JobTracker.java:initializeFilesystem(1911)) - HDFS initialized but not 'healthy' yet, waiting...
    [junit] 2012-10-01 20:25:17,601 INFO  mapred.MiniMRCluster (MiniMRCluster.java:startJobTracker(640)) - JobTracker still initializing. Waiting.
    [junit] 2012-10-01 20:25:18,587 INFO  ipc.Server (Server.java:doRead(543)) - IPC Server listener on 63935: readAndProcess threw exception org.apache.hadoop.security.AccessControlException: Connection from 127.0.0.1:64022 for protocol org.apache.hadoop.hdfs.protocol.ClientProtocol is unauthorized for user gopal. Count of bytes read: 0
    [junit] org.apache.hadoop.security.AccessControlException: Connection from 127.0.0.1:64022 for protocol org.apache.hadoop.hdfs.protocol.ClientProtocol is unauthorized for user gopal
    [junit] 	at org.apache.hadoop.ipc.Server$Connection.processOneRpc(Server.java:1294)
    [junit] 	at org.apache.hadoop.ipc.Server$Connection.readAndProcess(Server.java:1189)
    [junit] 	at org.apache.hadoop.ipc.Server$Listener.doRead(Server.java:538)
    [junit] 	at org.apache.hadoop.ipc.Server$Listener$Reader.run(Server.java:345)
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:680)
{code}

        Summary: ACL Failure in TestWebUIAuthorization causes Timeout  (was: ACL Failure in TestWebUIAuthorization)
    
> ACL Failure in TestWebUIAuthorization causes Timeout
> ----------------------------------------------------
>
>                 Key: MAPREDUCE-4700
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4700
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>            Reporter: Gopal V
>            Priority: Minor
>
> TestWebUIAuthorization test fails
> {code}
>    [junit] 2012-10-01 20:25:17,576 INFO  mapred.JobTracker (JobTracker.java:initializeFilesystem(1911)) - HDFS initialized but not 'healthy' yet, waiting...
>     [junit] 2012-10-01 20:25:17,601 INFO  mapred.MiniMRCluster (MiniMRCluster.java:startJobTracker(640)) - JobTracker still initializing. Waiting.
>     [junit] 2012-10-01 20:25:18,587 INFO  ipc.Server (Server.java:doRead(543)) - IPC Server listener on 63935: readAndProcess threw exception org.apache.hadoop.security.AccessControlException: Connection from 127.0.0.1:64022 for protocol org.apache.hadoop.hdfs.protocol.ClientProtocol is unauthorized for user gopal. Count of bytes read: 0
>     [junit] org.apache.hadoop.security.AccessControlException: Connection from 127.0.0.1:64022 for protocol org.apache.hadoop.hdfs.protocol.ClientProtocol is unauthorized for user gopal
>     [junit] 	at org.apache.hadoop.ipc.Server$Connection.processOneRpc(Server.java:1294)
>     [junit] 	at org.apache.hadoop.ipc.Server$Connection.readAndProcess(Server.java:1189)
>     [junit] 	at org.apache.hadoop.ipc.Server$Listener.doRead(Server.java:538)
>     [junit] 	at org.apache.hadoop.ipc.Server$Listener$Reader.run(Server.java:345)
>     [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>     [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>     [junit] 	at java.lang.Thread.run(Thread.java:680)
> {code}
> This is repeated until a timeout is triggered

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira