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

2017-08-04 Thread BELUGA BEHR (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16114574#comment-16114574 ] BELUGA BEHR commented on AVRO-1786: --- In regards to the original case, it is interesting to note that the

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

2017-08-02 Thread BELUGA BEHR (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112014#comment-16112014 ] BELUGA BEHR commented on AVRO-1786: --- [~cutting] [~rdblue] I've been tearing through the code of Avro and

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

2017-08-01 Thread BELUGA BEHR (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110083#comment-16110083 ] BELUGA BEHR commented on AVRO-1786: --- I created a Fuzzer to test random combinations of values to try to

[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

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

2016-01-28 Thread Yong Zhang (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15122325#comment-15122325 ] Yong Zhang commented on AVRO-1786: -- And in this dataset, I don't think we ever change the schema. >

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

2016-01-28 Thread Yong Zhang (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15122312#comment-15122312 ] Yong Zhang commented on AVRO-1786: -- Hi, Ryan: First, I think this bug's priority should be Minor, as it

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

2016-01-27 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15119898#comment-15119898 ] Ryan Blue commented on AVRO-1786: - [~java8964], when you get a chance, can you post the counters from your

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

2016-01-25 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15116032#comment-15116032 ] Ryan Blue commented on AVRO-1786: - Hi [~java8964]. From that stack trace, it looks like the problem is when

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

2016-01-25 Thread Yong Zhang (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15116151#comment-15116151 ] Yong Zhang commented on AVRO-1786: -- Hi, Ryan: I listed the Mapper and Reducer method signature in the

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

2016-01-25 Thread Yong Zhang (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15116195#comment-15116195 ] Yong Zhang commented on AVRO-1786: -- One more thing. When I mean the other reducers finished successfully,

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

2016-01-25 Thread Yong Zhang (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15116180#comment-15116180 ] Yong Zhang commented on AVRO-1786: -- Sorry, the code base is in my company's github, which is NOT

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

2016-01-22 Thread Yong Zhang (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15112809#comment-15112809 ] Yong Zhang commented on AVRO-1786: -- I modify the DirectBinaryDecorder class to add the following line from

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

2016-01-22 Thread Yong Zhang (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15112664#comment-15112664 ] Yong Zhang commented on AVRO-1786: -- With lots of time debugging this, I found out some interested facts,