Commit dfbff2d
authored
Wait for process completion for sflow script (#15809)
The process.terminate() is sending SIGTERM to sflow but there is a missing process.wait() to wait for process to exit. So, likelly the file content was buffered and not fully written by the time we open the file for reading1 parent 6c2ceab commit dfbff2d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
0 commit comments