goleveldb icon indicating copy to clipboard operation
goleveldb copied to clipboard

Recurrent Error #01: file missing [file=MANIFEST-000000]

Open chnyda opened this issue 6 years ago • 1 comments

Hello,

Detailed Description

At least once a week, I have to face the following error: Error #01: file missing [file=MANIFEST-000000]

The error is all the time the same : the same file is missing, always MANIFEST-000000.

=============== Oct 25, 2017 (UTC) ===============
00:00:15.895720 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
00:00:15.907588 version@stat F·[4 67 115] S·333MiB[18KiB 98MiB 234MiB] Sc·[1.00 0.99 0.23]
00:00:15.907857 db@open opening
00:00:15.915957 journal@recovery F·1
00:00:15.917122 journal@recovery recovering @326968
00:00:15.950318 version@stat F·[4 67 115] S·333MiB[18KiB 98MiB 234MiB] Sc·[1.00 0.99 0.23]
00:00:15.968611 CURRENT: rename /var/lib/aptly/db/CURRENT.326970 /var/lib/aptly/db/CURRENT: no such file or directory
=============== Oct 25, 2017 (UTC) ===============
00:00:16.588196 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
00:00:16.598502 skipping CURRENT: obsolete

Environment

  • running inside a container (Docker Swarm)
  • the container is still running
  • glusterfs

chnyda avatar Oct 25 '17 12:10 chnyda

@chnyda Could you post the content of CURRENT* file when this happen?

00:00:15.968611 CURRENT: rename /var/lib/aptly/db/CURRENT.326970 /var/lib/aptly/db/CURRENT: no such file or directory

This is strange, the file is missing after just being created. 69e19a4743fd46eff0dc32c368d8b11b8adac35c probably fix this.

syndtr avatar Nov 05 '17 01:11 syndtr