[jira] [Updated] (MAPREDUCE-4161) create sockets consistently

2012-04-18 Thread Robert Joseph Evans (Updated) (JIRA)

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

Robert Joseph Evans updated MAPREDUCE-4161:
---

   Resolution: Fixed
Fix Version/s: 3.0.0
   2.0.0
   0.23.3
   Status: Resolved  (was: Patch Available)

Thanks Daryn,  I put this into trunk, branch-2, and branch-0.23

> create sockets consistently
> ---
>
> Key: MAPREDUCE-4161
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4161
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: client, mrv2
>Affects Versions: 0.24.0, 0.23.3, 2.0.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: MAPREDUCE-4161-1.patch, MAPREDUCE-4161-2.patch, 
> MAPREDUCE-4161.patch
>
>
> Use getSocketAddr from HADOOP-8286 to ensure sockets are created consistently 
> and compatible for host-based service generation.

--
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] (MAPREDUCE-4161) create sockets consistently

2012-04-18 Thread Robert Joseph Evans (Updated) (JIRA)

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

Robert Joseph Evans updated MAPREDUCE-4161:
---

Status: Patch Available  (was: Open)

> create sockets consistently
> ---
>
> Key: MAPREDUCE-4161
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4161
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: client, mrv2
>Affects Versions: 0.24.0, 0.23.3, 2.0.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Attachments: MAPREDUCE-4161-1.patch, MAPREDUCE-4161-2.patch, 
> MAPREDUCE-4161.patch
>
>
> Use getSocketAddr from HADOOP-8286 to ensure sockets are created consistently 
> and compatible for host-based service generation.

--
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] (MAPREDUCE-4161) create sockets consistently

2012-04-18 Thread Robert Joseph Evans (Updated) (JIRA)

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

Robert Joseph Evans updated MAPREDUCE-4161:
---

Status: Open  (was: Patch Available)

> create sockets consistently
> ---
>
> Key: MAPREDUCE-4161
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4161
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: client, mrv2
>Affects Versions: 0.24.0, 0.23.3, 2.0.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Attachments: MAPREDUCE-4161-1.patch, MAPREDUCE-4161-2.patch, 
> MAPREDUCE-4161.patch
>
>
> Use getSocketAddr from HADOOP-8286 to ensure sockets are created consistently 
> and compatible for host-based service generation.

--
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] (MAPREDUCE-4161) create sockets consistently

2012-04-18 Thread Daryn Sharp (Updated) (JIRA)

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

Daryn Sharp updated MAPREDUCE-4161:
---

Attachment: MAPREDUCE-4161-2.patch

Paranoia is good.  I reverted the two instances of the removal.

> create sockets consistently
> ---
>
> Key: MAPREDUCE-4161
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4161
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: client, mrv2
>Affects Versions: 0.24.0, 0.23.3, 2.0.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Attachments: MAPREDUCE-4161-1.patch, MAPREDUCE-4161-2.patch, 
> MAPREDUCE-4161.patch
>
>
> Use getSocketAddr from HADOOP-8286 to ensure sockets are created consistently 
> and compatible for host-based service generation.

--
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] (MAPREDUCE-4161) create sockets consistently

2012-04-18 Thread Daryn Sharp (Updated) (JIRA)

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

Daryn Sharp updated MAPREDUCE-4161:
---

Attachment: MAPREDUCE-4161-1.patch

Resubmitting patch, tests failed because a port was already in use.

> create sockets consistently
> ---
>
> Key: MAPREDUCE-4161
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4161
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: client, mrv2
>Affects Versions: 0.24.0, 0.23.3, 2.0.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Attachments: MAPREDUCE-4161-1.patch, MAPREDUCE-4161.patch
>
>
> Use getSocketAddr from HADOOP-8286 to ensure sockets are created consistently 
> and compatible for host-based service generation.

--
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] (MAPREDUCE-4161) create sockets consistently

2012-04-18 Thread Daryn Sharp (Updated) (JIRA)

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

Daryn Sharp updated MAPREDUCE-4161:
---

Attachment: (was: MAPREDUCE-4161-1.patch)

> create sockets consistently
> ---
>
> Key: MAPREDUCE-4161
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4161
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: client, mrv2
>Affects Versions: 0.24.0, 0.23.3, 2.0.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Attachments: MAPREDUCE-4161.patch
>
>
> Use getSocketAddr from HADOOP-8286 to ensure sockets are created consistently 
> and compatible for host-based service generation.

--
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] (MAPREDUCE-4161) create sockets consistently

2012-04-17 Thread Daryn Sharp (Updated) (JIRA)

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

Daryn Sharp updated MAPREDUCE-4161:
---

Attachment: MAPREDUCE-4161-1.patch

Fix merge conflicts.

> create sockets consistently
> ---
>
> Key: MAPREDUCE-4161
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4161
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: client, mrv2
>Affects Versions: 0.24.0, 0.23.3, 2.0.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Attachments: MAPREDUCE-4161-1.patch, MAPREDUCE-4161.patch
>
>
> Use getSocketAddr from HADOOP-8286 to ensure sockets are created consistently 
> and compatible for host-based service generation.

--
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] (MAPREDUCE-4161) create sockets consistently

2012-04-17 Thread Daryn Sharp (Updated) (JIRA)

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

Daryn Sharp updated MAPREDUCE-4161:
---

Status: Patch Available  (was: Open)

> create sockets consistently
> ---
>
> Key: MAPREDUCE-4161
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4161
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: client, mrv2
>Affects Versions: 0.24.0, 0.23.3, 2.0.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Attachments: MAPREDUCE-4161.patch
>
>
> Use getSocketAddr from HADOOP-8286 to ensure sockets are created consistently 
> and compatible for host-based service generation.

--
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] (MAPREDUCE-4161) create sockets consistently

2012-04-17 Thread Daryn Sharp (Updated) (JIRA)

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

Daryn Sharp updated MAPREDUCE-4161:
---

Attachment: MAPREDUCE-4161.patch

use {{getSocketAddr}} for all conf-based socket addrs

> create sockets consistently
> ---
>
> Key: MAPREDUCE-4161
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4161
> Project: Hadoop Map/Reduce
>  Issue Type: Sub-task
>  Components: client, mrv2
>Affects Versions: 0.24.0, 0.23.3, 2.0.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Attachments: MAPREDUCE-4161.patch
>
>
> Use getSocketAddr from HADOOP-8286 to ensure sockets are created consistently 
> and compatible for host-based service generation.

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