Commit 5594436
authored
chore: remove format! in heavy IO loop (#19077)
* save
* refactor: reduce overhead when log level is not DEBUG
* fmt
* refactor: ThreadTrackerFilter with report_issues mode
* refactor: ThreadTrackerFilter with report_issues mode
* refactor: ThreadTrackerFilter with report_issues mode
* refactor: ThreadTrackerFilter with report_issues mode
* Revert "refactor: ThreadTrackerFilter with report_issues mode"
This reverts commit 4358828.
* Revert "refactor: ThreadTrackerFilter with report_issues mode"
This reverts commit c3df019.
* Revert "refactor: ThreadTrackerFilter with report_issues mode"
This reverts commit 13a2296.
* Revert "refactor: ThreadTrackerFilter with report_issues mode"
This reverts commit 93ea2ab.
* Revert "fmt"
This reverts commit 5755f28.
* Revert "refactor: reduce overhead when log level is not DEBUG"
This reverts commit e3bc664.
* Revert "save"
This reverts commit ef5100a.
* fix: pre-assemble spawn task name, to avoid calling format! in heavy read loop1 parent d7bf3cf commit 5594436
1 file changed
+59
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
| 187 | + | |
186 | 188 | | |
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
190 | 200 | | |
191 | 201 | | |
192 | 202 | | |
| 203 | + | |
193 | 204 | | |
194 | 205 | | |
195 | 206 | | |
| |||
200 | 211 | | |
201 | 212 | | |
202 | 213 | | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
207 | 222 | | |
208 | 223 | | |
209 | 224 | | |
| |||
217 | 232 | | |
218 | 233 | | |
219 | 234 | | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
224 | 243 | | |
225 | 244 | | |
226 | 245 | | |
| |||
232 | 251 | | |
233 | 252 | | |
234 | 253 | | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
239 | 262 | | |
240 | 263 | | |
241 | 264 | | |
| |||
247 | 270 | | |
248 | 271 | | |
249 | 272 | | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
254 | 281 | | |
255 | 282 | | |
256 | 283 | | |
| |||
264 | 291 | | |
265 | 292 | | |
266 | 293 | | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
271 | 302 | | |
272 | 303 | | |
273 | 304 | | |
| |||
285 | 316 | | |
286 | 317 | | |
287 | 318 | | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
292 | 327 | | |
293 | 328 | | |
294 | 329 | | |
| |||
0 commit comments