Hi!
I am getting this exception when starting up after upgrading from 3.1.1 to 3.3.9. I am using these plugins:
Exception in thread "GraphAware Starter" org.neo4j.kernel.impl.store.InvalidRecordException: Property[0,used=false,prev=-1,next=-1, (blocks not loaded)] not in use
at org.neo4j.kernel.impl.store.record.RecordLoad.verify(RecordLoad.java:63)
at org.neo4j.kernel.impl.store.CommonAbstractStore.verifyAfterReading(CommonAbstractStore.java:1199)
at org.neo4j.kernel.impl.store.CommonAbstractStore.readIntoRecord(CommonAbstractStore.java:1079)
at org.neo4j.kernel.impl.store.CommonAbstractStore.getRecord(CommonAbstractStore.java:1052)
at org.neo4j.kernel.impl.store.PropertyStore.getPropertyRecordChain(PropertyStore.java:375)
at org.neo4j.kernel.impl.transaction.state.PropertyLoader.loadProperties(PropertyLoader.java:79)
at org.neo4j.kernel.impl.transaction.state.PropertyLoader.graphLoadProperties(PropertyLoader.java:74)
at org.neo4j.kernel.impl.api.store.StorageLayer.graphGetPropertyKeys(StorageLayer.java:329)
at org.neo4j.kernel.impl.api.StateHandlingStatementOperations.graphGetPropertyKeys(StateHandlingStatementOperations.java:1187)
at org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations.graphGetPropertyKeys(ConstraintEnforcingEntityOperations.java:446)
at org.neo4j.kernel.impl.api.OperationsFacade.graphGetPropertyKeys(OperationsFacade.java:453)
at org.neo4j.kernel.impl.core.GraphPropertiesProxy.getPropertyKeys(GraphPropertiesProxy.java:186)
at com.graphaware.common.kv.GraphKeyValueStore.getKeys(GraphKeyValueStore.java:62)
at com.graphaware.runtime.metadata.GraphPropertiesMetadataRepository.getInternalProperties(GraphPropertiesMetadataRepository.java:148)
at com.graphaware.runtime.metadata.GraphPropertiesMetadataRepository.getModuleMetadata(GraphPropertiesMetadataRepository.java:76)
at com.graphaware.runtime.metadata.GraphPropertiesMetadataRepository.getModuleMetadata(GraphPropertiesMetadataRepository.java:66)
at com.graphaware.runtime.manager.BaseModuleManager.loadMetadata(BaseModuleManager.java:140)
at com.graphaware.runtime.manager.BaseModuleManager.loadMetadata(BaseModuleManager.java:125)
at com.graphaware.runtime.TxDrivenRuntime.loadMetadata(TxDrivenRuntime.java:130)
at com.graphaware.runtime.ProductionRuntime.loadMetadata(ProductionRuntime.java:80)
at com.graphaware.runtime.BaseGraphAwareRuntime.startModules(BaseGraphAwareRuntime.java:154)
at com.graphaware.runtime.TxDrivenRuntime.startModules(TxDrivenRuntime.java:146)
at com.graphaware.runtime.ProductionRuntime.startModules(ProductionRuntime.java:70)
at com.graphaware.runtime.BaseGraphAwareRuntime.start(BaseGraphAwareRuntime.java:134)
at com.graphaware.runtime.bootstrap.RuntimeKernelExtension.lambda$start$9(RuntimeKernelExtension.java:117)
at java.lang.Thread.run(Thread.java:745)
I am having issues with write queries.