-
Notifications
You must be signed in to change notification settings - Fork 549
Conversation
Test result (use the same config as in #4911) |
<record> | ||
logType "${\ | ||
if record['logMessage'].include? 'enqueueFrameworkObj: Framework Pod Deleted' | ||
'deleted_pod_snapshot' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deleted_pod_snapshot [](start = 13, length = 20)
pod_deleted #Closed
if record['logMessage'].include? 'enqueueFrameworkObj: Framework Pod Deleted' | ||
'deleted_pod_snapshot' | ||
elsif record['logMessage'].include? 'syncFrameworkState: Framework will be retried' | ||
'retried_framework_snapshot' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
retried_framework_snapshot [](start = 13, length = 26)
framework_retried #Closed
elsif record['logMessage'].include? 'syncFrameworkState: Framework will be retried' | ||
'retried_framework_snapshot' | ||
elsif record['logMessage'].include? 'syncTaskState: Task will be retried' | ||
'task_retried_framework_snapshot' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
task_retried_framework_snapshot [](start = 13, length = 31)
task_retried #Closed
enable_ruby | ||
<record> | ||
logType "${\ | ||
if record['logMessage'].include? 'enqueueFrameworkObj: Framework Pod Deleted' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'enqueueFrameworkObj: Framework Pod Deleted [](start = 43, length = 43)
'Framework Pod Deleted' #Closed
logType "${\ | ||
if record['logMessage'].include? 'enqueueFrameworkObj: Framework Pod Deleted' | ||
'deleted_pod_snapshot' | ||
elsif record['logMessage'].include? 'syncFrameworkState: Framework will be retried' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Framework will be retried' [](start = 67, length = 26)
'Framework will be retried' #Closed
'deleted_pod_snapshot' | ||
elsif record['logMessage'].include? 'syncFrameworkState: Framework will be retried' | ||
'retried_framework_snapshot' | ||
elsif record['logMessage'].include? 'syncTaskState: Task will be retried' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task will be retried' [](start = 62, length = 21)
'Task will be retried'
#Closed
@@ -94,6 +94,24 @@ data: | |||
</record> | |||
</filter> | |||
|
|||
# add logType |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logType [](start = 10, length = 7)
objectSnapshotTrigger
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to fix #4911