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
The --debug log for oras cp sometimes display duplicated request number (e.g. two Request #0). It looks like the request number is counted per repository.
I think this behavior is confusing and misleading.
What happened in your environment?
The
--debug
log fororas cp
sometimes display duplicated request number (e.g. two Request#0
). It looks like the request number is counted per repository.I think this behavior is confusing and misleading.
Command
oras cp localhost:8080/testcount_1:v1 localhost:8080/testcount_2:v1 --debug 2>debug.log
Logs
What did you expect to happen?
It'd be better to merge the two counts into a single count, so that the request number becomes:
How can we reproduce it?
Run
against any two remote repositories.
What is the version of your ORAS CLI?
What is your OS environment?
Ubuntu 18.04.4
Are you willing to submit PRs to fix it?
The text was updated successfully, but these errors were encountered: