[jira] [Updated] (AVRO-2050) Clear Array To Allow GC

2017-07-17 Thread BELUGA BEHR (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BELUGA BEHR updated AVRO-2050: -- Attachment: AVRO-2050.2.patch [~nkollar] This implementation is essentially an {{ArrayList}}. The

[jira] [Commented] (AVRO-2050) Clear Array To Allow GC

2017-07-17 Thread Nandor Kollar (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16089518#comment-16089518 ] Nandor Kollar commented on AVRO-2050: - I'm wondering why {{clear()}} method is in overridden. It looks

[jira] [Commented] (AVRO-2046) avro-python3: Very restricted set of data types which are allowed in AvroSchemaFromJSONData

2017-07-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16089511#comment-16089511 ] ASF GitHub Bot commented on AVRO-2046: -- GitHub user manu-chroma opened a pull request:

[GitHub] avro pull request #235: schema.py: No sys traceback in parse exception

2017-07-17 Thread manu-chroma
GitHub user manu-chroma opened a pull request: https://github.com/apache/avro/pull/235 schema.py: No sys traceback in parse exception In the ``SchemaParseException``, do not provide sys traceback. For our project CWL Tool, we're using `avro/py` in our python 3 builds.

[jira] [Commented] (AVRO-1786) Strange IndexOutofBoundException in GenericDatumReader.readString

2017-07-17 Thread BELUGA BEHR (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16089823#comment-16089823 ] BELUGA BEHR commented on AVRO-1786: --- May be experiencing this issue as well trying to collect more

[GitHub] avro pull request #236: [AVRO-2051] Remove synchronization for JsonPropertie...

2017-07-17 Thread dkulp
GitHub user dkulp opened a pull request: https://github.com/apache/avro/pull/236 [AVRO-2051] Remove synchronization for JsonProperties.getJsonProp This change does two basic things: 1) Makes "props" a private field and requires the subclasses to access it via the

[jira] [Commented] (AVRO-2051) Thread contention accessing JsonProperties props

2017-07-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16090365#comment-16090365 ] ASF GitHub Bot commented on AVRO-2051: -- GitHub user dkulp opened a pull request:

[jira] [Created] (AVRO-2051) Thread contention accessing JsonProperties props

2017-07-17 Thread Daniel Kulp (JIRA)
Daniel Kulp created AVRO-2051: - Summary: Thread contention accessing JsonProperties props Key: AVRO-2051 URL: https://issues.apache.org/jira/browse/AVRO-2051 Project: Avro Issue Type: Bug

[jira] [Created] (AVRO-2052) Remove org.apache.avro.file.DataFileWriter Double Buffering

2017-07-17 Thread BELUGA BEHR (JIRA)
BELUGA BEHR created AVRO-2052: - Summary: Remove org.apache.avro.file.DataFileWriter Double Buffering Key: AVRO-2052 URL: https://issues.apache.org/jira/browse/AVRO-2052 Project: Avro Issue

[jira] [Commented] (AVRO-2051) Thread contention accessing JsonProperties props

2017-07-17 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16090654#comment-16090654 ] Doug Cutting commented on AVRO-2051: This can make building schemas quadratic in the number of

[jira] [Updated] (AVRO-2052) Remove org.apache.avro.file.DataFileWriter Double Buffering

2017-07-17 Thread BELUGA BEHR (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BELUGA BEHR updated AVRO-2052: -- Attachment: AVRO-2052.1.patch Call {{directBinaryEncoder}} instead of the buffered {{binaryEncoder}} >

[jira] [Commented] (AVRO-2051) Thread contention accessing JsonProperties props

2017-07-17 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16090896#comment-16090896 ] Daniel Kulp commented on AVRO-2051: --- I'm trying to find something that will work for Avro 1.8.x as that's

[jira] [Comment Edited] (AVRO-2051) Thread contention accessing JsonProperties props

2017-07-17 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16090911#comment-16090911 ] Daniel Kulp edited comment on AVRO-2051 at 7/18/17 1:04 AM: Of course another

[jira] [Commented] (AVRO-2051) Thread contention accessing JsonProperties props

2017-07-17 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16090911#comment-16090911 ] Daniel Kulp commented on AVRO-2051: --- Of course another option is to just surround the access to the props