You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Patrick Linehan (JIRA)" <ji...@apache.org> on 2010/07/14 08:50:49 UTC

[jira] Updated: (AVRO-596) NettyServer under-initialized in constructor.

     [ https://issues.apache.org/jira/browse/AVRO-596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Linehan updated AVRO-596:
---------------------------------

    Attachment: AVRO-596.patch

Suggested patch.

> 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.