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

3 changes/fixes around how tuples are output by the replayer. #513

Merged
merged 1 commit into from
Feb 20, 2024

Commits on Feb 16, 2024

  1. 3 changes/fixes around how tuples are output by the replayer.

    Copy the bytes into the tuple output rather than try to use the array (which could be very big and full of padded zeros).
    Don't use a json layout for log4j output - that cases the tuples to be escaped. Instead, just output the json-coded contents + a newline.
    Fix the humanReadables script to work with the above change.
    
    Signed-off-by: Greg Schohn <[email protected]>
    gregschohn committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f6d7069 View commit details
    Browse the repository at this point in the history