[Swift-commit] r7086 - trunk/libexec/log-processing
lgadelha at ci.uchicago.edu
lgadelha at ci.uchicago.edu
Thu Sep 19 03:41:25 CDT 2013
Author: lgadelha
Date: 2013-09-19 03:41:13 -0500 (Thu, 19 Sep 2013)
New Revision: 7086
Modified:
trunk/libexec/log-processing/log-to-execute2-transitions
Log:
Minor fix
Modified: trunk/libexec/log-processing/log-to-execute2-transitions
===================================================================
--- trunk/libexec/log-processing/log-to-execute2-transitions 2013-09-19 06:43:21 UTC (rev 7085)
+++ trunk/libexec/log-processing/log-to-execute2-transitions 2013-09-19 08:41:13 UTC (rev 7086)
@@ -20,7 +20,7 @@
grep ' swift ' | iso-to-secs | \
grep -E '^[^ ]+ +[^ ]+ +swift ' | \
-sed 's/^\(.*\) DEBUG swift THREAD_ASSOCIATION jobid=\([^ ]*\) thread=\(R-[0-9\-]*\) host=\([^ ]*\) replicationGroup=\([^ ]*\).*$/\1 \2 ASSOCIATED \3 \4 \5/' | \
+sed 's/^\(.*\) DEBUG swift THREAD_ASSOCIATION jobid=\([^ ]*\) thread=\(R[0-9x\-]*\) host=\([^ ]*\) replicationGroup=\([^ ]*\).*$/\1 \2 ASSOCIATED \3 \4 \5/' | \
\
sed 's/^\([^ ]*\) DEBUG swift \([^ ]*\) jobid=\([^ ]*\).*/\1 \3 \2/' | grep -v DEBUG | grep -v INFO
More information about the Swift-commit
mailing list