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 replay of files with malformed records #1015

Merged
merged 2 commits into from
Oct 6, 2021
Merged

Fix replay of files with malformed records #1015

merged 2 commits into from
Oct 6, 2021

Commits on Oct 6, 2021

  1. Fix replay of files wil malformed records

    In some cases recorded files contain small amount malformed records.
    The root cause is not clear, maybe multiple processes writing to the same file.
    
    This change ensuer that file can be replayed, and malformed records will be ingored (with meaningful debug message showing exact line in the file with issue).
    
    Additionally `--input-file-dry-run` mode was speed up a bit, since there were a few of Sleep statements which were not ignored when dry run is executed.
    buger committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    02d78f7 View commit details
    Browse the repository at this point in the history
  2. Use more ideomatic ++

    buger committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    6eca885 View commit details
    Browse the repository at this point in the history