Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Freezer close database after every operation #17

Open
allenz8512 opened this issue Mar 11, 2016 · 3 comments
Open

Freezer close database after every operation #17

allenz8512 opened this issue Mar 11, 2016 · 3 comments
Labels

Comments

@allenz8512
Copy link

Which may cause "java.lang.IllegalStateException: attempt to re-open an already-closed object." or "java.lang.IllegalStateException: Cannot perform this operation because the connection pool has been closed."

@allenz8512
Copy link
Author

Work well on single thread, but it has chance to throw when using multithread access database

@florent37
Copy link
Owner

mmm I don't know how to handle it, any idea ?

@graphee-gabriel
Copy link
Contributor

graphee-gabriel commented Feb 9, 2017

#28 might have fixed this issue if you use add(List<Object> objects) instead of many add(Object object)

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

No branches or pull requests

3 participants