This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request is about cancel bulk load by client.
on_control_bulk_load
)update_app_status_on_remote_storage_reply
)should_send_request
= true to resend bulk_load_request, for other status, request will be resent in functionon_partition_bulk_load_reply
feat(bulk-load): bulk load download part5 - meta handle download status and progress #482handle_bulk_load_finish
to cleanup bulk load (in functiondo_bulk_load
)report_bulk_load_states_to_primary
)report_bulk_load_states_to_meta
)on_partition_bulk_load_reply
and call functionhandle_bulk_load_finish
feat(bulk-load): meta handle bulk_load_response #463Special explanations:
is_group_bulk_load_context_cleaned_up
is not set in functionhandle_bulk_load_finish
, the possible condition:As a result, I update related code in function
handle_bulk_load_finish
.