Commit 9738852
Fix loganalyzer crash with
What is the motivation for this PR?
loganalyzer is crashing in case config_reload raising any exceptions.
How did you do it?
support_ignore_loganalyzer wrapper was not handling the addition of end_ignore_marker in case of wrapped function raised exceptions, added try and finally block to add end_ignore_markerException: pop from empty list (#19633)1 parent 5b8fb3e commit 9738852
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments