Re: [VOTE] Avro release 1.5.0 (rc 3)

2011-03-08 Thread Stephen Gargan
+1 There was a small bug in the SocketServer that I've just uncovered that would hold the socket open after close was called. I've made a fix for it and If there were another candidate it might be good to include it. It's definitely not worth holding the release for, particularly seeing as the

Re: [VOTE] Avro release 1.5.1 (rc 0)

2011-05-05 Thread Stephen Gargan
+1 for me too. On Thu, May 5, 2011 at 12:24 PM, Scott Carey sc...@richrelevance.comwrote: On 5/5/11 7:44 AM, Doug Cutting cutt...@apache.org wrote: On 05/04/2011 05:27 PM, Scott Carey wrote: From the tarball, it does not build. (1.5.0 does not either). 'test' and 'clean' targets work

Re: [jira] [Commented] (AVRO-890) Maven archetype for creating Avro service projects

2011-09-21 Thread Stephen Gargan
: 1.5.4 Reporter: Stephen Gargan Assignee: Stephen Gargan Priority: Minor Labels: archetype, maven Fix For: 1.6.0 Attachments: archetypes.patch, archetypes.patch, archetypes.patch I've put together the beginnings

Re: [jira] [Commented] (AVRO-890) Maven archetype for creating Avro service projects

2011-09-21 Thread Stephen Gargan
21, 2011 at 11:54 PM, Scott Carey scottca...@apache.org wrote: On 9/21/11 3:48 PM, Doug Cutting cutt...@apache.org wrote: On 09/21/2011 02:55 PM, Stephen Gargan wrote: As a suggestion, I could try to veto the integration testing as part of the normal build and separate it into a profile

[jira] Updated: (AVRO-683) Specify types in static factory methods in Requestors

2010-10-24 Thread Stephen Gargan (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Gargan updated AVRO-683: Attachment: typed-requestors.patch Specify types in static factory methods in Requestors

[jira] Updated: (AVRO-683) Specify types in static factory methods in Requestors

2010-10-26 Thread Stephen Gargan (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Gargan updated AVRO-683: Attachment: typed-requestors-whitespace.patch Doug, I've made the changes you suggested

[jira] Created: (AVRO-708) Repeated calls to Netty IPC service fail

2010-12-04 Thread Stephen Gargan (JIRA)
Reporter: Stephen Gargan Priority: Minor Fix For: 1.5.0 Attachments: netty-test.patch It seems there is an issue with the Netty ipc mechanism. It's closing it's connection after the first invocation and all subsequent invocations fail. The other IPC

[jira] Updated: (AVRO-708) Repeated calls to Netty IPC service fail

2010-12-04 Thread Stephen Gargan (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Gargan updated AVRO-708: Attachment: netty-test.patch Repeated calls to Netty IPC service fail

[jira] Updated: (AVRO-722) IPC Request Metadata written for transmission before processing by plugins

2010-12-29 Thread Stephen Gargan (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Gargan updated AVRO-722: Attachment: rpc-plugin.patch IPC Request Metadata written for transmission before processing

[jira] Created: (AVRO-723) Incorrect handling of Undeclared Errors in IPC calls to SpecificResponder

2011-01-01 Thread Stephen Gargan (JIRA)
: Bug Components: java Affects Versions: 1.5.0 Reporter: Stephen Gargan Priority: Minor Undeclared errors thrown during service invocations are not getting returned correctly. When they are encountered, the writeError method in the responder will try to encode

[jira] Updated: (AVRO-723) Incorrect handling of Undeclared Errors in IPC calls to SpecificResponder

2011-01-01 Thread Stephen Gargan (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Gargan updated AVRO-723: Attachment: undeclared-error.patch Incorrect handling of Undeclared Errors in IPC calls

[jira] Updated: (AVRO-723) Incorrect handling of Undeclared Errors in IPC calls to SpecificResponder

2011-01-03 Thread Stephen Gargan (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Gargan updated AVRO-723: Attachment: undeclared-error.patch Philip, Yes, I guess if the error was defined the write could

[jira] Updated: (AVRO-722) IPC Request Metadata written for transmission before processing by plugins

2011-01-03 Thread Stephen Gargan (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Gargan updated AVRO-722: Attachment: rpc-plugin.patch I didn't realize that the trace tests had been excluded. I enabled them

[jira] Updated: (AVRO-723) Incorrect handling of Undeclared Errors in IPC calls to SpecificResponder

2011-01-03 Thread Stephen Gargan (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Gargan updated AVRO-723: Attachment: undeclared-error.patch Doug, It is pretty brittle alright. I've made the changes as you

[jira] Created: (AVRO-776) SocketServer holds socket open after close

2011-03-08 Thread Stephen Gargan (JIRA)
Reporter: Stephen Gargan Assignee: Stephen Gargan Priority: Minor Fix For: 1.5.1 The SocketServer's main thread is not interrupted when close is called which holds the socket open. I've added a fix to interrupt the main receiver thread and allow

[jira] Work started: (AVRO-776) SocketServer holds socket open after close

2011-03-08 Thread Stephen Gargan (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AVRO-776 started by Stephen Gargan. SocketServer holds socket open after close -- Key: AVRO-776

[jira] [Commented] (AVRO-812) Maven plugin could provide a help goal

2011-04-29 Thread Stephen Gargan (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13027147#comment-13027147 ] Stephen Gargan commented on AVRO-812: - In order to run 'avro:help' and seethe help

[jira] [Created] (AVRO-815) Netty Transceiver fails processing one-way messages

2011-05-03 Thread Stephen Gargan (JIRA)
Versions: 1.5.2 Reporter: Stephen Gargan Assignee: Stephen Gargan Priority: Minor Fix For: 1.6.0 The Requestor uses the writeBuffers call on Transceivers to send one-way messages and the current NettyTranscevier throws

[jira] [Resolved] (AVRO-815) Netty Transceiver fails processing one-way messages

2011-05-03 Thread Stephen Gargan (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Gargan resolved AVRO-815. - Resolution: Fixed Added fix in the Transciever to send a NettyDataPack similar to request

[jira] [Commented] (AVRO-815) Netty Transceiver fails processing one-way messages

2011-05-03 Thread Stephen Gargan (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028522#comment-13028522 ] Stephen Gargan commented on AVRO-815: - I've added the comment to the CHANGES.txt

[jira] [Updated] (AVRO-890) Maven archetype for creating Avro service projects

2011-09-17 Thread Stephen Gargan (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Gargan updated AVRO-890: Attachment: archetypes.patch Maven archetype for creating Avro service projects

[jira] [Updated] (AVRO-890) Maven archetype for creating Avro service projects

2011-09-19 Thread Stephen Gargan (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Gargan updated AVRO-890: Attachment: archetypes.patch Maven archetype for creating Avro service projects

[jira] [Updated] (AVRO-890) Maven archetype for creating Avro service projects

2011-09-19 Thread Stephen Gargan (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Gargan updated AVRO-890: Attachment: archetypes.patch Maven archetype for creating Avro service projects

[jira] [Commented] (AVRO-890) Maven archetype for creating Avro service projects

2011-09-19 Thread Stephen Gargan (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13108240#comment-13108240 ] Stephen Gargan commented on AVRO-890: - Doug, It turns out there is a pretty nifty

[jira] [Commented] (AVRO-890) Maven archetype for creating Avro service projects

2011-09-20 Thread Stephen Gargan (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109094#comment-13109094 ] Stephen Gargan commented on AVRO-890: - The issue is with the sample project generating