-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
retry hashing on FileNotFoundExceptions, GitHub issue #167
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c833d5e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried to reproduce the problem but couldn't. It may or may not be fixed, because I've moved files in and out of share before while the app was running and didn't have the issue. BTW the recursive tree list download is a huge improvement!
c833d5e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, there are still some small server-side issues with it but they are fixed in 0.8.14-beta1 which should be out later today.
c833d5e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a trade-off however, because you can't search for files that haven't loaded yet.
c833d5e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the filtering functionality only works for loaded files, but you can right-click on the top-level folders and select "Expand fully". That will load everything
c833d5e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent! Thanks for the clarification.
c833d5e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think MuWire likes expanding multiple folders simultaneously. Not asking for right now, but please keep a "Retry" option in the cards for the future.
Also: +UseParallelGC seems fine so far.
c833d5e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "Failed" while trying to expand multiple folders simultaneously is a server-side bug. When the person you're browsing upgrades to 0.8.14-beta1 it should go away, at least I wasn't able to reproduce it. Retrying while remembering what has been fetched is going to be very difficult.
Regarding parallel GC - I have a report of someone sharing 2 million files with that garbage collector, so yes it is working well :)