Following a forced conversion to hashstore on one of my newer, smaller nodes, I’m now seeing the following errors every hour:
2025-10-08T04:48:37Z ERROR blobscache piecesTotal < 0 {"Process": "storagenode", "piecesTotal": -5632}
2025-10-08T04:48:37Z ERROR blobscache piecesContentSize < 0 {"Process": "storagenode", "piecesContentSize": -5120}
2025-10-08T04:48:37Z ERROR blobscache satPiecesTotal < 0 {"Process": "storagenode", "satPiecesTotal": -5632}
2025-10-08T04:48:37Z ERROR blobscache satPiecesContentSize < 0 {"Process": "storagenode", "satPiecesContentSize": -5120}
2025-10-08T04:48:37Z ERROR blobscache piecesTotal < 0 {"Process": "storagenode", "piecesTotal": -1024}
2025-10-08T04:48:37Z ERROR blobscache piecesContentSize < 0 {"Process": "storagenode", "piecesContentSize": -512}
2025-10-08T04:48:37Z ERROR blobscache satPiecesTotal < 0 {"Process": "storagenode", "satPiecesTotal": -1024}
2025-10-08T04:48:37Z ERROR blobscache satPiecesContentSize < 0 {"Process": "storagenode", "satPiecesContentSize": -512}
That’s just a snippet, there are way more reported.
Do I need to recreate the DB’s, or maybe just one of them.
Cheers.