-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improving the download segment for realtime tables by:
1. Relying on segment status to make the call on whether to use waited download instead of tableConfig. - This is needed for pauseless tables as the pauseless can be disabled by changing the table config - Segment status is a better decision criteria. 2. Checking presence of an ONLINE server before attempting peer download to prevent waiting for exponential backoff.
- Loading branch information
Showing
2 changed files
with
44 additions
and
13 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