-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[da-vinci] DVC batch incremental push status across all partitions on…
… the same node (#1365) This feature is controlled by config: davinci.push.status.check.interval.in.ms When the config value is non-negative (default value is -1, disabled), the feature is enabled, and DVC would batch both batch push status and incremental push status across all partitions hosted on the node. For each incremental push version on a DVC node, there would be at most two status event messages: START_OF_INCREMENTAL_PUSH_RECEIVED - at least one partition on the DVC node starts ingesting data for this incremental push version; END_OF_INCREMENTAL_PUSH_RECEIVED - all hosted partitions on the DVC node finish ingesting data for this incremental push version. The batching feature for incremental pushes reuse the "DaVinciPushStatusUpdateTask" for batch push status; "DaVinciPushStatusUpdateTask" is a bachground task which wakes up regularly based on the above config value, and check what status events it should send; besides, it would not shutdown itself anymore after batch push completes, since incremental pushes could happen anytime. New version level key for incremental push status: version + incremental_push_version.
- Loading branch information
1 parent
891c65a
commit 6c7e13f
Showing
8 changed files
with
476 additions
and
79 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
Oops, something went wrong.