Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apoc.monitor.store fails for block stores #4197

Open
ikwattro opened this issue Sep 27, 2024 · 0 comments
Open

apoc.monitor.store fails for block stores #4197

ikwattro opened this issue Sep 27, 2024 · 0 comments

Comments

@ikwattro
Copy link
Contributor

ikwattro commented Sep 27, 2024

The following procedure call : CALL apoc.monitor.store() fails when database stores are in block format.

Expected Behavior (Mandatory)

The procedure should return store statistics

Actual Behavior (Mandatory)

Failed to invoke procedure `apoc.monitor.store`: Caused by: java.lang.IllegalArgumentException: PlainDatabaseLayout{databaseDirectory=/Users/cwillemsen/dev/_graphs/xxxx/data/databases/neo4j, transactionLogsDirectory=/Users/cwillemsen/dev/_graphs/xxx/data/transactions/neo4j} does not describe a record storage database.

How to Reproduce the Problem

  1. Run Neo4j 5.23
  2. Execute the following query in the browser : CALL apoc.monitor.store()

Versions

  • OS: N/A
  • Neo4j: 5.23
  • Neo4j-Apoc: 5.23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants