orientdb
orientdb copied to clipboard
Demona Threads are not closing
OrientDB Version: 3.2.24
Java Version: 1.8
OS: windows 10
Expected behavior
Actual behavior
If we made many API calls that many threads are created and not closed after we call shutdown() in OrientBaseGraph class
Steps to reproduce
Unfortunately, OrientBaseGraph's design is quite flaky from the point of view of session management, I would suggest you use OrientDB and ODatabaseSession mix instead.