[
https://issues.apache.org/jira/browse/AVRO-596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12890015#action_12890015
]
Patrick Linehan commented on AVRO-596:
--------------------------------------
I agree with Scott that all of the servers should converge on some standard
semantics, and his description of what those semantics should be also seems
reasonable.
However, given that no patch has been proposed towards that end, I'd still like
to see the current patch merged sooner rather than later. The current behavior
of the Netty server is neither intuitive nor does it fit Scott's desired
semantics. The patch I've proposed at least makes the behavior intuitive.
Doug, is there any way the current patch could make it into 1.4?
> NettyServer under-initialized in constructor.
> ---------------------------------------------
>
> Key: AVRO-596
> URL: https://issues.apache.org/jira/browse/AVRO-596
> Project: Avro
> Issue Type: Bug
> Components: java
> Affects Versions: 1.3.3
> Reporter: Patrick Linehan
> Priority: Minor
> Attachments: AVRO-596.patch
>
>
> As described on the dev mailing list
> (http://mail-archives.apache.org/mod_mbox/avro-dev/201007.mbox/browser), the
> NettyServer constructor fires off a thread to perform initialization, leaving
> the server in an unusable state for an indeterminate amount of time.
> Suggested fix is to perform all initialization eagerly in the ctor.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.