[jira] [Updated] (HDFS-3176) JsonUtil should not parse the MD5MD5CRC32FileChecksum bytes on its own.

2012-09-11 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas updated HDFS-3176:
--

Target Version/s: 1.1.0
   Fix Version/s: 1.1.0

 JsonUtil should not parse the MD5MD5CRC32FileChecksum bytes on its own.
 ---

 Key: HDFS-3176
 URL: https://issues.apache.org/jira/browse/HDFS-3176
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: hdfs client
Affects Versions: 0.23.0, 1.0.1
Reporter: Kihwal Lee
Assignee: Kihwal Lee
 Fix For: 1.1.0, 0.23.3, 2.0.2-alpha

 Attachments: hdfs-3176-branch-1.patch, hdfs-3176.patch


 Currently JsonUtil used by webhdfs parses MD5MD5CRC32FileChecksum binary 
 bytes on its own and contructs a MD5MD5CRC32FileChecksum. It should instead 
 call MD5MD5CRC32FileChecksum.readFields().

--
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-3176) JsonUtil should not parse the MD5MD5CRC32FileChecksum bytes on its own.

2012-04-03 Thread Tsz Wo (Nicholas), SZE (Updated) (JIRA)

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

Tsz Wo (Nicholas), SZE updated HDFS-3176:
-

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

I have committed this.  Thanks, Kihwal!

 JsonUtil should not parse the MD5MD5CRC32FileChecksum bytes on its own.
 ---

 Key: HDFS-3176
 URL: https://issues.apache.org/jira/browse/HDFS-3176
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: hdfs client
Affects Versions: 0.23.0, 1.0.1
Reporter: Kihwal Lee
Assignee: Kihwal Lee
 Fix For: 1.1.0, 0.23.3, 2.0.0, 3.0.0

 Attachments: hdfs-3176-branch-1.patch, hdfs-3176.patch


 Currently JsonUtil used by webhdfs parses MD5MD5CRC32FileChecksum binary 
 bytes on its own and contructs a MD5MD5CRC32FileChecksum. It should instead 
 call MD5MD5CRC32FileChecksum.readFields().

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




[jira] [Updated] (HDFS-3176) JsonUtil should not parse the MD5MD5CRC32FileChecksum bytes on its own.

2012-04-02 Thread Kihwal Lee (Updated) (JIRA)

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

Kihwal Lee updated HDFS-3176:
-

Attachment: hdfs-3176.patch

This patch makes webhdfs immune to any internal changes in 
MD5MD5CRC32fileChecksum. httpfs is already doing this.

 JsonUtil should not parse the MD5MD5CRC32FileChecksum bytes on its own.
 ---

 Key: HDFS-3176
 URL: https://issues.apache.org/jira/browse/HDFS-3176
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: hdfs client
Affects Versions: 0.23.0, 1.0.1
Reporter: Kihwal Lee
Assignee: Kihwal Lee
 Fix For: 1.1.0, 0.23.3, 2.0.0, 3.0.0

 Attachments: hdfs-3176.patch


 Currently JsonUtil used by webhdfs parses MD5MD5CRC32FileChecksum binary 
 bytes on its own and contructs a MD5MD5CRC32FileChecksum. It should instead 
 call MD5MD5CRC32FileChecksum.readFields().

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




[jira] [Updated] (HDFS-3176) JsonUtil should not parse the MD5MD5CRC32FileChecksum bytes on its own.

2012-04-02 Thread Kihwal Lee (Updated) (JIRA)

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

Kihwal Lee updated HDFS-3176:
-

Status: Patch Available  (was: Open)

 JsonUtil should not parse the MD5MD5CRC32FileChecksum bytes on its own.
 ---

 Key: HDFS-3176
 URL: https://issues.apache.org/jira/browse/HDFS-3176
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: hdfs client
Affects Versions: 1.0.1, 0.23.0
Reporter: Kihwal Lee
Assignee: Kihwal Lee
 Fix For: 1.1.0, 0.23.3, 2.0.0, 3.0.0

 Attachments: hdfs-3176.patch


 Currently JsonUtil used by webhdfs parses MD5MD5CRC32FileChecksum binary 
 bytes on its own and contructs a MD5MD5CRC32FileChecksum. It should instead 
 call MD5MD5CRC32FileChecksum.readFields().

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




[jira] [Updated] (HDFS-3176) JsonUtil should not parse the MD5MD5CRC32FileChecksum bytes on its own.

2012-04-02 Thread Kihwal Lee (Updated) (JIRA)

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

Kihwal Lee updated HDFS-3176:
-

Attachment: hdfs-3176-branch-1.patch

 JsonUtil should not parse the MD5MD5CRC32FileChecksum bytes on its own.
 ---

 Key: HDFS-3176
 URL: https://issues.apache.org/jira/browse/HDFS-3176
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: hdfs client
Affects Versions: 0.23.0, 1.0.1
Reporter: Kihwal Lee
Assignee: Kihwal Lee
 Fix For: 1.1.0, 0.23.3, 2.0.0, 3.0.0

 Attachments: hdfs-3176-branch-1.patch, hdfs-3176.patch


 Currently JsonUtil used by webhdfs parses MD5MD5CRC32FileChecksum binary 
 bytes on its own and contructs a MD5MD5CRC32FileChecksum. It should instead 
 call MD5MD5CRC32FileChecksum.readFields().

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