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

Threaded transfer hangs #2

Open
bollig opened this issue Apr 7, 2014 · 0 comments
Open

Threaded transfer hangs #2

bollig opened this issue Apr 7, 2014 · 0 comments
Labels

Comments

@bollig
Copy link
Collaborator

bollig commented Apr 7, 2014

Data transfers hang when num_transfer_threads is > 2.

Haven't started debugging yet, but it seems as though the transfer pool stalls while waiting for parts to be become available. Whatever race condition happens is avoided when 1 or 2 threads are used.

This works:

transfer:
local_temp_dir: /tmp/ngsdp
compress_transfers: False
transfer_chunk_size: 128
num_compress_threads: 4
num_transfer_threads: 1
num_decompress_threads: 4

@bollig bollig added the bug label Apr 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant