Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDBMSTopicMapSource should implement close() method #468

Closed
GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments
Closed

RDBMSTopicMapSource should implement close() method #468

GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

The RDBMSTopicMapSource class keeps reference to an RDBMSStorage object. This 
storage object is created, but never closed by the RDBMSTopicMapSource code. 
When using clustering, the cluster cannot be left when using a 
RDBMSTopicMapSource because the storage object cannot be closed. A close() 
method should be implemented for RDBMSTopicMapSource, that closes the 
RDBMSStorage and subsequently leaves the cluster.

Original issue reported on code.google.com by p.kruijsen on 17 Jun 2013 at 1:31

@GoogleCodeExporter
Copy link
Author

Fixed by revision r2379

Original comment by p.kruijsen on 17 Jun 2013 at 1:33

  • Changed state: Fixed
  • Added labels: Release5.2.3

@GoogleCodeExporter
Copy link
Author

Original comment by qsieb...@gmail.com on 1 Aug 2013 at 12:03

  • Added labels: Release5.3.0
  • Removed labels: Release5.2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant