elek commented on issue #561: HDDS-1043. Enable token based authentication for 
S3 api.
URL: https://github.com/apache/hadoop/pull/561#issuecomment-470473035
 
 
   > > * a few unit tests are failing (NPE in s3 token token related tests)
   > 
   > could you please share the failing tests. I can't find them in test report.
   
   Yetus is still not running all the tests. check the small red X next to your 
commit id:
   
   https://ci.anzix.net/job/ozone/427/testReport/
   
   ```
   
   Test Name | Duration | Age
   -- | -- | --
   
org.apache.hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient.testMultiBlockWrites
 | 1 min 44 sec | 1
   
org.apache.hadoop.ozone.client.rpc.TestFailureHandlingByClient.testContainerExclusionWithClosedContainerException
 | 2 min 7 sec | 1
   
org.apache.hadoop.ozone.client.rpc.TestFailureHandlingByClient.testMultiBlockWritesWithIntermittentDnFailures
 | 1 min 19 sec | 1
   org.apache.hadoop.ozone.client.rpc.TestOzoneAtRestEncryption.testGetS3Secret 
| 58 ms | 1
   org.apache.hadoop.ozone.client.rpc.TestOzoneRpcClient.testGetS3Secret | 49 
ms | 1
   org.apache.hadoop.ozone.client.rpc.TestSecureOzoneRpcClient.testGetS3Secret 
| 48 ms | 1
   org.apache.hadoop.ozone.ozShell.TestOzoneShell.testS3Secret[0] | 2.5 sec | 1
   
org.apache.hadoop.ozone.client.rpc.TestFailureHandlingByClient.testDatanodeExclusionWithMajorityCommit
 | 29 sec | 2
   
org.apache.hadoop.ozone.container.server.TestSecureContainerServer.testClientServerRatisGrpc
 | 1.8 sec | 2
   ```
   
   ```
   java.lang.NullPointerException
    at 
org.apache.hadoop.ozone.om.OzoneManager.getS3Secret(OzoneManager.java:2387)
    at 
org.apache.hadoop.ozone.protocolPB.OzoneManagerRequestHandler.getS3Secret(OzoneManagerRequestHandler.java:877)
    at 
org.apache.hadoop.ozone.protocolPB.OzoneManagerRequestHandler.handle(OzoneManagerRequestHandler.java:308)
    at 
org.apache.hadoop.ozone.protocolPB.OzoneManagerProtocolServerSideTranslatorPB.submitRequestDirectlyToOM(OzoneManagerProtocolServerSideTranslatorPB.java:92)
    at 
org.apache.hadoop.ozone.protocolPB.OzoneManagerProtocolServerSideTranslatorPB.submitRequest(OzoneManagerProtocolServerSideTranslatorPB.java:73)
    at 
org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos$OzoneManagerService$2.callBlockingMethod(OzoneManagerProtocolProtos.java)
    at 
org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:524)
    at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:1025)
    at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:876)
    at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:822)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAs(Subject.java:422)
    at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1730)
    at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2682)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to