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

fix: data loss when shutting down while using typer #8558

Conversation

Rash419
Copy link
Contributor

@Rash419 Rash419 commented Mar 18, 2024

  • Docbroker only uploads the document when the document is already saved and there are no further modifications.
  • But when using typer once dockerbroker saves the document and tries to upload there are already new changes to the document. Therefore, docbroker keeps on saving this new changes and keeps on skiping the upload as there are new changes to the document; until it times out

Change-Id: I427d37a6228299006530daddebdf4365af63588b

Copy link
Contributor

@mmeeks mmeeks left a comment

Choose a reason for hiding this comment

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

As before - fine by me =)

@Rash419 Rash419 enabled auto-merge (rebase) March 18, 2024 12:21
@Rash419 Rash419 disabled auto-merge March 18, 2024 12:21
@Rash419 Rash419 force-pushed the fix-shutting-down-data-loss-backport branch from 7d6fd72 to d89d321 Compare March 18, 2024 14:01
@Rash419 Rash419 enabled auto-merge (rebase) March 19, 2024 14:09
@Rash419 Rash419 disabled auto-merge March 19, 2024 14:18
@Rash419 Rash419 force-pushed the fix-shutting-down-data-loss-backport branch 2 times, most recently from dd25232 to 8978559 Compare March 25, 2024 07:02
- Docbroker only uploads the document when the document is already saved and
  there are no further modifications.
- But when using typer once dockerbroker saves the document and tries to upload
  there are already new changes to the document. Therefore, docbroker keeps on
  saving this new changes and keeps on skiping the upload as there are new
  changes to the document; until it times out

Signed-off-by: Rashesh Padia <rashesh.padia@collabora.com>
Change-Id: I427d37a6228299006530daddebdf4365af63588b
@Rash419 Rash419 force-pushed the fix-shutting-down-data-loss-backport branch from 8978559 to 8c3fe29 Compare March 25, 2024 07:03
@Rash419 Rash419 merged commit eadaf3f into CollaboraOnline:distro/collabora/co-23.05 Mar 25, 2024
6 checks passed
@Rash419 Rash419 deleted the fix-shutting-down-data-loss-backport branch March 25, 2024 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants