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

Large file being transported is blocking small file operations #52

Closed
mkieboom opened this issue Sep 27, 2016 · 1 comment
Closed

Large file being transported is blocking small file operations #52

mkieboom opened this issue Sep 27, 2016 · 1 comment

Comments

@mkieboom
Copy link

To reproduce:

Create a large file in the source which will immediatly start mirroring to the destination
[mapr@maprdemo source1]$ dd if=/dev/zero of=256M.img bs=1 count=0 seek=256M

While the large file is being mirrored, create a small file:
[mapr@maprdemo source1]$ echo "123">>456.txt

The small file is currently being blocked by the large file operation which should not be the case. All operations should be executed in parallel.

@dmitriyHavrilovich
Copy link
Contributor

duplicate with #30

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

No branches or pull requests

2 participants