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

Resume is broken #270

Open
fukasawah opened this issue Mar 6, 2020 · 2 comments
Open

Resume is broken #270

fukasawah opened this issue Mar 6, 2020 · 2 comments

Comments

@fukasawah
Copy link

(sorry, used a translating machine this)

Documentation say "Resumable: yes" but doesn't work.

I using embulk-output-postgresql with mode: insert.

I tried test in next cases for resume feature.

  • Case 1: Error at copying to temporary table => NG
    • Create a new temporary table when resuming. (not use resume-file data)
    • The previous temporary table remains.
  • Case 2: Error at inserting from temporary into target table => NG
    • Create a new temporary table when resuming.
    • No inserts are made to the temporary table.
    • Insert-select using an empty temporary table.
    • Even if fix to use resume-file data then need to identity tasks to resume

I think Case 2 problem is difficult to solve...

And I was told this issue. (thanks @hiroyuki-sato !!)
embulk/embulk#740

So I think it's better updating to "Resumable: no" in document. (All RDB product?)

@hito4t
Copy link
Contributor

hito4t commented Mar 25, 2020

@fukasawah
Thank you for reporting the issue!
As you wrote, embulk-output-jdbc plugins doesn't support resuming.
I'll correct the document.

@hito4t
Copy link
Contributor

hito4t commented Mar 27, 2020

I've updated the documents.
435baf5

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

No branches or pull requests

2 participants