Jie Qiu is out of the office. ELB related questions, please consult Jie Yang. Taiwan related cases, please contact Ying Li or Xiao Zhong.

2011-02-01 Thread Jie Qiu
I will be out of the office starting 2011-02-02 and will not return until 2011-02-09. I have limited access to notes.

[jira] Commented: (AVRO-756) Java: need RPC tests that alter protocol parameters between client & server

2011-02-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989362#comment-12989362 ] Doug Cutting commented on AVRO-756: --- The simplest way to test adding and removing paramete

[jira] Created: (AVRO-756) Java: need RPC tests that alter protocol parameters between client & server

2011-02-01 Thread Doug Cutting (JIRA)
Java: need RPC tests that alter protocol parameters between client & server --- Key: AVRO-756 URL: https://issues.apache.org/jira/browse/AVRO-756 Project: Avro Issue Typ

[jira] Updated: (AVRO-716) New Java build: integrate with parent build and remove cruft

2011-02-01 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-716: - Resolution: Fixed Status: Resolved (was: Patch Available) Committed in revision 1066155. > New Ja

[jira] Commented: (AVRO-737) Java: Improve correlation between packages and modules

2011-02-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989339#comment-12989339 ] Doug Cutting commented on AVRO-737: --- Resolved in http://svn.apache.org/viewvc?view=revisio

[jira] Commented: (AVRO-716) New Java build: integrate with parent build and remove cruft

2011-02-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989337#comment-12989337 ] Doug Cutting commented on AVRO-716: --- +1 This looks good to me. I think adding the one-lin

[jira] Commented: (AVRO-752) Java: Enhanced Performance Test Suite

2011-02-01 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989334#comment-12989334 ] Scott Carey commented on AVRO-752: -- Great. I'm going to commit this and leave the ticket op

[jira] Commented: (AVRO-753) Java: Improve BinaryEncoder Performance

2011-02-01 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989331#comment-12989331 ] Scott Carey commented on AVRO-753: -- Yup, that is a bug. The below is the correct form. It

[jira] Created: (AVRO-755) Responder.readRequest only has remote schema as argument, not local schema

2011-02-01 Thread Xiaolu Ye (JIRA)
Responder.readRequest only has remote schema as argument, not local schema -- Key: AVRO-755 URL: https://issues.apache.org/jira/browse/AVRO-755 Project: Avro Issue Type:

[jira] Commented: (AVRO-752) Java: Enhanced Performance Test Suite

2011-02-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989322#comment-12989322 ] Doug Cutting commented on AVRO-752: --- +1 This looks like a good improvement and works for m

[jira] Commented: (AVRO-753) Java: Improve BinaryEncoder Performance

2011-02-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989312#comment-12989312 ] Doug Cutting commented on AVRO-753: --- This is great stuff! Glancing at the code, it appear

[jira] Commented: (AVRO-751) Store schema reference in datum instances

2011-02-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989294#comment-12989294 ] Doug Cutting commented on AVRO-751: --- This is the way that Java implements this. It is con

[jira] Updated: (AVRO-754) NettyTransceiver: allow to provide custom ChannelFactory

2011-02-01 Thread Bruno Dumon (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Dumon updated AVRO-754: - Attachment: nettytransceiver-custom-channelfactory-patch.txt > NettyTransceiver: allow to provide custom Ch

[jira] Created: (AVRO-754) NettyTransceiver: allow to provide custom ChannelFactory

2011-02-01 Thread Bruno Dumon (JIRA)
NettyTransceiver: allow to provide custom ChannelFactory Key: AVRO-754 URL: https://issues.apache.org/jira/browse/AVRO-754 Project: Avro Issue Type: Improvement Components: j

[jira] Commented: (AVRO-753) Java: Improve BinaryEncoder Performance

2011-02-01 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989113#comment-12989113 ] Scott Carey commented on AVRO-753: -- Not quite 2.5x faster... Bytes and String only increase

[jira] Updated: (AVRO-753) Java: Improve BinaryEncoder Performance

2011-02-01 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-753: - Attachment: AVRO-753.v1.patch This patch implements an experimental variation of BinaryEncoder named FastB

[jira] Created: (AVRO-753) Java: Improve BinaryEncoder Performance

2011-02-01 Thread Scott Carey (JIRA)
Java: Improve BinaryEncoder Performance Key: AVRO-753 URL: https://issues.apache.org/jira/browse/AVRO-753 Project: Avro Issue Type: Improvement Components: java Reporter: Scott

[jira] Updated: (AVRO-752) Java: Enhanced Performance Test Suite

2011-02-01 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-752: - Status: Patch Available (was: Open) To run Perf.java via maven, use the maven exec plugin. for info: {nof

[jira] Issue Comment Edited: (AVRO-752) Java: Enhanced Performance Test Suite

2011-02-01 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989096#comment-12989096 ] Scott Carey edited comment on AVRO-752 at 2/1/11 8:45 AM: -- Major re

[jira] Updated: (AVRO-752) Java: Enhanced Performance Test Suite

2011-02-01 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-752: - Attachment: AVRO-752.patch Major refactoring of the Perf test. Includes write (Encoder) performance tests

[jira] Created: (AVRO-752) Java: Enhanced Performance Test Suite

2011-02-01 Thread Scott Carey (JIRA)
Java: Enhanced Performance Test Suite -- Key: AVRO-752 URL: https://issues.apache.org/jira/browse/AVRO-752 Project: Avro Issue Type: Improvement Components: java Reporter: Scott Care