mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Torrent checking is very slow #894
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#894
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @birdie-github on GitHub (Nov 6, 2013).
uTorrent checks torrents for half the time - I'm not sure it's a qBittorrent issue though - probably it pertains to libtorrent.
@sledgehammer999 commented on GitHub (Nov 6, 2013):
Do you test the same torrent on the same disk/partition while no other process does heavy I/O on that disk/partition?
@birdie-github commented on GitHub (Nov 7, 2013):
Yes, absolutely - none of this applications is IO bound - they are CPU bound.
uTorrent btw is running under Wine.
@Kervius commented on GitHub (Nov 7, 2013):
I wouldn't use word slow, but my impression is that qbt's checking is somehow (over)loads Windows very much: everything accessing disk gets very unusually slow during checking. Judging by the slowness, I think that heavy disk seeking taking place. IOW I/O is not as expected sequential, but rather random, leading to the crippled performance.
(Does qbt per chance updates the state of the torrent while checking? and does qbt uses sync writes during such updates? Something like this would explain the slowness.)
@birdie-github commented on GitHub (Nov 8, 2013):
Hey, I'd use the word "twice as slow" - and I can upload a youtube clip showing the speed of a torrent checking for a torrent residing on tmpfs (so disk IO has no effect).
@sledgehammer999 commented on GitHub (Nov 21, 2013):
Uhm, why did you close this? Was it fixed somehow?
@birdie-github commented on GitHub (Nov 21, 2013):
This must be fixed in libtorrent but I'm too lazy to file a bug report.
Probably their method of checksumming is not very optimized.
Anyways, this bug has nothing to do with QBT ;-)