Commit a32ad4b
authored
[nexus] re-enable
PR #8709 temporarily disabled the `sp_ereport_ingester` background task
in the config file for R16, as at the time, the Hubris task that
actually exported ereports to the control plane had not merged, and
trying to collect them would just result in Nexus logging a bunch of
errors. After the Hubris code was merged, PR #8838 removed the config
file changes that disabled the `sp_ereport_ingester` task, and all was
well...
...for exactly 35 days. Then, an unrelated PR, #9091 inadvertently [put
back the config][1] for disabling the background task, due to what
appears to be a bad merge. Whoops.
Therefore, this PR un-disables the `sp_ereport_ingester` background task
a _second_ time. Sigh.
[1]: 18058fc#diff-4bc8cb2586b5997322a5977452772052073f9c5392dd2a578b9d9930a2aedd72sp_ereport_ingester a second time (#10201)1 parent 09c8c58 commit a32ad4b
2 files changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | 97 | | |
102 | 98 | | |
103 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | 97 | | |
102 | 98 | | |
103 | 99 | | |
| |||
0 commit comments