Skip to content

Commit

Permalink
Merge pull request #403 from aerospike/v7.6.0
Browse files Browse the repository at this point in the history
agi: patterns: new version of early-fail log line
  • Loading branch information
robertglonek authored Sep 5, 2024
2 parents f957411 + f8c7728 commit fdfd603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ingest/patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ defs:
setName: "earlyfail"
search: "early-fail: demarshal"
export:
- 'early-fail: demarshal (?P<EarlyFailDemar>\\d+) tsvc-client (?P<EarlyFailTsvc>\\d+) tsvc-from-proxy (?P<EarlyFailFrmPrx>\\d+) tsvc-from-proxy-batch-sub (?P<EarlyFFPBchSub>\\d+)'
- "early-fail: demarshal (?P<EarlyFailDemar>\\d+) tsvc-client (?P<EarlyFailTsvc>\\d+) tsvc-from-proxy (?P<EarlyFailFrmPrx>\\d+) tsvc-batch-sub (?P<EarlyFailBchSub>\\d+) tsvc-from-proxy-batch-sub (?P<EarlyFFPBchSub>\\d+) tsvc-udf-sub (?P<EarlyFailUdfSub>\\d+) tsvc-ops-sub (?P<EarlyFailOpsSub>\\d+)"
- "early-fail: demarshal (?P<EarlyFailDemar>\\d+) tsvc-client (?P<EarlyFailTsvc>\\d+) tsvc-from-proxy (?P<EarlyFailFrmPrx>\\d+) tsvc-batch-sub (?P<EarlyFailBchSub>\\d+) tsvc-from-proxy-batch-sub (?P<EarlyFFPBchSub>\\d+) tsvc-udf-sub (?P<EarlyFailUdfSub>\\d+)"
- "early-fail: demarshal (?P<EarlyFailDemar>\\d+) tsvc-client (?P<EarlyFailTsvc>\\d+) tsvc-batch-sub (?P<EarlyFailBchSub>\\d+) tsvc-udf-sub (?P<EarlyFailUdfSub>\\d+)"
Expand Down

0 comments on commit fdfd603

Please sign in to comment.