Commit 86fba83
Enhance logging message when supervision events are not handled (#1685)
Summary:
Pull Request resolved: #1685
In cases where a supervision event happens very early in a proc lifecycle, before the
ProcMeshAgent sets the coordinator port, we end up dropping the event details.
Add these to logs so they are seen.
Before we would see:
```
proc tcp:hostname:port,service: could not propagate supervision event: coordinator port is not set for proc tcp:hostname:port,service: crashing
```
Now we will also see the original supervision event which caused that crash.
Reviewed By: amirafzali
Differential Revision: D85676924
fbshipit-source-id: 9c3f694be1b9dc25a51728ac313e4504482121e61 parent d9b1030 commit 86fba83
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
| 400 | + | |
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
| 405 | + | |
406 | 406 | | |
| 407 | + | |
407 | 408 | | |
408 | 409 | | |
409 | 410 | | |
| |||
0 commit comments