fix(import): crash recovery, stale detection, and InfluxDB v3 timestamps#51
fix(import): crash recovery, stale detection, and InfluxDB v3 timestamps#51Aliaksei-Kharlap wants to merge 1 commit intomainfrom
Conversation
|
This pr does not fix #46 |
|
This pr does not fix #47 |
|
#47 I added a check for the last entry in the import_state table (written for each time interval for which data is collected (batch)). If the last entry was less than 5 minutes ago, is_running is returned; if it was more than 5 minutes ago, the migration can continue. @caterryan How long did it take you to submit a request to resume migration? |
|
#46 That's strange, I'll double check. |
Ah that must be the problem. I didn't wait long enough. |
Fix crash recovery, stale import detection, and InfluxDB v3 timestamp compatibility for the import plugin.
Bug fixes
stuck in "running" forever.
checkpoint exists, restarts from the beginning.
Improvements
Docs