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

Container listing stalled #8364

Closed
cyberduck opened this issue Nov 24, 2014 · 9 comments
Closed

Container listing stalled #8364

cyberduck opened this issue Nov 24, 2014 · 9 comments
Assignees
Labels
bug cloudfiles Rackspace CloudFiles fixed
Milestone

Comments

@cyberduck
Copy link
Collaborator

dc1a898 created the issue

Connects correctly but directory download stalled. Stopped after about 5 minutes and only a couple hundred container listings downloaded.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Do you get a prompt that asks if you want to continue listing containers after the first 100?

@cyberduck
Copy link
Collaborator Author

dc1a898 commented

Replying to [comment:1 dkocher]:

Do you get a prompt that asks if you want to continue listing containers after the first 100?
No all that happened was the downloading spinner kept flickering on and off. If you are going to the 100 at a time listing, the same way Rackspace does it, then it becomes unusable as I have a couple thousand containers. Clicking "continue" after each 100 would mean that I would have to babysit the download and click twenty times to get a complete listing.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We cannot reproduce the issue that no prompt is shown to Cancel or Continue when listing all containers. When choosing Cancel, it will display the first 100 containers in the browser. Set the container you want to access in the Path bookmark setting to connect directly to the container without listing all containers in the account.

You can further speed up the container listing by setting the following hidden configuration options.

  • Disable preloading container size using the property openstack.container.size.preload
defaults write ch.sudo.cyberduck openstack.container.size.preload false
  • Disable reading CDN conifguration for container using the property openstack.cdn.preload
defaults write ch.sudo.cyberduck openstack.cdn.preload false

@cyberduck
Copy link
Collaborator Author

dc1a898 commented

Sorry but "worksforme" is rarely an actual solution. Did you create an account with a couple thousand containers?
Also, crippling the download is just an admission that your new release has issues that you will not fix. I am using 4.4.5 which works fine while 4.6 does not work. This leads me to believe that there is an issue with 4.6. I will even privately send you a login to our account so you can see the problem in action.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Reducing the number of HTTP requests by factor 10 in 435d158.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you confirm you get the prompt

Screen Shot 2014-12-05 at 12.41.23.png

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Disable size preload by default in 6c848fa. Reverted in c32e725.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In f8a5c0c.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please update to the latest snapshot build available.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug cloudfiles Rackspace CloudFiles fixed
Projects
None yet
Development

No branches or pull requests

2 participants