Project

General

Profile

Bug #152

high I/O load causes core to timeout from irc server

Added by katastrophe almost 16 years ago. Updated about 15 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
Quassel Core
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Version:
0.13.1
OS:
Any

Description

i have a quasselcore and an inspircd running on the same host. randomly, the core disconnects from the server with [Ping timeout: 41 seconds] in the servers status buffer. i connect over ssl.

History

#1 Updated by katastrophe almost 16 years ago

ok i somehow got it...
quassel seems sensible to high disk/cpu load. this happens when i start a resource-intensive rsync backup.
i also notice a slowdown in quassel(it takes approx. 1 minute to process a message and send it to the irc server).
i tried to renice the process with -10, but that didnt help much.

dont know if this can be fixed, but if i should test more say so.

#2 Updated by EgS almost 16 years ago

This is a known issue. Storing in the sqlite db is a blocking call that is affected by high I/O load of the system. This cannot be fixed decently with sqlite and should be history with a new storage backends.

Also available in: Atom PDF