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

Repro and fix for zero-sized snapshot bug #641

Merged
merged 2 commits into from Sep 24, 2020

Conversation

jkowalski
Copy link
Contributor

As reported on the forum:

https://kopia.discourse.group/t/kopia-0-7-0-not-backing-up-any-files-repro-needed/136

The root cause was that source manager was inheriting HTTP call context of the 'connect' API call and holding onto it.
This context was closed after the 'connect' RPC returned thus silently killing all uploads.

The root cause was that source manager was inheriting HTTP call context
which was immediately closed after the 'connect' RPC returned thus
silently killing all uploads.
@jkowalski jkowalski merged commit c9c8d27 into kopia:master Sep 24, 2020
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 this pull request may close these issues.

None yet

2 participants