You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the backup files become large, sometimes agent sidecar writes uncompleted backup files to object storage bucket.
This is because agent NGT does not write backup files at once.
Solution:
agent NGT writes backup metadata file after finished to write whole of the backup files.
agent sidecar watches metadata changes.
Environment:
Go Version: 1.14.3
Docker Version: 19.03.8
Kubernetes Version: 1.18.2
NGT Version: 1.11.5
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label type/bug to this issue, with a confidence of 0.80. Please mark this comment with 👍 or 👎 to give our bot feedback!
Describe the issue:
When the backup files become large, sometimes agent sidecar writes uncompleted backup files to object storage bucket.
This is because agent NGT does not write backup files at once.
Solution:
agent NGT writes backup metadata file after finished to write whole of the backup files.
agent sidecar watches metadata changes.
Environment:
The text was updated successfully, but these errors were encountered: