[jira] [Created] (AVRO-1088) Avro-C - Add performance tests for schema resolution and arrays.

2012-05-14 Thread Vivek Nadkarni (JIRA)
Vivek Nadkarni created AVRO-1088: Summary: Avro-C - Add performance tests for schema resolution and arrays. Key: AVRO-1088 URL: https://issues.apache.org/jira/browse/AVRO-1088 Project: Avro

[jira] [Updated] (AVRO-1088) Avro-C - Add performance tests for schema resolution and arrays.

2012-05-14 Thread Vivek Nadkarni (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vivek Nadkarni updated AVRO-1088: - Attachment: AVRO-1088.patch Uploading patch file implementing the new performance tests.

[jira] [Updated] (AVRO-1088) Avro-C - Add performance tests for schema resolution and arrays.

2012-05-14 Thread Vivek Nadkarni (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vivek Nadkarni updated AVRO-1088: - Status: Patch Available (was: Open) I ran the performance tests and got the results appended

[jira] [Created] (AVRO-1089) Avro-C - Penalty 30x to 50x for using resolved writer on arrays

2012-05-14 Thread Vivek Nadkarni (JIRA)
Vivek Nadkarni created AVRO-1089: Summary: Avro-C - Penalty 30x to 50x for using resolved writer on arrays Key: AVRO-1089 URL: https://issues.apache.org/jira/browse/AVRO-1089 Project: Avro

[jira] [Updated] (AVRO-1089) Avro-C - Penalty 30x to 50x for using resolved writer on arrays

2012-05-14 Thread Vivek Nadkarni (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vivek Nadkarni updated AVRO-1089: - Attachment: AVRO-1089-performance.png This screenshot was generated using kcachegrind, after

[jira] [Created] (AVRO-1090) DataFileWriter should expose sync marker to allow concurrent writes to same .avro file

2012-05-14 Thread Catalin Alexandru Zamfir (JIRA)
Catalin Alexandru Zamfir created AVRO-1090: -- Summary: DataFileWriter should expose sync marker to allow concurrent writes to same .avro file Key: AVRO-1090 URL:

[jira] [Updated] (AVRO-1081) GenericDatumWriter does not support native ByteBuffers

2012-05-14 Thread Robert Fuller (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Fuller updated AVRO-1081: Attachment: patch.diff.txt ByteBufferTest.java Attached one possible way of fixing

[jira] [Updated] (AVRO-1081) GenericDatumWriter does not support native ByteBuffers

2012-05-14 Thread Robert Fuller (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Fuller updated AVRO-1081: Attachment: patch.diff.txt ByteBufferTest.java Attached one possible way of fixing

[jira] [Commented] (AVRO-1090) DataFileWriter should expose sync marker to allow concurrent writes to same .avro file

2012-05-14 Thread Catalin Alexandru Zamfir (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13274584#comment-13274584 ] Catalin Alexandru Zamfir commented on AVRO-1090: From the source-code of

[jira] [Commented] (AVRO-1090) DataFileWriter should expose sync marker to allow concurrent writes to same .avro file

2012-05-14 Thread Catalin Alexandru Zamfir (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13274592#comment-13274592 ] Catalin Alexandru Zamfir commented on AVRO-1090: Also, we're doing

[jira] [Updated] (AVRO-1079) C++ Generator, improve include guard generation

2012-05-14 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1079: -- Assignee: Thiruvalluvan M. G. Status: Patch Available (was: Open) C++

[jira] [Updated] (AVRO-1079) C++ Generator, improve include guard generation

2012-05-14 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1079: -- Attachment: AVRO-1079.patch This patch tries to reuse the include guard if the output

[jira] [Updated] (AVRO-1090) DataFileWriter should expose sync marker to allow concurrent writes to same .avro file

2012-05-14 Thread Catalin Alexandru Zamfir (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Catalin Alexandru Zamfir updated AVRO-1090: --- Description: We're writing to Hadoop via DataFileWriter (FSDataOutputStream).

[jira] [Commented] (AVRO-1085) Fingerprinting for C#

2012-05-14 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13274743#comment-13274743 ] Thiruvalluvan M. G. commented on AVRO-1085: --- +1. Looks good to me. Built and