SDP-675

pascal_soccard (Pascal Soccard)
Pascal Soccard created this job , modified by C. Thomas Tyler
Closed
"Preflight journal health check" issue caused by a grep command not coping well with non ascii characters.

The issue can be fixed in //guest/perforce_software/sdp/dev/Server/Unix/p4/common/bin/p4d_base by replacing line 177:
            tail -10000 "$P4JOURNAL" 2>/dev/null | grep -v "@vv@" > "$TmpJnl" 2>> "$TmpLog"
by
            tail -10000 "$P4JOURNAL" 2>/dev/null | grep -av "@vv@" > "$TmpJnl" 2>> "$TmpLog"
27948Fixed issue that can result in false-positives in the pre-flight
journal corruption check.

#review @pascal_soccard @robert_cowham
27955Fixed issue that can result in false-positives in the pre-flight
journal corruption check.

#review-27948 @pascal_soccard @robert_cowham
  • Details
  • Comments -
Status
Closed
Project
perforce-software-sdp
Severity
A
Reported By
Pascal Soccard
Reported Date
Modified By
C. Thomas Tyler
Modified Date
Owned By
pascal_soccard
Type
Bug