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
Run Neo4j 5.23
Execute the following query in the browser : CALL apoc.monitor.store()
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)
How to Reproduce the Problem
CALL apoc.monitor.store()
Versions