Skip to content

fixing close() in the Context and Domain classes #318

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

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

DimitrisStaratzis
Copy link
Contributor

@DimitrisStaratzis DimitrisStaratzis commented Nov 1, 2023

This PR fixes some bugs in the resource management of the Domain and Context classes.

  • In the domain class we were not assigning the domainp and domainpp with null in the close() method which was causing issues in Spark were the close() method is called multiple times.

  • In the context class we were using the internal Config object wrongly.

@DimitrisStaratzis DimitrisStaratzis force-pushed the dstara/resource_managment_fixes branch from a7083f7 to e168f1b Compare November 1, 2023 14:10
@DimitrisStaratzis DimitrisStaratzis merged commit 8ada411 into master Nov 1, 2023
@DimitrisStaratzis DimitrisStaratzis deleted the dstara/resource_managment_fixes branch November 1, 2023 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants