Ordersdb error: database disk image is malformed

Got a new error on the same node that was giving the test_table problem.

2020-02-26T17:50:17.024Z INFO bandwidth Performing bandwidth usage rollups
2020-02-26T17:50:17.440Z INFO version running on version v0.33.4
2020-02-26T17:50:39.526Z INFO orders.118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW sending {“count”: 2}
2020-02-26T17:50:39.526Z INFO orders.12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs sending {“count”: 74}
2020-02-26T17:50:39.526Z INFO orders.12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S sending {“count”: 3}
2020-02-26T17:50:39.526Z INFO orders.121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6 sending {“count”: 1}
2020-02-26T17:50:39.526Z INFO orders.1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE sending {“count”: 4}
2020-02-26T17:50:39.701Z INFO orders.12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs finished
2020-02-26T17:50:39.848Z INFO orders.12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S finished
2020-02-26T17:50:39.945Z INFO orders.1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE finished
2020-02-26T17:50:40.186Z INFO orders.118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW finished 2020-02-26T17:50:40.301Z INFO orders.121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6 finished
2020-02-26T17:51:06.767Z INFO piecestore deleted {“Satellite ID”: “12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S”, “Piece ID”: “WYG5I7WK4A26E5GTVFRX3VG45QUHYMS6XCVTPGARZP$WJYY75YHA”}
2020-02-26T17:51:17.899Z ERROR orders cleaning archive {“error”: “ordersdb error: database disk image is malformed”, “errorVerbose”: “ordersdb error: database disk image is m$lformed\n\tstorj.io/storj/storagenode/storagenodedb.(*ordersDB).CleanArchive:321\n\tstorj.io/storj/storagenode/orders.(*Service).cleanArchive:161\n\tstorj.io/storj/storagenode/orders.(*Servic$
).Run.func2:146\n\tstorj.io/common/sync2.(*Cycle).Run:147\n\tstorj.io/common/sync2.(*Cycle).Start.func1:68\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”}

I’ve ran the database checks and there seems to be some erros, here’s a sample for the errors


On tree page 30010 cell 382: Rowid 482672 out of order
On tree page 30010 cell 381: Rowid 482664 out of order
On tree page 30010 cell 380: Rowid 482656 out of order
On tree page 30010 cell 379: Rowid 482648 out of order
On tree page 30010 cell 378: Rowid 482640 out of order
On tree page 30010 cell 377: Rowid 482632 out of order
On tree page 30010 cell 375: Rowid 482616 out of order
On tree page 30010 cell 374: Rowid 482608 out of order
On tree page 30010 cell 373: Rowid 482600 out of order
On tree page 30010 cell 372: Rowid 482592 out of order
On tree page 30010 cell 371: Rowid 482584 out of order
On tree page 30010 cell 369: Rowid 482568 out of order

I was able to recover it but I’m worried there’s some problems with this node. Is there anything I can do to debug the cause?