A node cannot be deleted

Today, I want to clean up invalid data and find that a node cannot be deleted and its relationship cannot be deleted
Executing the delete statement of this node does not return results, and it has been blocked for several hours without returning.

Is there a deadlock? Where can I find the lock?

Now, what should I do?

Thank you!

version:

Neo4j version: 4.1.3 community

Operating system: redhat7.6

API/Driver: Python driver v4.2.1

Hello @kasic :slightly_smiling_face:

What query did you use to delete the node?
What is the Neo4j id of the node?
Did you have an error message?
You can see running transactions with this query: CALL dbms.listQueries()

Regards,
Cobra