-
Notifications
You must be signed in to change notification settings - Fork 159
Description
If a file is deleted either on the client, or on the server using the web interface, OpenCloud outputs the following error message:
2026-01-27T16:05:52.150874+01:00 grid opencloud[6734]: 2026-01-27T16:05:52+01:00 ERR failed to remove item from index error="entity not found" Id={"opaque_id":"9755ea9b-cccc-4ec5-8631-df60cb5c7f67","space_id":"ad08d4f1-0c1b-4a14-a026-c4f4bb3b2deb","storage_id":"741ef4f5-9d65-4c6b-a9e7-2652bd274222"} service=search
This behavior is reproducible and occurs with OpenCloud 4.0.1 and 5.0.0. I am using OpenCloud bare metal and decomposedfs.
Steps to reproduce
- Create a file in OpenCloud (on the client or via the web interface)
- Delete the file (on the client or via the web interface)
- The error 'ERR failed to remove item from index error="entity not found" ... service=search' is thrown by OpenCloud
Setup
cat /etc/opencloud/opencloud.env
OC_URL=https://cloud.mydomain.de
PROXY_HTTP_ADDR=127.0.0.1:9200
PROXY_TLS=true
PROXY_TRANSPORT_TLS_KEY=/etc/letsencrypt/live/cloud.mydomain.de/privkey.pem
PROXY_TRANSPORT_TLS_CERT=/etc/letsencrypt/live/cloud.mydomain.de/fullchain.pem
OC_INSECURE=true
OC_HTTP_TLS_CERTIFICATE=/etc/letsencrypt/live/cloud.mydomain.de/fullchain.pem
OC_HTTP_TLS_KEY=/etc/letsencrypt/live/cloud.mydomain.de/privkey.pem
OC_LOG_LEVEL=error
OC_CONFIG_DIR=/etc/opencloud
OC_BASE_DATA_PATH=/media/data1/opencloud
OC_LOG_PRETTY=true
OC_ASYNC_UPLOADS=false
STORAGE_USERS_DRIVER="decomposed"
OC_WEB_ASSET_APPS_PATH=/media/data1/opencloud/web/assets/
OC_DEFAULT_LANGUAGE=en
OC_DISABLE_VERSIONING=true
lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Armbian 25.11.2 trixie
Release: 13
Codename: trixie
uname -a
Linux grid 6.12.63-current-rockchip64 #1 SMP PREEMPT Thu Dec 18 12:55:23 UTC 2025 aarch64 GNU/Linux
Metadata
Metadata
Assignees
Labels
Type
Projects
Status