[jira] [Updated] (AVRO-1026) Add namespace support to C++

2012-05-18 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1026: -- Attachment: AVRO-1026-2.patch Here is a modified version of Keh-Li Sheng's patch, where

Protocol Augmentation

2012-05-18 Thread Ed Kohlwey
Hi, I'm working on updating Gora to use the newest Avro release-targeting 1.7.0. Gora uses a hacked serialization for Map/Reduce to augment the Avro protocol with dirty bits, so that only data that has been modified gets written back to the data store. The current Avro API no longer supports this

[jira] [Commented] (AVRO-1052) Support MultipleOutputFormat in Avro

2012-05-18 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13279179#comment-13279179 ] Doug Cutting commented on AVRO-1052: Thanks for this! A few comments: - the tests

[jira] [Commented] (AVRO-1052) Support MultipleOutputFormat in Avro

2012-05-18 Thread Ashish Nagavaram (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13279196#comment-13279196 ] Ashish Nagavaram commented on AVRO-1052: Thanks for the feedback . Yes, the

[jira] [Updated] (AVRO-1094) Impossible to use non-default velocity templates

2012-05-18 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1094: --- Resolution: Fixed Assignee: Ed Kohlwey Status: Resolved (was: Patch Available) I just

[jira] [Updated] (AVRO-1050) Avro PHP consumes too much memory due to code in io.php (AvroStringIO append_str)

2012-05-18 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1050: --- Resolution: Fixed Status: Resolved (was: Patch Available) I committed this.

[jira] [Updated] (AVRO-1028) IPC transceiver doesn't gracefully handle server connection resets.

2012-05-18 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1028: --- Resolution: Fixed Status: Resolved (was: Patch Available) I committed this. Thanks, Bo!

buildbot failure in ASF Buildbot on avro-py-ubuntu-9.10

2012-05-18 Thread buildbot
The Buildbot has detected a new failure on builder avro-py-ubuntu-9.10 while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/avro-py-ubuntu-9.10/builds/69 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler

Re: 1.7.0 release soon?

2012-05-18 Thread Doug Cutting
Okay, I've committed the stuff that looks ready to me. Are there still things that others want to get into this release before I create a candidate? Note that there will probably be a 1.7.1 release not too long after, so we shouldn't hold this up for compatible changes unless they're fixing

Build failed in Jenkins: AVRO-python #292

2012-05-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/AVRO-python/292/changes Changes: [cutting] AVRO-1028. Python: Fix HTTP server to handle connection resets and redirects. Contributed by Bo Shi. [cutting] AVRO-1050. PHP: Optimize memory use by string append. Contributed by A B. [cutting] AVRO-1094. Java:

[jira] [Updated] (AVRO-1052) Support MultipleOutputFormat in Avro

2012-05-18 Thread Ashish Nagavaram (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Nagavaram updated AVRO-1052: --- Attachment: AVRO-1052.patch Patch containing the modifications to the java-doc and Test

[jira] [Created] (AVRO-1095) C++ compiler wans about controll reaching end of doAdavance (in JsonIO.cc) which returns something other than void

2012-05-18 Thread Thiruvalluvan M. G. (JIRA)
Thiruvalluvan M. G. created AVRO-1095: - Summary: C++ compiler wans about controll reaching end of doAdavance (in JsonIO.cc) which returns something other than void Key: AVRO-1095 URL:

[jira] [Updated] (AVRO-1095) C++ compiler warns about control reaching end of doAdavance (in JsonIO.cc) which returns something other than void

2012-05-18 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1095: -- Summary: C++ compiler warns about control reaching end of doAdavance (in JsonIO.cc)

[jira] [Updated] (AVRO-1026) Add namespace support to C++

2012-05-18 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1026: -- Attachment: AVRO-1095.patch Add namespace support to C++

[jira] [Updated] (AVRO-1095) C++ compiler warns about control reaching end of doAdavance (in JsonIO.cc) which returns something other than void

2012-05-18 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1095: -- Status: Patch Available (was: Open) C++ compiler warns about control reaching end