You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "James Clampffer (JIRA)" <ji...@apache.org> on 2017/05/01 21:04:04 UTC

[jira] [Created] (HDFS-11730) libhdfs++: RPC connection should handle authorization error call id

James Clampffer created HDFS-11730:
--------------------------------------

             Summary: 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
            Reporter: James Clampffer
            Assignee: James Clampffer
            Priority: Minor


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
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org