Commit 3f7b6e4
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 d0ebf7b commit 3f7b6e4
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7607 | 7607 | | |
7608 | 7608 | | |
7609 | 7609 | | |
7610 | | - | |
| 7610 | + | |
| 7611 | + | |
| 7612 | + | |
| 7613 | + | |
7611 | 7614 | | |
7612 | 7615 | | |
7613 | | - | |
| 7616 | + | |
| 7617 | + | |
| 7618 | + | |
| 7619 | + | |
7614 | 7620 | | |
7615 | 7621 | | |
7616 | 7622 | | |
| |||
0 commit comments