-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement configurable timeout before concluding KVSTORE_SYNCED event…
… in case of 0 peers Summary: Today when there are no neigbors discovered, kvstore concludes event of KVSTORE_SYNCED with 0 peers learned. In cases, eg. in EBB, neighbor discovery may take much longer because interfaces take longer time to come up. May want to delay setting KVSTORE_SYNCED with 0 peers until configurable timeout. Reviewed By: xiangxu1121 Differential Revision: D64811583 fbshipit-source-id: f944eef546917ddb292e5f2e54521843a52ea2f8
- Loading branch information
1 parent
c778d40
commit aa6292a
Showing
6 changed files
with
188 additions
and
16 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
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
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