Commit 95b9a45
committed
[dbsp] Fix CircuitHandle::is_replay_complete.
Bootstrapping is considered completed when all replay sources are complete and
the bootstrapping transaction has committed. The latter condition was missing.
This did not cause any issues because we only called this function between
transactions.
Signed-off-by: Leonid Ryzhyk <ryzhyk@gmail.com>1 parent bce774d commit 95b9a45
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7545 | 7545 | | |
7546 | 7546 | | |
7547 | 7547 | | |
7548 | | - | |
| 7548 | + | |
| 7549 | + | |
| 7550 | + | |
| 7551 | + | |
7549 | 7552 | | |
7550 | 7553 | | |
7551 | | - | |
| 7554 | + | |
| 7555 | + | |
| 7556 | + | |
| 7557 | + | |
7552 | 7558 | | |
7553 | 7559 | | |
7554 | 7560 | | |
| |||
0 commit comments