-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix replay of files with malformed records (#1015)
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.
- Loading branch information
Showing
1 changed file
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters