komga: Infinite "FixThumbnailsWithoutMetadata" scan with "Fixed 0 ThumbnailBook"

Steps to reproduce

Komga directly run the task “FixThumbnailsWithoutMetadata” and the problem start. The problem seems to occur when upgrading the docker image from 1.8.3 to 1.8.4 (latest). Rollback 1.8.4 to 1.8.3 and 1.7.2 without improvement.

Expected behavior

Komga start and task “FixThumbnailsWithoutMetadata” completed successfully.

Actual behavior

The scan “FixThumbnailsWithoutMetadata” never end and fix no “ThumbnailBook” (=> produce high CPU usage).

Logs

Logs : komga-manual-1.log

Komga version

1.8.4, 1.8.3 and 1.7.2

Operating system

Debian 12

Installation method

Docker

Other details

Environement variables :

- name: LOGGING_LEVEL_ORG_GOTSON_KOMGA
  value: TRACE
- name: JAVA_TOOL_OPTIONS
  value: >-
    -Xmx8g -XX:+UseContainerSupport -XX:MaxRAMPercentage=70.0
    -XX:InitialRAMPercentage=40.0 -XX:MinRAMPercentage=40.0

Deployed on kubernetes (k3s).

Library “scan on boot” and “periodic scan” are disabled with no improvement. Seem not related with https://github.com/gotson/komga/issues/1287 issue.

Acknowledgements

  • I have searched the existing issues (open AND closed) and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I have checked the FAQ.
  • I have updated the app to the latest version.
  • I will fill out all of the requested information in this form.

About this issue

  • Original URL
  • State: closed
  • Created 7 months ago
  • Comments: 29 (14 by maintainers)

Commits related to this issue

Most upvoted comments

Oh that’s funny. We’ll you probably shouldn’t have that kind of files in your komga library.

I’ll have a look at how I can fix your issue with the never ending tasks.