forked from Netflix/atlas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow out of order updates for blocks
In Netflix#1297, normalized values were buffered and would only get output at the end. This led to some user complaints that data was delayed. It was still within SLA, but it wouldn't show up until a bit later than before if the end time was set to now instead of offset by the SLA for data to be actionable. With the compressed mutable block type introduced in Netflix#1320, it is possible to update the older blocks as they are not immutable. In this change, the block store checks have been updated so the previous block can be updated to account for out of order values that may arrive. This should make the data visible earlier as it was before.
- Loading branch information
1 parent
8520de5
commit 5eb9273
Showing
7 changed files
with
204 additions
and
184 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
Oops, something went wrong.