[help]The log shows background error:pebble/table: invalid table

After I restarted the service, the log keeps looping with the error: background error: pebble/table: invalid table 004848.

However, when I run the -node-info command, it correctly displays the node information.

The process is running normally.

  1. Does this error affect the operation of the node? How to fix this error?
  2. Will the current quil of the node be affected? Can it still be extracted in 2.0?
  3. Is the quil generated by the continued operation of the node valid?
  1. Does this error affect the operation of the node? How to fix this error?

Yes, this means your database got corrupted probably due to a problem with the hard drive and it needs to be fixed. You should be able to fix it by rolling back to the last backup that didn’t have this problem. It’s also a good idea to check the disk for problems before continuing to use the node.

  1. Will the current quil of the node be affected? Can it still be extracted in 2.0?

The QUIL generated by the node up to the last backup that didn’t have this problem is definitely not affected. QUIL generated since the problem has occurred is probably lost, but it’s not possible to say for sure without knowing exactly what was stored in the faulty table.

  1. Is the quil generated by the continued operation of the node valid?

Probably not.