[ https://issues.apache.org/jira/browse/HDFS-11730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16410462#comment-16410462 ]
Hudson commented on HDFS-11730: ------------------------------- SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13869 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/13869/]) HDFS-11730: libhdfs++: RpcConnection should handle authorization error (james.clampffer: rev b584e34f2f626c72b1a632bfc82da1247ff438d8) * (edit) hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/common/status.cc * (edit) hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/status.h * (edit) hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/rpc/rpc_connection_impl.cc > libhdfs++: RPC connection should handle authorization error call id > ------------------------------------------------------------------- > > Key: HDFS-11730 > URL: https://issues.apache.org/jira/browse/HDFS-11730 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: hdfs-client > Reporter: James Clampffer > Assignee: James Clampffer > Priority: Minor > Attachments: HDFS-11730.HDFS-8707.000.patch > > > 2 Problems: > 1) Authorization error call id isn't recognized, so retry logic kicks in > rather than bailing out when the client gets it > 2) Printing call_id as unsigned during error means small negative values used > for signalling look like large positive values. This patch also just casts > that error back to a signed 32 bit int. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org