[jira] Created: (AVRO-664) Ruby server takes a long time to start in interop tests

2010-09-10 Thread Thiruvalluvan M. G. (JIRA)
Ruby server takes a long time to start in interop tests
---

 Key: AVRO-664
 URL: https://issues.apache.org/jira/browse/AVRO-664
 Project: Avro
  Issue Type: Bug
  Components: ruby
Affects Versions: 1.4.0
 Environment: Ubuntu Lucid Lynx
Reporter: Thiruvalluvan M. G.
Assignee: Thiruvalluvan M. G.
 Fix For: 1.4.1


The ruby server uses a wrong key in the config (:Host instead of :BindAddress) 
which cause Socket::getaddrinfo() take up to 15 seconds. The shell script which 
starts the server waits for jist 1 second and test fails abruptly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (AVRO-545) Move mapreduce bindings out of avro jar

2010-09-10 Thread Owen O'Malley (JIRA)

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

Owen O'Malley updated AVRO-545:
---

Attachment: avro-545.patch

This patch moves the mapred classes to a different jar.

 Move mapreduce bindings out of avro jar
 ---

 Key: AVRO-545
 URL: https://issues.apache.org/jira/browse/AVRO-545
 Project: Avro
  Issue Type: Bug
  Components: java
Reporter: Owen O'Malley
 Attachments: avro-545.patch


 MapReduce should not depend on any jars (eg. avro's main jar) that also 
 depend on the MapReduce jar.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (AVRO-545) Move mapreduce bindings out of avro jar

2010-09-10 Thread Owen O'Malley (JIRA)

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

Owen O'Malley updated AVRO-545:
---

   Status: Patch Available  (was: Open)
Affects Version/s: 1.4.0
Fix Version/s: 1.4.1

 Move mapreduce bindings out of avro jar
 ---

 Key: AVRO-545
 URL: https://issues.apache.org/jira/browse/AVRO-545
 Project: Avro
  Issue Type: Bug
  Components: java
Affects Versions: 1.4.0
Reporter: Owen O'Malley
 Fix For: 1.4.1

 Attachments: avro-545.patch


 MapReduce should not depend on any jars (eg. avro's main jar) that also 
 depend on the MapReduce jar.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (AVRO-545) Move mapreduce bindings out of avro jar

2010-09-10 Thread Owen O'Malley (JIRA)

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

Owen O'Malley updated AVRO-545:
---

Priority: Blocker  (was: Major)

This blocks Avro 1.4.1's adoption by Hadoop.

 Move mapreduce bindings out of avro jar
 ---

 Key: AVRO-545
 URL: https://issues.apache.org/jira/browse/AVRO-545
 Project: Avro
  Issue Type: Bug
  Components: java
Affects Versions: 1.4.0
Reporter: Owen O'Malley
Priority: Blocker
 Fix For: 1.4.1

 Attachments: avro-545.patch


 MapReduce should not depend on any jars (eg. avro's main jar) that also 
 depend on the MapReduce jar.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (AVRO-545) Move mapreduce bindings out of avro jar

2010-09-10 Thread Owen O'Malley (JIRA)

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

Owen O'Malley reassigned AVRO-545:
--

Assignee: Owen O'Malley

 Move mapreduce bindings out of avro jar
 ---

 Key: AVRO-545
 URL: https://issues.apache.org/jira/browse/AVRO-545
 Project: Avro
  Issue Type: Bug
  Components: java
Affects Versions: 1.4.0
Reporter: Owen O'Malley
Assignee: Owen O'Malley
Priority: Blocker
 Fix For: 1.4.1

 Attachments: avro-545.patch


 MapReduce should not depend on any jars (eg. avro's main jar) that also 
 depend on the MapReduce jar.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (AVRO-665) Support for redirects in the Python client

2010-09-10 Thread R. Tyler Ballance (JIRA)
Support for redirects in the Python client
--

 Key: AVRO-665
 URL: https://issues.apache.org/jira/browse/AVRO-665
 Project: Avro
  Issue Type: Bug
  Components: python
Reporter: R. Tyler Ballance


It's important in my environment that the Python client properly support HTTP 
redirects for purposes of load balancing as well as routing RPC requests 
properly.


Attached is a patch that adds support for redirects by way of a new transceiver 
class HTTPRedirectingTransceiver

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.