[jira] [Assigned] (AVRO-1156) Avro responder swallows thrown Errors

2018-03-26 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Percy reassigned AVRO-1156: Assignee: (was: Mike Percy) > Avro responder swallows thrown Errors >

[jira] [Commented] (AVRO-1197) Avro Java mapreduce pom depends on IPC test jar which is not exposed

2012-11-08 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493457#comment-13493457 ] Mike Percy commented on AVRO-1197: -- I was running mvn clean install -DskipTests ... I can

[jira] [Commented] (AVRO-1198) Malformed Avro data may cause confusing ArrayIndexOutOfBoundsException

2012-11-08 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493803#comment-13493803 ] Mike Percy commented on AVRO-1198: -- Doug, this looks good to me. I suppose we should add a

[jira] [Updated] (AVRO-1197) Avro Java mapreduce pom depends on IPC test jar which is not exposed

2012-11-07 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Percy updated AVRO-1197: - Attachment: AVRO-1197.patch This seems to fix the build issue for me. Avro Java

[jira] [Updated] (AVRO-1197) Avro Java mapreduce pom depends on IPC test jar which is not exposed

2012-11-07 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Percy updated AVRO-1197: - Assignee: Mike Percy Status: Patch Available (was: Open) Avro Java mapreduce pom depends on

[jira] [Created] (AVRO-1197) Avro Java mapreduce pom depends on IPC test jar which is not exposed

2012-11-07 Thread Mike Percy (JIRA)
Mike Percy created AVRO-1197: Summary: Avro Java mapreduce pom depends on IPC test jar which is not exposed Key: AVRO-1197 URL: https://issues.apache.org/jira/browse/AVRO-1197 Project: Avro

[jira] [Created] (AVRO-1198) Malformed Avro data may cause confusing ArrayIndexOutOfBoundsException

2012-11-07 Thread Mike Percy (JIRA)
Mike Percy created AVRO-1198: Summary: Malformed Avro data may cause confusing ArrayIndexOutOfBoundsException Key: AVRO-1198 URL: https://issues.apache.org/jira/browse/AVRO-1198 Project: Avro

[jira] [Updated] (AVRO-1198) Malformed Avro data may cause confusing ArrayIndexOutOfBoundsException

2012-11-07 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Percy updated AVRO-1198: - Attachment: AVRO-1198-1.patch Simple patch to throw an IllegalArgumentException if this occurs. I don't

[jira] [Updated] (AVRO-1198) Malformed Avro data may cause confusing ArrayIndexOutOfBoundsException

2012-11-07 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Percy updated AVRO-1198: - Assignee: Mike Percy Status: Patch Available (was: Open) Malformed Avro data may cause

[jira] [Commented] (AVRO-1122) Java: Avro RPC Requestor can block during handshake in async mode

2012-10-29 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13486585#comment-13486585 ] Mike Percy commented on AVRO-1122: -- Hi James, yep now I know it pretty much has to block

[jira] [Commented] (AVRO-1111) Malformed data can cause OutOfMemoryError in Avro IPC

2012-09-11 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13453281#comment-13453281 ] Mike Percy commented on AVRO-: -- Thanks Tom! Malformed data can cause

[jira] [Created] (AVRO-1156) Avro responder swallows thrown Errors

2012-09-11 Thread Mike Percy (JIRA)
Mike Percy created AVRO-1156: Summary: Avro responder swallows thrown Errors Key: AVRO-1156 URL: https://issues.apache.org/jira/browse/AVRO-1156 Project: Avro Issue Type: Bug

[jira] [Updated] (AVRO-1156) Avro responder swallows thrown Errors

2012-09-11 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Percy updated AVRO-1156: - Attachment: AVRO-1156-1.patch Small patch so that if the Throwable is an Error, throw it as an Error.

[jira] [Updated] (AVRO-1156) Avro responder swallows thrown Errors

2012-09-11 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Percy updated AVRO-1156: - Assignee: Mike Percy Status: Patch Available (was: Open) Avro responder swallows thrown

[jira] [Commented] (AVRO-1156) Avro responder swallows thrown Errors

2012-09-11 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13453462#comment-13453462 ] Mike Percy commented on AVRO-1156: -- Thanks for the feedback guys! Re. the zombie

[jira] [Commented] (AVRO-1156) Avro responder swallows thrown Errors

2012-09-11 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13453473#comment-13453473 ] Mike Percy commented on AVRO-1156: -- To add a bit more information here, I'm seeing stack

[jira] [Commented] (AVRO-1156) Avro responder swallows thrown Errors

2012-09-11 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13453639#comment-13453639 ] Mike Percy commented on AVRO-1156: -- Doug I agree with your last comment about improving

[jira] [Commented] (AVRO-1111) Malformed data can cause OutOfMemoryError in Avro IPC

2012-09-10 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13451827#comment-13451827 ] Mike Percy commented on AVRO-: -- Phil, thank you very much for the ideas! I agree with

[jira] [Updated] (AVRO-1111) Malformed data can cause OutOfMemoryError in Avro IPC

2012-09-09 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Percy updated AVRO-: - Status: Patch Available (was: Open) Malformed data can cause OutOfMemoryError in Avro IPC

[jira] [Updated] (AVRO-1111) Malformed data can cause OutOfMemoryError in Avro IPC

2012-09-09 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Percy updated AVRO-: - Attachment: AVRO--1.patch I think this patch is more limited but it's a first pass. What it does it

[jira] [Commented] (AVRO-1054) AvroRuntimeException: Unknown datum type: java.lang.NullPointerException

2012-07-18 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13416996#comment-13416996 ] Mike Percy commented on AVRO-1054: -- Worth noting for future reference that when you see

[jira] [Created] (AVRO-1122) Java: Avro RPC Requestor can block during handshake in async mode

2012-06-27 Thread Mike Percy (JIRA)
Mike Percy created AVRO-1122: Summary: Java: Avro RPC Requestor can block during handshake in async mode Key: AVRO-1122 URL: https://issues.apache.org/jira/browse/AVRO-1122 Project: Avro Issue

[jira] [Resolved] (AVRO-1118) Specifying null as default of a union only works if null is specified as first type in the union

2012-06-20 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Percy resolved AVRO-1118. -- Resolution: Not A Problem Thanks for the quick response, Christophe! In that case, I'll close this

[jira] [Created] (AVRO-1118) Specifying null as default of a union only works if null is specified as first type in the union

2012-06-19 Thread Mike Percy (JIRA)
Mike Percy created AVRO-1118: Summary: Specifying null as default of a union only works if null is specified as first type in the union Key: AVRO-1118 URL: https://issues.apache.org/jira/browse/AVRO-1118

[jira] [Commented] (AVRO-1118) Specifying null as default of a union only works if null is specified as first type in the union

2012-06-19 Thread Mike Percy (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13397225#comment-13397225 ] Mike Percy commented on AVRO-1118: -- Note that this occurs when trying to read