-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(consensus): CON-1438 Don't increase the notary delay during upgra…
…des (#2677) If a subnet is currently upgrading or about to halt at the CUP height, we should not adjust the notary delay based on the certified-finalized gap. During an upgrade, execution will halt at the CUP height by design while consensus continues to deliver empty blocks. This will naturally increase the gap between certified and finalized height, and slowing down the block rate would only delay the upgrade. See for instance subnet [2fq7c](https://grafana.mainnet.dfinity.network/d/ic-progress-clock/ic-progress-clock?orgId=1&var-period=$__auto&from=2024-11-19T08:10:40.558Z&to=2024-11-19T08:51:19.114Z&timezone=utc&var-datasource=PE62C54679EC3C073&var-ic=mercury&var-ic_subnet=2fq7c-slacv-26cgz-vzbx2-2jrcs-5edph-i5s2j-tck77-c3rlz-iobzx-mqe&var-instance=$__all) running at slow finalization rate for a while immediately before the upgrade.
- Loading branch information
Showing
2 changed files
with
238 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters