Madhan Neethiraj created ATLAS-5091:
---------------------------------------
Summary: Fix stale transaction warnings in Atlas logs
Key: ATLAS-5091
URL: https://issues.apache.org/jira/browse/ATLAS-5091
Project: Atlas
Issue Type: Bug
Components: atlas-core
Affects Versions: 3.0.0
Reporter: Madhan Neethiraj
Assignee: Madhan Neethiraj
Few uses of AtlasGraphManagement object don't call commit or roll back, which
result in associated resources (like transactions) not be released as early as
possible, as seen by logs shown below:
{code:java}
ERROR [ManagementLogger.java:275] Evicted [27@ac13000780-atlas-example-com2]
from cache but waiting too long for transactions to close. Stale transaction
alert on: [standardjanusgraphtx[0x559ae590]]{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)