- Notifications
You must be signed in to change notification settings - Fork41
Commite6f52a7
Fix another issue with collector infinite loop.
In some rare cases collector acquires own exclusive lock but doesn'trelease it. I suppose that after acquiring but before releasing of lockthere was some exception that was interrupted somewhere above butcollector lock releasing was lost. This commit adds try-catch blocksurrounding critical lock section to release lock anyway1 parentd77c9e2 commite6f52a7
1 file changed
+45
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | | - | |
| 439 | + | |
440 | 440 | | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
448 | 476 | | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
470 | 480 | | |
471 | | - | |
| 481 | + | |
| 482 | + | |
472 | 483 | | |
473 | | - | |
| 484 | + | |
474 | 485 | | |
475 | | - | |
476 | | - | |
477 | | - | |
| 486 | + | |
| 487 | + | |
478 | 488 | | |
479 | | - | |
| 489 | + | |
480 | 490 | | |
481 | 491 | | |
482 | 492 | | |
| |||
0 commit comments
Comments
(0)