[
https://issues.apache.org/jira/browse/CARBONDATA-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ted Yu updated CARBONDATA-2336:
-------------------------------
Description:
In bindToPort :
{code}
TransportServer transportServer = context
.createServer(host, port, Lists.<TransportServerBootstrap>newArrayList(bootstrap));
{code}
The transportServer should be covered in {{shutdown}} as well.
was:
In bindToPort :
{code}
TransportServer transportServer = context
.createServer(host, port, Lists.<TransportServerBootstrap>newArrayList(bootstrap));
{code}
The transportServer should be covered in {{shutdown}} as well.
> SecureDictionaryServer#shutdown should cover TransportServer
> ------------------------------------------------------------
>
> Key: CARBONDATA-2336
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-2336> Project: CarbonData
> Issue Type: Bug
> Reporter: Ted Yu
> Priority: Minor
>
> In bindToPort :
> {code}
> TransportServer transportServer = context
> .createServer(host, port, Lists.<TransportServerBootstrap>newArrayList(bootstrap));
> {code}
> The transportServer should be covered in {{shutdown}} as well.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)