This repository was archived by the owner on Jun 30, 2022. It is now read-only.
Commit 9bea52e
Performs two small updates to progress reporting.
Updates BatchWorker so that progress reporting thread only sends progress updates when a work item is actively being processed. Without this progress reporting thread may send progress reports for already completed work items resulting in lease expiration errors.
Updates BatchWorker so that dynamic_split_result from previous task get cleared when starting to process a new workitem.
----Release Notes----
[]
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=1170541581 parent 30c74e5 commit 9bea52e
1 file changed
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
108 | 112 | | |
109 | 113 | | |
110 | 114 | | |
| |||
339 | 343 | | |
340 | 344 | | |
341 | 345 | | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
342 | 355 | | |
343 | 356 | | |
344 | 357 | | |
| |||
378 | 391 | | |
379 | 392 | | |
380 | 393 | | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
381 | 398 | | |
382 | 399 | | |
383 | | - | |
| 400 | + | |
384 | 401 | | |
385 | 402 | | |
| 403 | + | |
386 | 404 | | |
387 | 405 | | |
388 | 406 | | |
389 | 407 | | |
390 | 408 | | |
391 | 409 | | |
392 | 410 | | |
| 411 | + | |
393 | 412 | | |
394 | 413 | | |
395 | 414 | | |
| |||
0 commit comments