task count 1
last task id 16777216
FF key = [0, 108, 70, 149, 121, 15, 101, 231, 142, 0] file_pos = 360880
thread '<unnamed>' panicked at /home/useruser/.cargo/git/checkouts/qmdb-cd830a515878d17f/8def52e/qmdb/src/updater.rs:288:13:
Cannot find prevKey when creating shard_id=0 key=[0, 108, 198, 199, 203, 97, 109, 156, 191, 210, 198, 95, 229, 45, 47, 196, 143, 176, 226, 10, 122, 103, 17, 158, 83, 242, 218, 0, 169, 2, 21, 64]
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
FF key = [209, 152, 131, 169, 164, 169, 42, 223, 38, 0] file_pos = 362176
thread '<unnamed>' panicked at /home/useruser/.cargo/git/checkouts/qmdb-cd830a515878d17f/8def52e/qmdb/src/updater.rs:288:13:
Cannot find prevKey when creating shard_id=13 key=[209, 152, 241, 2, 85, 83, 240, 255, 61, 21, 92, 240, 207, 62, 174, 73, 253, 9, 86, 245, 45, 146, 221, 220, 35, 43, 90, 62, 119, 120, 152, 172]
...
What is going wrong here, especially when this is the first set of additions to DB with all distinct keys.
Hi,
we seem to have a simple setup where we try to populate the DB with some keys and values as follows:
However, we face the following error:
What is going wrong here, especially when this is the first set of additions to DB with all distinct keys.