d6jg wrote: > Nice simple system. > De-bugging that ought to be really easy (not). > > You said the issue occurs perhaps 1 in 10 searches - is there anything > different / more complex about the 1 i.e. might return more results than > the other 9 > Why a docker container? is it possible to run a test LMS directly on the > machine host using the same media library / same SSD for database to > establish whether it is something related to the container set up. From > your description it sound like a waiting for disk type issue.
Nope. No patterns nor different complexity in the search terms. One that causes this issue will work perfectly fine three days later while one that works fine today might show these issues tomorrow. It's actually running on the host since there's no virtualization involved with docker. Thats the whole point of it, really. Just a different rootfs and no way to break out of that. It's also 100% not IO related. I've checked that multiple times on multiple occasions. It's always just one CPU core at 100% actually busy doing something. Not iowait bpa wrote: > What is the version of the IO::Socket:SSL ? > > Just to take a different view. > > A consistent 20-30 sec delay "feels" like a network timeout. > Could LMS be "spinning" on the scheduler select ? > > A while back there was a case of https socket blocking - wonder if there > is something similar. IO::Socket::SSL: 2.044, but there's no https in this setup 🤔 There are also no networking issues with the host ------------------------------------------------------------------------ Hypfer's Profile: http://forums.slimdevices.com/member.php?userid=64839 View this thread: http://forums.slimdevices.com/showthread.php?t=111312 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
