I CTRL-C'd out of the node process and Caliper would not restart. It wouldn't restart because there was an error loading the crash database. Deleting the file fixed this.
Using a serialized file as a database is a bad idea. It would be better to move to something like SQLite.
I CTRL-C'd out of the node process and Caliper would not restart. It wouldn't restart because there was an error loading the crash database. Deleting the file fixed this.
Using a serialized file as a database is a bad idea. It would be better to move to something like SQLite.