patrick white created HDFS-3317:
-----------------------------------

             Summary: Balancer error text changed again, not sending Auth, is 
this expected?
                 Key: HDFS-3317
                 URL: https://issues.apache.org/jira/browse/HDFS-3317
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: balancer
    Affects Versions: 1.0.2
         Environment: QE
            Reporter: patrick white
            Priority: Minor


We have a negative test case for Balancer which looks for a report of a 
not-authorized user attempting to run Balancer. This recently failed because 
the return string changed, the authentication "(auth:KERBEROS)" is no longer 
sent. The same case failed last December because this auth substr was added, in 
205. The previous string looks like this:

'Received an IO exception: User <USER> (auth:KERBEROS) is not authorized for 
protocol interface'

And now looks like this:

'Received an IO exception: User <USER> is not authorized for protocol interface'

While a trivial matter for the product, this fails our test automation, 
requiring a follow up to confirm the change is actually expected, update the 
tests, so forth. This makes the change non-trivial for validation and test 
maintenance purposes, so it would be very good to have a definitive 
understanding of what to expect going forward.
Do we expect additional changes here?



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to