Piecedeleter could not send delete piece to trash .. "error": "pieces error: v0pieceinfodb: sql: no rows in result set"

I also got a log like this today:

 {L:WARN,T:2023-11-01T16:23:25Z,N:pieces,M:failed to migrate v0 piece. Piece may not be recoverable,process:storagenode}
 {L:WARN,T:2023-11-01T16:23:25Z,N:retain,M:failed to delete piece,process:storagenode,Satellite ID:12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S,Piece ID:QS52GRAG5U6V2A4TTILSBTJSEUDBIJQF3F7D6Y2YNK37IMA3QI4Q,error:pieces error: filestore error: file does not exist,errorVerbose:pieces error: filestore error: file does not exist
    storj.io/storj/storagenode/blobstore/filestore.(blobStore).Stat:110
    storj.io/storj/storagenode/pieces.(BlobsUsageCache).pieceSizes:245
    storj.io/storj/storagenode/pieces.(BlobsUsageCache).Trash:290
    storj.io/storj/storagenode/pieces.(Store).Trash:404
    storj.io/storj/storagenode/retain.(Service).trash:364
    storj.io/storj/storagenode/retain.(Service).retainPieces:341
    storj.io/storj/storagenode/retain.(Service).Run.func2:221
    golang.org/x/sync/errgroup.(Group).Go.func1:75}

checked the uploaded logs:

{"L":"INFO","T":"2023-10-24T15:22:31Z","N":"piecestore","M":"upload started","process":"storagenode","Piece ID":"QS52GRAG5U6V2A4TTILSBTJSEUDBIJQF3F7D6Y2YNK37IMA3QI4Q","Satellite ID":"12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S","Action":"PUT","Available Space":1106730333321,"Remote Address":"172.18.0.7:40196"}
{"L":"INFO","T":"2023-10-24T15:22:32Z","N":"piecestore","M":"uploaded","process":"storagenode","Piece ID":"QS52GRAG5U6V2A4TTILSBTJSEUDBIJQF3F7D6Y2YNK37IMA3QI4Q","Satellite ID":"12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S","Action":"PUT","Size":46080,"Remote Address":"172.18.0.7:40196"}

also checked the filesystem with fsck. no errors.
any advices?