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

Fix SFTP connection remaining problem #27

Merged
merged 2 commits into from
Mar 1, 2018
Merged

Conversation

sakama
Copy link
Contributor

@sakama sakama commented Mar 1, 2018

I found this plugin doesn't close SFTP connection after embulk(run|guess|preview).

This problem seems only happens with EmbulkEmbed.
Generally, JVM will finish its process after embulk(run|guess|preview) and SFTP connection will be closed so that this problem doesn't happens for non EmbulkEmbed users.

@sakama sakama force-pushed the fix-connection-remaining branch 3 times, most recently from 8e25dbf to 3ff236e Compare March 1, 2018 08:11
@sakama sakama changed the title [WIP] Fix SFTP connection remaining problem Fix SFTP connection remaining problem Mar 1, 2018
@sakama sakama requested a review from muga March 1, 2018 09:15
@sakama
Copy link
Contributor Author

sakama commented Mar 1, 2018

CI failure should be another problem.
I'm going to fix it at another PR before merging this PR.

@sakama
Copy link
Contributor Author

sakama commented Mar 1, 2018

hmm CI passed successfully. It seems very unstable, though.

Copy link

@muga muga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Please test it on your environment 👍

@sakama sakama merged commit 4373dce into master Mar 1, 2018
@sakama sakama deleted the fix-connection-remaining branch March 1, 2018 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants