-
Notifications
You must be signed in to change notification settings - Fork 12
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
chore(docs): add resume WAL troubleshooting #42
Conversation
🚀 Build success! Latest successful preview: https://66bdd7fdb046f1a791dd15db--unruffled-blackwell-31bfb2.netlify.app Commit SHA: c489b81
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see my comments. Thanks
| ---- | | ||
| 1242 | | ||
|
||
Since the maximum number of the problematic transactions is `1242`, you can now run resume operation for the `1243` transaction: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could it be the case more than one consecutive transaction is wrong and you need to repeat the process until getting to the right point?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we maybe add that the data at that particular transaction will be lost, but if you are using DEDUP and you have access to the original events (for example they are on Kafka, or other replayable source) it is safe to reingest?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the process may have to be repeated. Added a trailing paragraph on that in bc9fbf0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a hint box with some words on dedup in e72fc14
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few nits and spelling fix, need to double check that the FAQ link works
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
No description provided.