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

Sometimes a duplicate snapshot is created #28

Closed
miracle2k opened this issue Aug 24, 2017 · 6 comments · Fixed by #66
Closed

Sometimes a duplicate snapshot is created #28

miracle2k opened this issue Aug 24, 2017 · 6 comments · Fixed by #66

Comments

@miracle2k
Copy link
Owner

As best as I ca tell from the log:

  • While a snapshot is running, the scheduling coroutine schedules it again (due to a duplicate update from the rule generator).
  • After the first snapshot is completed, the second one is started right way, without the scheduler running again, with the newly created one being considered in the plan this time around.
@dcaschutz
Copy link

Same here, except it runs continually generating new snapshots.

@dcaschutz
Copy link

dcaschutz commented Mar 2, 2018

This appears to be fixed in the "dev" image, but not in v2.0.

@timstoop
Copy link

Same for me, testing the dev image now.

@timstoop
Copy link

I have that same behaviour with the dev image :(

@timstoop
Copy link

@miracle2k How can I best help with debugging that issue?

@timstoop
Copy link

It looks like it's doing this because the snapshot is taking too long to finish...

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 a pull request may close this issue.

3 participants