[GitHub] [avro] RyanSkraba merged pull request #1218: AVRO-3113: Align maven versions

2021-06-29 Thread GitBox
RyanSkraba merged pull request #1218: URL: https://github.com/apache/avro/pull/1218 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr..

[jira] [Commented] (AVRO-2065) Avro java code generation for Unions doesn't set converters for unions

2021-06-29 Thread shubhangi priya (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17371420#comment-17371420 ] shubhangi priya commented on AVRO-2065: --- [~stephane.maa...@gmail.com] If the issue

[jira] [Commented] (AVRO-2831) Resolver cannot find reader/writer schema difference of fields in Union

2021-06-29 Thread shubhangi priya (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17371421#comment-17371421 ] shubhangi priya commented on AVRO-2831: --- [~jinge.dai] If the issue is still unresol

[jira] [Commented] (AVRO-2809) XSD to Avro Conversion - SchemaParseException: can't redefine roleNotesGroup

2021-06-29 Thread shubhangi priya (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17371423#comment-17371423 ] shubhangi priya commented on AVRO-2809: --- [~vnikeshh] If the issue is still unresolv

[jira] [Commented] (AVRO-2787) Hadoop Mapreduce job fails when creating Writer

2021-06-29 Thread shubhangi priya (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17371424#comment-17371424 ] shubhangi priya commented on AVRO-2787: --- [~antono]  If the issue is still unresolve

[jira] [Commented] (AVRO-2738) avro-python3==1.9.2 adds an implicit dependency on pycodestyle

2021-06-29 Thread shubhangi priya (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17371426#comment-17371426 ] shubhangi priya commented on AVRO-2738: --- [~tvalentyn] If the issue is still unresol

[jira] [Commented] (AVRO-2386) Generated code doesn't compile, because customDecode and customEncode are protected

2021-06-29 Thread shubhangi priya (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17371428#comment-17371428 ] shubhangi priya commented on AVRO-2386: --- [~nkollar] If the issue is still unresolve

[jira] [Commented] (AVRO-1218) Avro 1.7.3 fails to build

2021-06-29 Thread shubhangi priya (Jira)
[ https://issues.apache.org/jira/browse/AVRO-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17371429#comment-17371429 ] shubhangi priya commented on AVRO-1218: --- [~russell.jurney]  If the issue is still u

[jira] [Commented] (AVRO-2787) Hadoop Mapreduce job fails when creating Writer

2021-06-29 Thread Anton Oellerer (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17371430#comment-17371430 ] Anton Oellerer commented on AVRO-2787: -- [~code_kr_dev_s] I think I found a workarkoun

[jira] [Commented] (AVRO-2831) Resolver cannot find reader/writer schema difference of fields in Union

2021-06-29 Thread Jinge Dai (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17371454#comment-17371454 ] Jinge Dai commented on AVRO-2831: - Stick on 1.8.2, Dowgrade the dependency if it is in oth

[jira] [Created] (AVRO-3165) [avro-ipc-netty] NioEventLoopGroup leak in NettyTransceiver

2021-06-29 Thread Benjamin Leber (Jira)
Benjamin Leber created AVRO-3165: Summary: [avro-ipc-netty] NioEventLoopGroup leak in NettyTransceiver Key: AVRO-3165 URL: https://issues.apache.org/jira/browse/AVRO-3165 Project: Apache Avro

[GitHub] [avro] Grisu118 opened a new pull request #1274: AVRO-2831: Do not create workerGroup if NettyTransceiver created via internal Constructor

2021-06-29 Thread GitBox
Grisu118 opened a new pull request #1274: URL: https://github.com/apache/avro/pull/1274 Otherwise it leaks the workerGroup for every connection, as it is never closed on server side. Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the follow