| Summary: | large file transfer to nfs mounted folder intermittently peaks/stalls and on stall temporarily freezes konqueror | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Dolf Andringa <dolf.andringa> |
| Component: | general | Assignee: | Alexander Neundorf <neundorf> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | bugs, jjm, kdelibs-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Dolf Andringa
2007-02-24 18:43:55 UTC
Ok, this is not mainly a problem with konqueror file transfers but with kde file transfers (kio?). Other file managers under kde (Krusader for instance) show the same problem. Transferring files from the nfs mounted folder to the local filesystem is not a problem. Just from the local filesystem to an nfs mounted folder. By the way, I am running kde 3.5.5 (I did fill it in in the wizard but it is not shown in the report). Hey there. Confirming this for Debian. It's already happening for several versions. This is definitely fault at KIO as both transfer speeds and system behaviour is normal when using command line tools or anything without KIO. This happens with larger files that are able to fill out the rest of your available RAM. Because once the transfer of bigger file starts, Dolphin/KIO tries to read the file into memory *very* aggresively. How to reproduce: 1. Mount any NFS 2. Copy / Move file from local system to remote NFS What's happening: - file transfer is slow - Dolphin freezes As hinted by #291835 I'll probably check how old is the NFS implementation in KIO. Accessing NFS mounted folders is handled in the same way as local file access as far as KIO is concerned; that is, by the 'file' ioslave. The NFS ioslave in kio-extras provides access to remote NFS servers (without the need for mounting) via URLs starting "nfs://host/". Reassigning to frameworks-kio/general. |