[jira] [Created] (HDFS-3064) Allow datanodes to start with non-privileged ports for testing.

2012-03-08 Thread Jitendra Nath Pandey (Created) (JIRA)
Allow datanodes to start with non-privileged ports for testing.
---

 Key: HDFS-3064
 URL: https://issues.apache.org/jira/browse/HDFS-3064
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Jitendra Nath Pandey
Assignee: Jitendra Nath Pandey


HADOOP-8078 allows enabling security in unit tests. However, datanodes still 
can't be started because they require privileged ports. We should allow 
datanodes to come up on non-privileged ports ONLY for testing. This part of the 
code will be removed anyway, when HDFS-2856 is committed.

--
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] [Created] (HDFS-3030) Remove getProtocolVersion and getProtocolSignature from translators

2012-02-28 Thread Jitendra Nath Pandey (Created) (JIRA)
Remove getProtocolVersion and getProtocolSignature from translators
---

 Key: HDFS-3030
 URL: https://issues.apache.org/jira/browse/HDFS-3030
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Jitendra Nath Pandey
Assignee: Jitendra Nath Pandey


This is hdfs part of HADOOP-7994.

--
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] [Created] (HDFS-3017) ProtocolMetaInterface support for HAServiceProtocol

2012-02-27 Thread Jitendra Nath Pandey (Created) (JIRA)
ProtocolMetaInterface support for HAServiceProtocol
---

 Key: HDFS-3017
 URL: https://issues.apache.org/jira/browse/HDFS-3017
 Project: Hadoop HDFS
  Issue Type: Sub-task
Affects Versions: HA branch (HDFS-1623)
Reporter: Jitendra Nath Pandey
Assignee: Jitendra Nath Pandey




--
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] [Created] (HDFS-2863) Failures observed if dfs.edits.dir and shared.edits.dir have same directories.

2012-01-31 Thread Jitendra Nath Pandey (Created) (JIRA)
Failures observed if dfs.edits.dir and shared.edits.dir have same directories.
--

 Key: HDFS-2863
 URL: https://issues.apache.org/jira/browse/HDFS-2863
 Project: Hadoop HDFS
  Issue Type: Sub-task
Reporter: Jitendra Nath Pandey
Assignee: Bikas Saha


If same edits directory is configured in twice, both are treated independently. 
Edit log roll is called on the same directory twice causing exceptions.

--
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] [Created] (HDFS-2839) Nameservice id in file uri could cause issues

2012-01-24 Thread Jitendra Nath Pandey (Created) (JIRA)
Nameservice id in file uri could cause issues
-

 Key: HDFS-2839
 URL: https://issues.apache.org/jira/browse/HDFS-2839
 Project: Hadoop HDFS
  Issue Type: Sub-task
Affects Versions: HA branch (HDFS-1623)
Reporter: Jitendra Nath Pandey
Assignee: Jitendra Nath Pandey


There might be two issues with having a nameservice id in fully qualified paths 
of the files.
1) Some applications might be storing the fully qualified paths. They will have 
hostnames from pre-ha installations, and they might break after the failover.
2) The fully qualified path from an ha cluster, won't be usable from a 
different cluster that doesn't know about that particular namespace id.


--
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] [Created] (HDFS-2809) Add test to verify that delegation tokens are honored after failover.

2012-01-18 Thread Jitendra Nath Pandey (Created) (JIRA)
Add test to verify that delegation tokens are honored after failover.
-

 Key: HDFS-2809
 URL: https://issues.apache.org/jira/browse/HDFS-2809
 Project: Hadoop HDFS
  Issue Type: Sub-task
Affects Versions: HA branch (HDFS-1623)
Reporter: Jitendra Nath Pandey
Assignee: Jitendra Nath Pandey
Priority: Minor


It is useful to have a unit test to verify delegation tokens are honored by new 
active namenode. In a non-secure setup, secret manager threads need to be 
started explicitly.

--
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] [Created] (HDFS-2807) Service level authorizartion for HAServiceProtocol

2012-01-18 Thread Jitendra Nath Pandey (Created) (JIRA)
Service level authorizartion for HAServiceProtocol
--

 Key: HDFS-2807
 URL: https://issues.apache.org/jira/browse/HDFS-2807
 Project: Hadoop HDFS
  Issue Type: Sub-task
Affects Versions: HA branch (HDFS-1623)
Reporter: Jitendra Nath Pandey
Assignee: Jitendra Nath Pandey


Service level authorization should be enabled for HAServiceProtocol.

--
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] [Created] (HDFS-2806) ConfiguredFailoverProxyProvider should be moved to common.

2012-01-18 Thread Jitendra Nath Pandey (Created) (JIRA)
ConfiguredFailoverProxyProvider should be moved to common.
--

 Key: HDFS-2806
 URL: https://issues.apache.org/jira/browse/HDFS-2806
 Project: Hadoop HDFS
  Issue Type: Sub-task
Reporter: Jitendra Nath Pandey
Assignee: Jitendra Nath Pandey


ConfiguredFailoverProxyProvider is a generally useful utility and it seems 
useful to keep it generic and move to common.


--
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] [Created] (HDFS-2801) Provide a method in client side translators to check for a methods supported in underlying protocol.

2012-01-17 Thread Jitendra Nath Pandey (Created) (JIRA)
Provide a method in client side translators to check for a methods supported in 
underlying protocol.


 Key: HDFS-2801
 URL: https://issues.apache.org/jira/browse/HDFS-2801
 Project: Hadoop HDFS
  Issue Type: Sub-task
Reporter: Jitendra Nath Pandey
Assignee: Jitendra Nath Pandey


This is jira corresponds to HADOOP-7965. The client side translators should 
have a method boolean isMethodSupported(String methodName) which returns true 
if the given method is supported and available at the server.

--
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] [Created] (HDFS-2661) Enable protobuf RPC for DatanodeProtocol

2011-12-11 Thread Jitendra Nath Pandey (Created) (JIRA)
Enable protobuf RPC for DatanodeProtocol


 Key: HDFS-2661
 URL: https://issues.apache.org/jira/browse/HDFS-2661
 Project: Hadoop HDFS
  Issue Type: Sub-task
Reporter: Jitendra Nath Pandey
Assignee: Jitendra Nath Pandey


This jira changes the client and servers to use protobuf based RPC for 
DatanodeProtocol.

--
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] [Created] (HDFS-2642) Protobuf translators for DatanodeProtocol

2011-12-07 Thread Jitendra Nath Pandey (Created) (JIRA)
Protobuf translators for DatanodeProtocol
-

 Key: HDFS-2642
 URL: https://issues.apache.org/jira/browse/HDFS-2642
 Project: Hadoop HDFS
  Issue Type: New Feature
Reporter: Jitendra Nath Pandey
Assignee: Jitendra Nath Pandey


This jira adds PB translators for DatanodeProtocol.

--
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] [Created] (HDFS-2409) _HOST in dfs.web.authentication.kerberos.principal.

2011-10-06 Thread Jitendra Nath Pandey (Created) (JIRA)
_HOST in dfs.web.authentication.kerberos.principal.
---

 Key: HDFS-2409
 URL: https://issues.apache.org/jira/browse/HDFS-2409
 Project: Hadoop HDFS
  Issue Type: Bug
Reporter: Jitendra Nath Pandey
Assignee: Jitendra Nath Pandey


This is HDFS part of HADOOP-7721. 

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