Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reduce volume cloning time cost #1676

Closed
andyzhangx opened this issue Jan 19, 2024 · 0 comments · Fixed by #1677
Closed

reduce volume cloning time cost #1676

andyzhangx opened this issue Jan 19, 2024 · 0 comments · Fixed by #1677

Comments

@andyzhangx
Copy link
Member

Is your feature request related to a problem?/Why is this needed

Describe the solution you'd like in detail

currently every single volume cloning requires 5s, most of the time is wasting in waiting for next tick, maybe it's better using exponential seconds waiting, e.g. 0.5ms, 1s, 2s, 4s, 8s or simply set 0.5ms ticking, and only print logs every 5s?

I0119 11:53:03.883970       1 controllerserver.go:1265] generate sas token for account(f6e8d90b6b56b496f8c21b1)
I0119 11:53:03.898119       1 azurefile.go:1016] azcopy job status: NotFound, copy percent: %, error: <nil>
I0119 11:53:03.898142       1 azurefile.go:1020] begin to copy fileshare pvc-99deda38-6cab-4625-af12-7ee0f73788c1 to pvc-4653ddc5-f315-44ef-bb68-9d78b9903ba7
I0119 11:53:08.898581       1 azurefile.go:1025] azcopy job status: NotFound, copy percent: %, error: <nil>
I0119 11:53:08.898611       1 azurefile.go:1030] copy fileshare pvc-99deda38-6cab-4625-af12-7ee0f73788c1 to pvc-4653ddc5-f315-44ef-bb68-9d78b9903ba7
I0119 11:53:31.264565       1 azurefile.go:1051] copied fileshare pvc-99deda38-6cab-4625-af12-7ee0f73788c1 to pvc-4653ddc5-f315-44ef-bb68-9d78b9903ba7 successfully
I0119 11:53:31.264664       1 controllerserver.go:590] create file share pvc-4653ddc5-f315-44ef-bb68-9d78b9903ba7 on storage account f6e8d90b6b56b496f8c21b1 successfully

Describe alternatives you've considered

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant