You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
within export_task we asynchronously iterate over the tasks of sending date blocks to the recipient. If at least one result is unsuccessful, iterating is terminated:
Describe the bug
While investigating kamu-data/kamu-node#147, this bug was also discovered that causes an unsuccessful result to be masked.
Steps To Reproduce
Please use the instructions from this issue: kamu-data/kamu-node#147
Within this bug report, we are interested in the sending aspect from the client (
kamu
).aspect of sending:Current Behavior
Expected Behavior
kamu system info
Logs
No response
Anything else?
Some technical details:
WsSmartTransferProtocolClient::export_group_of_object_files()
:export_task
we asynchronously iterate over the tasks of sending date blocks to the recipient. If at least one result is unsuccessful, iterating is terminated:export_task
) to finish, but ignore its outcome (_
) (which could potentially be failure):Expectations from fix:
E1) Dispatch error logged
E2) If an error occurs, the
kamu push
command should terminate with an errorThe text was updated successfully, but these errors were encountered: