clio icon indicating copy to clipboard operation
clio copied to clipboard

Stop Clio when cache has error

Open cindyyan317 opened this issue 10 months ago • 2 comments

If successor table contains incorrect data:

  1. contains deleted object in list
  2. does not contain existing object in list

We should detect this ASAP and act before wrong data gets written to the DB.

For case 1, we can detect error here.

We shall stop Clio or disable cache to avoid writing more wrong data to successor table.

For case 2, we need shamap library to detect the corruption.

cindyyan317 avatar Apr 12 '24 10:04 cindyyan317

After we have shamap library in libxrpl then we can work on addressing case 2. @cindyyan317 can you create a github issue on rippled side for the shamap library in libxrpl? 🙏

kennyzlei avatar Jun 03 '24 16:06 kennyzlei

Feature requested: https://github.com/XRPLF/rippled/issues/5038

cindyyan317 avatar Jun 04 '24 12:06 cindyyan317