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

Closing subconnection in ExasolRDD on task completion #199

Open
Shmuma opened this issue Aug 28, 2023 · 0 comments
Open

Closing subconnection in ExasolRDD on task completion #199

Shmuma opened this issue Aug 28, 2023 · 0 comments
Assignees
Labels
bug Unwanted / harmful behavior

Comments

@Shmuma
Copy link
Collaborator

Shmuma commented Aug 28, 2023

Subconnections has to be closed after all the partitions were processed.
Closing them on task completion creates race condition: https://github.com/exasol/spark-connector/blob/main/exasol-jdbc/src/main/scala/com/exasol/spark/rdd/ExasolRDD.scala#L140

@Shmuma Shmuma added the bug Unwanted / harmful behavior label Aug 28, 2023
@Shmuma Shmuma self-assigned this May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted / harmful behavior
Projects
None yet
Development

No branches or pull requests

1 participant