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

log whenever the source or an animation for a project is restored #20660

Merged
merged 1 commit into from Feb 16, 2018

Conversation

davidsbailey
Copy link
Member

@davidsbailey davidsbailey commented Feb 15, 2018

One failure mode for data loss we've observed is that new versions of projects get overwritten by older versions. One possibility is that the older versions are appearing due by the "restore previous version" endpoint. Because we don't expect restore requests to happen very often, let's start logging all restore requests so that we can determine if restore requests are part of the problem when debugging problem projects.

Note that this logging will log one restore request on the sources bucket for any restored project, and will additionally log one restore request on the animations bucket for each animation in the project, if it is a Game Lab project and has any custom animations.

Copy link
Contributor

@islemaster islemaster left a comment

Choose a reason for hiding this comment

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

Open the floodgates!

floodgates

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