Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No error handling on the database #6

Open
andymartinwork opened this issue May 19, 2016 · 1 comment
Open

No error handling on the database #6

andymartinwork opened this issue May 19, 2016 · 1 comment

Comments

@andymartinwork
Copy link

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.

@rrohrer
Copy link
Owner

rrohrer commented May 19, 2016

Feel free to change it. The project I forked used the file, it works for
what I'm using it for.
On Thu, May 19, 2016 at 3:23 AM Andy Martin [email protected]
wrote:

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.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants