[jira] [Updated] (HDFS-4362) GetDelegationTokenResponseProto does not handle null token

2013-01-08 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas updated HDFS-4362:
--

Fix Version/s: (was: 3.0.0)
   2.0.3-alpha

I committed this change to branch-2.

 GetDelegationTokenResponseProto does not handle null token
 --

 Key: HDFS-4362
 URL: https://issues.apache.org/jira/browse/HDFS-4362
 Project: Hadoop HDFS
  Issue Type: Bug
Affects Versions: 2.0.2-alpha
Reporter: Suresh Srinivas
Assignee: Suresh Srinivas
Priority: Critical
 Fix For: 2.0.3-alpha

 Attachments: HDFS-4362.patch


 While working on HADOOP-9173, I notice that the 
 GetDelegationTokenResponseProto declares the token field as required. However 
 return of null token is to be expected both as defined in 
 FileSystem#getDelegationToken() and also based on HDFS implementation. This 
 jira intends to make the field as optional.

--
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


[jira] [Updated] (HDFS-4362) GetDelegationTokenResponseProto does not handle null token

2013-01-07 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas updated HDFS-4362:
--

   Resolution: Fixed
Fix Version/s: 3.0.0
 Hadoop Flags: Incompatible change,Reviewed  (was: Incompatible change)
   Status: Resolved  (was: Patch Available)

Aaron, thanks for the review. I have committed the patch.

 GetDelegationTokenResponseProto does not handle null token
 --

 Key: HDFS-4362
 URL: https://issues.apache.org/jira/browse/HDFS-4362
 Project: Hadoop HDFS
  Issue Type: Bug
Affects Versions: 2.0.2-alpha
Reporter: Suresh Srinivas
Assignee: Suresh Srinivas
Priority: Critical
 Fix For: 3.0.0

 Attachments: HDFS-4362.patch


 While working on HADOOP-9173, I notice that the 
 GetDelegationTokenResponseProto declares the token field as required. However 
 return of null token is to be expected both as defined in 
 FileSystem#getDelegationToken() and also based on HDFS implementation. This 
 jira intends to make the field as optional.

--
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


[jira] [Updated] (HDFS-4362) GetDelegationTokenResponseProto does not handle null token

2013-01-04 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas updated HDFS-4362:
--

Hadoop Flags: Incompatible change

 GetDelegationTokenResponseProto does not handle null token
 --

 Key: HDFS-4362
 URL: https://issues.apache.org/jira/browse/HDFS-4362
 Project: Hadoop HDFS
  Issue Type: Bug
Reporter: Suresh Srinivas
Priority: Critical

 While working on HADOOP-9173, I notice that the 
 GetDelegationTokenResponseProto declares the token field as required. However 
 return of null token is to be expected both as defined in 
 FileSystem#getDelegationToken() and also based on HDFS implementation. This 
 jira intends to make the field as optional.

--
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


[jira] [Updated] (HDFS-4362) GetDelegationTokenResponseProto does not handle null token

2013-01-04 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas updated HDFS-4362:
--

Affects Version/s: 2.0.2-alpha

 GetDelegationTokenResponseProto does not handle null token
 --

 Key: HDFS-4362
 URL: https://issues.apache.org/jira/browse/HDFS-4362
 Project: Hadoop HDFS
  Issue Type: Bug
Affects Versions: 2.0.2-alpha
Reporter: Suresh Srinivas
Priority: Critical

 While working on HADOOP-9173, I notice that the 
 GetDelegationTokenResponseProto declares the token field as required. However 
 return of null token is to be expected both as defined in 
 FileSystem#getDelegationToken() and also based on HDFS implementation. This 
 jira intends to make the field as optional.

--
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


[jira] [Updated] (HDFS-4362) GetDelegationTokenResponseProto does not handle null token

2013-01-04 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas updated HDFS-4362:
--

Attachment: HDFS-4362.patch

 GetDelegationTokenResponseProto does not handle null token
 --

 Key: HDFS-4362
 URL: https://issues.apache.org/jira/browse/HDFS-4362
 Project: Hadoop HDFS
  Issue Type: Bug
Affects Versions: 2.0.2-alpha
Reporter: Suresh Srinivas
Assignee: Suresh Srinivas
Priority: Critical
 Attachments: HDFS-4362.patch


 While working on HADOOP-9173, I notice that the 
 GetDelegationTokenResponseProto declares the token field as required. However 
 return of null token is to be expected both as defined in 
 FileSystem#getDelegationToken() and also based on HDFS implementation. This 
 jira intends to make the field as optional.

--
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


[jira] [Updated] (HDFS-4362) GetDelegationTokenResponseProto does not handle null token

2013-01-04 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas updated HDFS-4362:
--

Status: Patch Available  (was: Open)

 GetDelegationTokenResponseProto does not handle null token
 --

 Key: HDFS-4362
 URL: https://issues.apache.org/jira/browse/HDFS-4362
 Project: Hadoop HDFS
  Issue Type: Bug
Affects Versions: 2.0.2-alpha
Reporter: Suresh Srinivas
Assignee: Suresh Srinivas
Priority: Critical
 Attachments: HDFS-4362.patch


 While working on HADOOP-9173, I notice that the 
 GetDelegationTokenResponseProto declares the token field as required. However 
 return of null token is to be expected both as defined in 
 FileSystem#getDelegationToken() and also based on HDFS implementation. This 
 jira intends to make the field as optional.

--
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