LOG Compact FAILED with error: MANIFEST removes non-existing table 15777621,

The physical machine deploys the non-K8S cluster, using version V21.03, and data inserts are relatively frequent.

nohup ./dgraphv20113 zero  --my 10.x.19.91:5080 --replicas 3 >> zero.log &
nohup ./dgraphv20113 alpha  --whitelist 10.x.0.0:10.5.0.0 -o 0  --ludicrous_mode  --my 10.x.19.91:7080 --zero 10.x.19.91:5080  --pending_proposals 32 -p p0 -w w0 >> nohup0.out &
nohup ./dgraphv20113 alpha  --whitelist 10.x.0.0:10.5.0.0 -o 1  --ludicrous_mode  --my 10.x.19.91:7081 --zero 10.x.19.91:5080  --pending_proposals 32 -p p1 -w w1 >> nohup1.out &
nohup ./dgraphv20113 alpha  --whitelist 10.x.0.0:10.5.0.0 -o 2  --ludicrous_mode  --my 10.x.19.91:7082 --zero 10.x.19.91:5080  --pending_proposals 32 -p p2 -w w2 >> nohup2.out &