You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jerome Boulon (JIRA)" <ji...@apache.org> on 2009/10/16 19:56:31 UTC

[jira] Created: (THRIFT-608) Option parameter is ignored for one constructors in THsHaServer

Option parameter is ignored for one constructors in THsHaServer
---------------------------------------------------------------

                 Key: THRIFT-608
                 URL: https://issues.apache.org/jira/browse/THRIFT-608
             Project: Thrift
          Issue Type: Bug
          Components: Library (Java)
            Reporter: Jerome Boulon


The input parameter "Option" is ignored in one constructor.

 public THsHaServer( TProcessor processor,
                      TNonblockingServerTransport serverTransport,
                      TProtocolFactory protocolFactory,
                      Options options) {
    this(processor, serverTransport, new TFramedTransport.Factory(),
      protocolFactory);
  }


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-608) Option parameter is ignored for one constructors in THsHaServer

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury updated THRIFT-608:
---------------------------------

    Attachment: thrift-608.patch

This should do it.

> Option parameter is ignored for one constructors in THsHaServer
> ---------------------------------------------------------------
>
>                 Key: THRIFT-608
>                 URL: https://issues.apache.org/jira/browse/THRIFT-608
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Java)
>            Reporter: Jerome Boulon
>         Attachments: thrift-608.patch
>
>
> The input parameter "Option" is ignored in one constructor.
>  public THsHaServer( TProcessor processor,
>                       TNonblockingServerTransport serverTransport,
>                       TProtocolFactory protocolFactory,
>                       Options options) {
>     this(processor, serverTransport, new TFramedTransport.Factory(),
>       protocolFactory);
>   }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-608) Option parameter is ignored for one constructors in THsHaServer

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury updated THRIFT-608:
---------------------------------

    Patch Info: [Patch Available]
      Assignee: Bryan Duxbury

> Option parameter is ignored for one constructors in THsHaServer
> ---------------------------------------------------------------
>
>                 Key: THRIFT-608
>                 URL: https://issues.apache.org/jira/browse/THRIFT-608
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Java)
>            Reporter: Jerome Boulon
>            Assignee: Bryan Duxbury
>         Attachments: thrift-608.patch
>
>
> The input parameter "Option" is ignored in one constructor.
>  public THsHaServer( TProcessor processor,
>                       TNonblockingServerTransport serverTransport,
>                       TProtocolFactory protocolFactory,
>                       Options options) {
>     this(processor, serverTransport, new TFramedTransport.Factory(),
>       protocolFactory);
>   }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (THRIFT-608) Option parameter is ignored for one constructors in THsHaServer

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury resolved THRIFT-608.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.3

I just committed this.

> Option parameter is ignored for one constructors in THsHaServer
> ---------------------------------------------------------------
>
>                 Key: THRIFT-608
>                 URL: https://issues.apache.org/jira/browse/THRIFT-608
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Java)
>            Reporter: Jerome Boulon
>            Assignee: Bryan Duxbury
>             Fix For: 0.3
>
>         Attachments: thrift-608.patch
>
>
> The input parameter "Option" is ignored in one constructor.
>  public THsHaServer( TProcessor processor,
>                       TNonblockingServerTransport serverTransport,
>                       TProtocolFactory protocolFactory,
>                       Options options) {
>     this(processor, serverTransport, new TFramedTransport.Factory(),
>       protocolFactory);
>   }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.