orientdb icon indicating copy to clipboard operation
orientdb copied to clipboard

Demona Threads are not closing

Open ParthasaradhiWinfo opened this issue 1 year ago • 1 comments

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

ParthasaradhiWinfo avatar Dec 05 '23 06:12 ParthasaradhiWinfo

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.

andrii0lomakin avatar Jan 28 '24 18:01 andrii0lomakin