[
https://issues.apache.org/jira/browse/GEODE-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emily Yeh reassigned GEODE-286:
-------------------------------
Assignee: Emily Yeh
> Remove deprecated DistributedSystem connect and disconnect
> ----------------------------------------------------------
>
> Key: GEODE-286
> URL: https://issues.apache.org/jira/browse/GEODE-286
> Project: Geode
> Issue Type: Sub-task
> Reporter: Darrel Schneider
> Assignee: Emily Yeh
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> The DistributedSystem connect and disconnect methods were deprecated in 6.5.
> Customers no longer need to first connect an DistributedSystem and then
> create a Cache. Instead they just create and close the cache and the
> DistributedSystem is taken care of for them by those cache operations.
> Our tests tend to want to split them up and close the cache without
> disconnect the distributed system. It should be easy to replace the calls to
> DistributedSystem.disconnect with InternalDistributedSystem.disconnect.
> But the DistributedSystem.connect will require that some of the code
> currently in DistributedSystem be moved down to InternalDistributedSystem.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)