You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2014/12/31 16:39:13 UTC

[jira] [Updated] (ACCUMULO-3459) Proxy should use TServerUtils to construct Thrift server

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

Christopher Tubbs updated ACCUMULO-3459:
----------------------------------------
    Description: 
TServerUtils and ThriftUtils classes exist for servers and clients, respectively, that are configured using necessary TProcessors, TTransportFactorys, and TTransports, in addition to the specific Thrift server type.

The Proxy should also use TServerUtils (and ThriftUtil, if necessary) instead of manually constructing its Thrift server.

  was:
TServerUtils and ThriftUtils classes exist for servers and clients, respectively, that are configured using necessary TProcessors, TTransportFactorys, and TTransports, in addition to the specific Thrift server type.

The Proxy should also use TServerUtils (and ThriftUtil, if necessary) instead of manually constructing its Thrift server manually.


> Proxy should use TServerUtils to construct Thrift server
> --------------------------------------------------------
>
>                 Key: ACCUMULO-3459
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3459
>             Project: Accumulo
>          Issue Type: Bug
>          Components: proxy
>            Reporter: Josh Elser
>             Fix For: 1.7.0
>
>
> TServerUtils and ThriftUtils classes exist for servers and clients, respectively, that are configured using necessary TProcessors, TTransportFactorys, and TTransports, in addition to the specific Thrift server type.
> The Proxy should also use TServerUtils (and ThriftUtil, if necessary) instead of manually constructing its Thrift server.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)