cancerDHC / ccdh-terminology-service

CCDH Terminology and Mapping Service
3 stars 4 forks source link

Bug: Neo4J error messages in logs important? #126

Open joeflack4 opened 2 years ago

joeflack4 commented 2 years ago

Related issues

124

Description

I haven't seen any of these messages in the server logs, nor when running the importer. But these messages appear when I examine the Neo4J logs.

Below is an example of some logs that are run when running python -m ccdh.importers.importer on the local test instance. It's strange to me that it appears to dump a lot of non-import related information; as if the database was just started up when running that command, which is strange because it was already running.

Error messages

Type 1

I'm seeing this one appearing a lot, whether running importer or executing a query on the server.

2021-11-23 00:35:29.128+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=215, gcTime=0, gcCount=0}
2021-11-23 00:35:33.673+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=364, gcTime=0, gcCount=0}
2021-11-23 00:35:34.194+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=1207, gcTime=0, gcCount=0}
2021-11-23 00:35:35.519+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=828, gcTime=0, gcCount=0}
2021-11-23 00:35:35.633+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=746, gcTime=0, gcCount=0}
2021-11-23 00:35:37.092+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=119, gcTime=0, gcCount=0}
2021-11-23 00:35:37.372+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=455, gcTime=0, gcCount=0}
2021-11-23 00:35:38.321+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=242, gcTime=0, gcCount=0}
2021-11-23 00:35:45.045+0000 WARN [o.n.k.i.JvmChecker] The dbms.memory.heap.initial_size setting has not been configured. It is recommended that this setting is always explicitly configured, to ensure the system has a balanced configuration. Until then, a JVM computed heuristic of 33554432 bytes is used instead. Run `neo4j-admin memrec` for memory configuration suggestions.
2021-11-23 00:35:45.501+0000 INFO [o.n.i.d.DiagnosticsManager] ********************************************************************************
2021-11-23 00:35:45.503+0000 INFO [o.n.i.d.DiagnosticsManager]                              [ System diagnostics ]                             
2021-11-23 00:35:45.504+0000 INFO [o.n.i.d.DiagnosticsManager] ********************************************************************************
2021-11-23 00:35:45.520+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.521+0000 INFO [o.n.i.d.DiagnosticsManager]                          [ System memory information ]                          
2021-11-23 00:35:45.522+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.529+0000 INFO [o.n.i.d.DiagnosticsManager] Total Physical memory: 1.940GiB
2021-11-23 00:35:45.531+0000 INFO [o.n.i.d.DiagnosticsManager] Free Physical memory: 892.4MiB
2021-11-23 00:35:45.532+0000 INFO [o.n.i.d.DiagnosticsManager] Committed virtual memory: 10.74GiB
2021-11-23 00:35:45.534+0000 INFO [o.n.i.d.DiagnosticsManager] Total swap space: 1024MiB
2021-11-23 00:35:45.542+0000 INFO [o.n.i.d.DiagnosticsManager] Free swap space: 87.91MiB
2021-11-23 00:35:45.543+0000 INFO [o.n.i.d.DiagnosticsManager] 
2021-11-23 00:35:45.546+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.548+0000 INFO [o.n.i.d.DiagnosticsManager]                            [ JVM memory information ]                           
2021-11-23 00:35:45.550+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.552+0000 INFO [o.n.i.d.DiagnosticsManager] Free  memory: 38.98MiB
2021-11-23 00:35:45.554+0000 INFO [o.n.i.d.DiagnosticsManager] Total memory: 62.00MiB
2021-11-23 00:35:45.555+0000 INFO [o.n.i.d.DiagnosticsManager] Max   memory: 8.000GiB
2021-11-23 00:35:45.569+0000 INFO [o.n.i.d.DiagnosticsManager] Garbage Collector: G1 Young Generation: [G1 Eden Space, G1 Survivor Space, G1 Old Gen]
2021-11-23 00:35:45.572+0000 INFO [o.n.i.d.DiagnosticsManager] Garbage Collector: G1 Old Generation: [G1 Eden Space, G1 Survivor Space, G1 Old Gen]
2021-11-23 00:35:45.581+0000 INFO [o.n.i.d.DiagnosticsManager] Memory Pool: CodeHeap 'non-nmethods' (Non-heap memory): committed=2.438MiB, used=1.137MiB, max=5.559MiB, threshold=0B
2021-11-23 00:35:45.587+0000 INFO [o.n.i.d.DiagnosticsManager] Memory Pool: Metaspace (Non-heap memory): committed=14.25MiB, used=13.48MiB, max=-1B, threshold=0B
2021-11-23 00:35:45.589+0000 INFO [o.n.i.d.DiagnosticsManager] Memory Pool: CodeHeap 'profiled nmethods' (Non-heap memory): committed=3.313MiB, used=3.278MiB, max=117.2MiB, threshold=0B
2021-11-23 00:35:45.591+0000 INFO [o.n.i.d.DiagnosticsManager] Memory Pool: Compressed Class Space (Non-heap memory): committed=1.750MiB, used=1.425MiB, max=1024MiB, threshold=0B
2021-11-23 00:35:45.594+0000 INFO [o.n.i.d.DiagnosticsManager] Memory Pool: G1 Eden Space (Heap memory): committed=18.00MiB, used=4.000MiB, max=-1B, threshold=?
2021-11-23 00:35:45.595+0000 INFO [o.n.i.d.DiagnosticsManager] Memory Pool: G1 Old Gen (Heap memory): committed=42.00MiB, used=16.40MiB, max=8.000GiB, threshold=0B
2021-11-23 00:35:45.597+0000 INFO [o.n.i.d.DiagnosticsManager] Memory Pool: G1 Survivor Space (Heap memory): committed=2.000MiB, used=2.000MiB, max=-1B, threshold=?
2021-11-23 00:35:45.598+0000 INFO [o.n.i.d.DiagnosticsManager] Memory Pool: CodeHeap 'non-profiled nmethods' (Non-heap memory): committed=2.438MiB, used=655.5KiB, max=117.2MiB, threshold=0B
2021-11-23 00:35:45.599+0000 INFO [o.n.i.d.DiagnosticsManager] 
2021-11-23 00:35:45.600+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.601+0000 INFO [o.n.i.d.DiagnosticsManager]                         [ Operating system information ]                        
2021-11-23 00:35:45.602+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.604+0000 INFO [o.n.i.d.DiagnosticsManager] Operating System: Linux; version: 5.10.47-linuxkit; arch: amd64; cpus: 2
2021-11-23 00:35:45.610+0000 INFO [o.n.i.d.DiagnosticsManager] Max number of file descriptors: 1048576
2021-11-23 00:35:45.612+0000 INFO [o.n.i.d.DiagnosticsManager] Number of open file descriptors: 160
2021-11-23 00:35:45.627+0000 INFO [o.n.i.d.DiagnosticsManager] Process id: 8@6682c6324f70
2021-11-23 00:35:45.629+0000 INFO [o.n.i.d.DiagnosticsManager] Byte order: LITTLE_ENDIAN
2021-11-23 00:35:45.630+0000 INFO [o.n.i.d.DiagnosticsManager] Local timezone: Etc/UTC
2021-11-23 00:35:45.632+0000 INFO [o.n.i.d.DiagnosticsManager] 
2021-11-23 00:35:45.633+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.634+0000 INFO [o.n.i.d.DiagnosticsManager]                               [ JVM information ]                               
2021-11-23 00:35:45.635+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.637+0000 INFO [o.n.i.d.DiagnosticsManager] VM Name: OpenJDK 64-Bit Server VM
2021-11-23 00:35:45.638+0000 INFO [o.n.i.d.DiagnosticsManager] VM Vendor: Oracle Corporation
2021-11-23 00:35:45.640+0000 INFO [o.n.i.d.DiagnosticsManager] VM Version: 11.0.11+9
2021-11-23 00:35:45.642+0000 INFO [o.n.i.d.DiagnosticsManager] JIT compiler: HotSpot 64-Bit Tiered Compilers
2021-11-23 00:35:45.643+0000 INFO [o.n.i.d.DiagnosticsManager] VM Arguments: [-Xmx8G, -Dfile.encoding=UTF-8]
2021-11-23 00:35:45.644+0000 INFO [o.n.i.d.DiagnosticsManager] 
2021-11-23 00:35:45.645+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.646+0000 INFO [o.n.i.d.DiagnosticsManager]                                [ Java classpath ]                               
2021-11-23 00:35:45.648+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.662+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/parboiled-core-1.2.0.jar
2021-11-23 00:35:45.663+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-token-api-4.1.3.jar
2021-11-23 00:35:45.664+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/lucene-core-8.5.1.jar
2021-11-23 00:35:45.666+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jamm-0.3.3.jar
2021-11-23 00:35:45.667+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-graphdb-api-4.1.3.jar
2021-11-23 00:35:45.668+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jakarta.activation-api-1.2.1.jar
2021-11-23 00:35:45.669+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-id-generator-4.1.3.jar
2021-11-23 00:35:45.670+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jPowerShell-3.0.jar
2021-11-23 00:35:45.671+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/slf4j-api-1.7.30.jar
2021-11-23 00:35:45.672+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-cypher-runtime-util-4.1.3.jar
2021-11-23 00:35:45.673+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jaxb-runtime-2.3.2.jar
2021-11-23 00:35:45.675+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jettison-1.4.1.jar
2021-11-23 00:35:45.676+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/plugins
2021-11-23 00:35:45.677+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jersey-common-2.30.1.jar
2021-11-23 00:35:45.678+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-fabric-4.1.3.jar
2021-11-23 00:35:45.679+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/shiro-core-1.6.0.jar
2021-11-23 00:35:45.680+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-dbms-4.1.3.jar
2021-11-23 00:35:45.681+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-storage-engine-api-4.1.3.jar
2021-11-23 00:35:45.682+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/javassist-3.25.0-GA.jar
2021-11-23 00:35:45.683+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-diagnostics-4.1.3.jar
2021-11-23 00:35:45.684+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/scala-reflect-2.12.10.jar
2021-11-23 00:35:45.685+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-util-4.1.3.jar
2021-11-23 00:35:45.686+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-import-util-4.1.3.jar
2021-11-23 00:35:45.686+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-browser-4.1.2.jar
2021-11-23 00:35:45.687+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jackson-annotations-2.11.0.jar
2021-11-23 00:35:45.688+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-cypher-macros-4.1.3.jar
2021-11-23 00:35:45.689+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-index-4.1.3.jar
2021-11-23 00:35:45.689+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/picocli-4.2.0.jar
2021-11-23 00:35:45.690+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/activation-1.1.1.jar
2021-11-23 00:35:45.691+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/WMI4Java-1.6.3.jar
2021-11-23 00:35:45.692+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jetty-util-9.4.26.v20200117.jar
2021-11-23 00:35:45.692+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jakarta.xml.bind-api-2.3.2.jar
2021-11-23 00:35:45.693+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jProcesses-1.6.5.jar
2021-11-23 00:35:45.694+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-security-4.1.3.jar
2021-11-23 00:35:45.695+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/plugins/n10s.jar
2021-11-23 00:35:45.696+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/commons-collections-3.2.2.jar
2021-11-23 00:35:45.697+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jackson-jaxrs-json-provider-2.11.0.jar
2021-11-23 00:35:45.697+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/hk2-locator-2.6.1.jar
2021-11-23 00:35:45.698+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-cypher-expression-evaluator-4.1.3.jar
2021-11-23 00:35:45.699+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/shiro-crypto-hash-1.6.0.jar
2021-11-23 00:35:45.700+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jetty-io-9.4.26.v20200117.jar
2021-11-23 00:35:45.701+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-lock-4.1.3.jar
2021-11-23 00:35:45.701+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-procedure-4.1.3.jar
2021-11-23 00:35:45.702+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/bcpkix-jdk15on-1.65.jar
2021-11-23 00:35:45.703+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-rewriting-4.1.3.jar
2021-11-23 00:35:45.704+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/lucene-analyzers-common-8.5.1.jar
2021-11-23 00:35:45.705+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-unsafe-4.1.3.jar
2021-11-23 00:35:45.706+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/annotations-4.1.3.jar
2021-11-23 00:35:45.707+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-configuration-4.1.3.jar
2021-11-23 00:35:45.707+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/javax.ws.rs-api-2.1.1.jar
2021-11-23 00:35:45.708+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-kernel-4.1.3.jar
2021-11-23 00:35:45.709+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-cypher-logical-plans-4.1.3.jar
2021-11-23 00:35:45.710+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jetty-servlet-9.4.26.v20200117.jar
2021-11-23 00:35:45.710+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/bcprov-jdk15on-1.65.jar
2021-11-23 00:35:45.711+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/shiro-config-core-1.6.0.jar
2021-11-23 00:35:45.712+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-command-line-4.1.3.jar
2021-11-23 00:35:45.713+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/zstd-jni-1.4.4-11.jar
2021-11-23 00:35:45.713+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-io-4.1.3.jar
2021-11-23 00:35:45.714+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jackson-databind-2.11.0.jar
2021-11-23 00:35:45.715+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/eclipse-collections-10.2.0.jar
2021-11-23 00:35:45.716+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-values-4.1.3.jar
2021-11-23 00:35:45.717+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-record-storage-engine-4.1.3.jar
2021-11-23 00:35:45.717+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-exceptions-4.1.3.jar
2021-11-23 00:35:45.718+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/eclipse-collections-api-10.2.0.jar
2021-11-23 00:35:45.719+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-cypher-planner-spi-4.1.3.jar
2021-11-23 00:35:45.720+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jakarta.activation-1.2.1.jar
2021-11-23 00:35:45.720+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/shiro-lang-1.6.0.jar
2021-11-23 00:35:45.721+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jakarta.ws.rs-api-2.1.6.jar
2021-11-23 00:35:45.722+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/conf
2021-11-23 00:35:45.723+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jna-5.5.0.jar
2021-11-23 00:35:45.724+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/lucene-queryparser-8.5.1.jar
2021-11-23 00:35:45.724+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/hk2-api-2.6.1.jar
2021-11-23 00:35:45.725+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/parboiled-scala_2.12-1.2.0.jar
2021-11-23 00:35:45.726+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-spatial-index-4.1.3.jar
2021-11-23 00:35:45.727+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-label-index-4.1.3.jar
2021-11-23 00:35:45.728+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-graph-algo-4.1.3.jar
2021-11-23 00:35:45.729+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/istack-commons-runtime-3.0.8.jar
2021-11-23 00:35:45.729+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-procedure-api-4.1.3.jar
2021-11-23 00:35:45.730+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/commons-text-1.8.jar
2021-11-23 00:35:45.731+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-import-tool-4.1.3.jar
2021-11-23 00:35:45.732+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/netty-all-4.1.48.Final.jar
2021-11-23 00:35:45.732+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/shiro-config-ogdl-1.6.0.jar
2021-11-23 00:35:45.733+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-common-4.1.3.jar
2021-11-23 00:35:45.734+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-csv-4.1.3.jar
2021-11-23 00:35:45.735+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-bolt-4.1.3.jar
2021-11-23 00:35:45.736+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/reactive-streams-1.0.3.jar
2021-11-23 00:35:45.737+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-cypher-ir-4.1.3.jar
2021-11-23 00:35:45.737+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-data-collector-4.1.3.jar
2021-11-23 00:35:45.738+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/server-api-4.1.3.jar
2021-11-23 00:35:45.739+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jetty-server-9.4.26.v20200117.jar
2021-11-23 00:35:45.740+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-native-4.1.3.jar
2021-11-23 00:35:45.740+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/slf4j-nop-1.7.30.jar
2021-11-23 00:35:45.741+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/reactor-core-3.3.5.RELEASE.jar
2021-11-23 00:35:45.742+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jersey-media-jaxb-2.30.1.jar
2021-11-23 00:35:45.743+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-cypher-4.1.3.jar
2021-11-23 00:35:45.743+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-logging-4.1.3.jar
2021-11-23 00:35:45.744+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jakarta.validation-api-2.0.2.jar
2021-11-23 00:35:45.745+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/shiro-event-1.6.0.jar
2021-11-23 00:35:45.746+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-wal-4.1.3.jar
2021-11-23 00:35:45.746+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-4.1.3.jar
2021-11-23 00:35:45.747+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jersey-hk2-2.30.1.jar
2021-11-23 00:35:45.748+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jakarta.inject-2.6.1.jar
2021-11-23 00:35:45.749+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jersey-client-2.30.1.jar
2021-11-23 00:35:45.750+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/hk2-utils-2.6.1.jar
2021-11-23 00:35:45.751+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jetty-http-9.4.26.v20200117.jar
2021-11-23 00:35:45.751+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-cypher-interpreted-runtime-4.1.3.jar
2021-11-23 00:35:45.752+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/stax-ex-1.8.1.jar
2021-11-23 00:35:45.753+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jersey-container-servlet-core-2.30.1.jar
2021-11-23 00:35:45.754+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/txw2-2.3.2.jar
2021-11-23 00:35:45.754+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-kernel-api-4.1.3.jar
2021-11-23 00:35:45.755+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jetty-xml-9.4.26.v20200117.jar
2021-11-23 00:35:45.756+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jetty-webapp-9.4.26.v20200117.jar
2021-11-23 00:35:45.756+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-monitoring-4.1.3.jar
2021-11-23 00:35:45.757+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/commons-lang3-3.10.jar
2021-11-23 00:35:45.758+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/FastInfoset-1.2.16.jar
2021-11-23 00:35:45.759+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/commons-logging-1.2.jar
2021-11-23 00:35:45.760+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jersey-container-servlet-2.30.1.jar
2021-11-23 00:35:45.761+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-concurrent-4.1.3.jar
2021-11-23 00:35:45.761+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jackson-module-jaxb-annotations-2.11.0.jar
2021-11-23 00:35:45.762+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-fulltext-index-4.1.3.jar
2021-11-23 00:35:45.763+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-expressions-4.1.3.jar
2021-11-23 00:35:45.763+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-parser-4.1.3.jar
2021-11-23 00:35:45.764+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jackson-jaxrs-base-2.11.0.jar
2021-11-23 00:35:45.765+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/commons-compress-1.20.jar
2021-11-23 00:35:45.766+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-codegen-4.1.3.jar
2021-11-23 00:35:45.766+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-front-end-4.1.3.jar
2021-11-23 00:35:45.767+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-batch-insert-4.1.3.jar
2021-11-23 00:35:45.768+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-collections-4.1.3.jar
2021-11-23 00:35:45.769+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/plugins/apoc.jar
2021-11-23 00:35:45.769+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-consistency-check-4.1.3.jar
2021-11-23 00:35:45.770+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jakarta.annotation-api-1.3.5.jar
2021-11-23 00:35:45.771+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-server-4.1.3.jar
2021-11-23 00:35:45.772+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-cypher-planner-4.1.3.jar
2021-11-23 00:35:45.772+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/lucene-backward-codecs-8.5.1.jar
2021-11-23 00:35:45.773+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jaxb-api-2.3.0.jar
2021-11-23 00:35:45.774+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/caffeine-2.8.2.jar
2021-11-23 00:35:45.775+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-ast-4.1.3.jar
2021-11-23 00:35:45.775+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-lucene-index-4.1.3.jar
2021-11-23 00:35:45.776+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/shiro-crypto-cipher-1.6.0.jar
2021-11-23 00:35:45.777+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jetty-security-9.4.26.v20200117.jar
2021-11-23 00:35:45.778+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/shiro-cache-1.6.0.jar
2021-11-23 00:35:45.778+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-resource-4.1.3.jar
2021-11-23 00:35:45.779+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jersey-server-2.30.1.jar
2021-11-23 00:35:45.780+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/commons-io-2.6.jar
2021-11-23 00:35:45.780+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/zstd-proxy-4.1.3.jar
2021-11-23 00:35:45.781+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/javax.servlet-api-3.1.0.jar
2021-11-23 00:35:45.782+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jctools-core-3.0.0.jar
2021-11-23 00:35:45.782+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-schema-4.1.3.jar
2021-11-23 00:35:45.783+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/scala-library-2.12.10.jar
2021-11-23 00:35:45.784+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/commons-beanutils-1.9.4.jar
2021-11-23 00:35:45.785+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/shiro-crypto-core-1.6.0.jar
2021-11-23 00:35:45.786+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-layout-4.1.3.jar
2021-11-23 00:35:45.786+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/jackson-core-2.11.0.jar
2021-11-23 00:35:45.787+0000 INFO [o.n.i.d.DiagnosticsManager]  [classpath] /var/lib/neo4j/lib/neo4j-ssl-4.1.3.jar
2021-11-23 00:35:45.788+0000 INFO [o.n.i.d.DiagnosticsManager] 
2021-11-23 00:35:45.788+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.789+0000 INFO [o.n.i.d.DiagnosticsManager]                                 [ Library path ]                                
2021-11-23 00:35:45.790+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.791+0000 INFO [o.n.i.d.DiagnosticsManager] /usr/java/packages/lib
2021-11-23 00:35:45.792+0000 INFO [o.n.i.d.DiagnosticsManager] /usr/lib64
2021-11-23 00:35:45.792+0000 INFO [o.n.i.d.DiagnosticsManager] /lib64
2021-11-23 00:35:45.793+0000 INFO [o.n.i.d.DiagnosticsManager] /lib
2021-11-23 00:35:45.794+0000 INFO [o.n.i.d.DiagnosticsManager] /usr/lib
2021-11-23 00:35:45.794+0000 INFO [o.n.i.d.DiagnosticsManager] 
2021-11-23 00:35:45.795+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.795+0000 INFO [o.n.i.d.DiagnosticsManager]                              [ System properties ]                              
2021-11-23 00:35:45.796+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.797+0000 INFO [o.n.i.d.DiagnosticsManager] awt.toolkit = sun.awt.X11.XToolkit
2021-11-23 00:35:45.797+0000 INFO [o.n.i.d.DiagnosticsManager] sun.cpu.isalist = 
2021-11-23 00:35:45.798+0000 INFO [o.n.i.d.DiagnosticsManager] sun.jnu.encoding = UTF-8
2021-11-23 00:35:45.799+0000 INFO [o.n.i.d.DiagnosticsManager] sun.arch.data.model = 64
2021-11-23 00:35:45.799+0000 INFO [o.n.i.d.DiagnosticsManager] user.timezone = Etc/UTC
2021-11-23 00:35:45.800+0000 INFO [o.n.i.d.DiagnosticsManager] sun.java.launcher = SUN_STANDARD
2021-11-23 00:35:45.800+0000 INFO [o.n.i.d.DiagnosticsManager] sun.boot.library.path = /usr/local/openjdk-11/lib
2021-11-23 00:35:45.801+0000 INFO [o.n.i.d.DiagnosticsManager] sun.java.command = org.neo4j.server.CommunityEntryPoint --home-dir=/var/lib/neo4j --config-dir=/var/lib/neo4j/conf
2021-11-23 00:35:45.802+0000 INFO [o.n.i.d.DiagnosticsManager] jdk.debug = release
2021-11-23 00:35:45.802+0000 INFO [o.n.i.d.DiagnosticsManager] sun.cpu.endian = little
2021-11-23 00:35:45.803+0000 INFO [o.n.i.d.DiagnosticsManager] user.home = /var/lib/neo4j
2021-11-23 00:35:45.803+0000 INFO [o.n.i.d.DiagnosticsManager] user.language = en
2021-11-23 00:35:45.804+0000 INFO [o.n.i.d.DiagnosticsManager] file.separator = /
2021-11-23 00:35:45.804+0000 INFO [o.n.i.d.DiagnosticsManager] sun.management.compiler = HotSpot 64-Bit Tiered Compilers
2021-11-23 00:35:45.805+0000 INFO [o.n.i.d.DiagnosticsManager] user.name = neo4j
2021-11-23 00:35:45.806+0000 INFO [o.n.i.d.DiagnosticsManager] path.separator = :
2021-11-23 00:35:45.806+0000 INFO [o.n.i.d.DiagnosticsManager] file.encoding = UTF-8
2021-11-23 00:35:45.807+0000 INFO [o.n.i.d.DiagnosticsManager] jnidispatch.path = /var/lib/neo4j/.cache/JNA/temp/jna13571159462764378319.tmp
2021-11-23 00:35:45.807+0000 INFO [o.n.i.d.DiagnosticsManager] jna.loaded = true
2021-11-23 00:35:45.808+0000 INFO [o.n.i.d.DiagnosticsManager] user.dir = /var/lib/neo4j
2021-11-23 00:35:45.808+0000 INFO [o.n.i.d.DiagnosticsManager] sun.os.patch.level = unknown
2021-11-23 00:35:45.809+0000 INFO [o.n.i.d.DiagnosticsManager] sun.io.unicode.encoding = UnicodeLittle
2021-11-23 00:35:45.810+0000 INFO [o.n.i.d.DiagnosticsManager] 
2021-11-23 00:35:45.810+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.811+0000 INFO [o.n.i.d.DiagnosticsManager]                       [ (IANA) TimeZone database version ]                      
2021-11-23 00:35:45.812+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.840+0000 INFO [o.n.i.d.DiagnosticsManager]   TimeZone version: 2021a (available for 600 zone identifiers)
2021-11-23 00:35:45.841+0000 INFO [o.n.i.d.DiagnosticsManager] 
2021-11-23 00:35:45.843+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.844+0000 INFO [o.n.i.d.DiagnosticsManager]                             [ Network information ]                             
2021-11-23 00:35:45.844+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.846+0000 INFO [o.n.i.d.DiagnosticsManager] Interface eth0:
2021-11-23 00:35:45.847+0000 INFO [o.n.i.d.DiagnosticsManager]     address: 172.18.0.2
2021-11-23 00:35:45.848+0000 INFO [o.n.i.d.DiagnosticsManager] Interface lo:
2021-11-23 00:35:45.848+0000 INFO [o.n.i.d.DiagnosticsManager]     address: 127.0.0.1
2021-11-23 00:35:45.849+0000 INFO [o.n.i.d.DiagnosticsManager] 
2021-11-23 00:35:45.850+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.850+0000 INFO [o.n.i.d.DiagnosticsManager]                          [ Native access information ]                          
2021-11-23 00:35:45.851+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:45.947+0000 INFO [o.n.i.d.DiagnosticsManager] Native access details: Linux native access is available.
2021-11-23 00:35:45.948+0000 INFO [o.n.i.d.DiagnosticsManager] 
2021-11-23 00:35:46.005+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:46.006+0000 INFO [o.n.i.d.DiagnosticsManager]                                 [ DBMS config ]                                 
2021-11-23 00:35:46.007+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:46.012+0000 INFO [o.n.i.d.DiagnosticsManager] DBMS provided settings:
2021-11-23 00:35:46.021+0000 INFO [o.n.i.d.DiagnosticsManager] dbms.default_listen_address=0.0.0.0
2021-11-23 00:35:46.022+0000 INFO [o.n.i.d.DiagnosticsManager] dbms.directories.logs=/logs
2021-11-23 00:35:46.024+0000 INFO [o.n.i.d.DiagnosticsManager] dbms.directories.neo4j_home=/var/lib/neo4j
2021-11-23 00:35:46.026+0000 INFO [o.n.i.d.DiagnosticsManager] dbms.memory.heap.max_size=8G
2021-11-23 00:35:46.028+0000 INFO [o.n.i.d.DiagnosticsManager] dbms.memory.pagecache.size=512M
2021-11-23 00:35:46.029+0000 INFO [o.n.i.d.DiagnosticsManager] dbms.tx_log.rotation.retention_policy=100M size
2021-11-23 00:35:46.030+0000 INFO [o.n.i.d.DiagnosticsManager] 
2021-11-23 00:35:46.207+0000 INFO [o.n.g.f.EditionLocksFactories] Locking implementation 'community' selected.
2021-11-23 00:35:50.680+0000 INFO [o.n.s.CommunityNeoWebServer] ======== Neo4j 4.1.3 ========
2021-11-23 00:35:50.711+0000 INFO [o.n.d.d.DefaultDatabaseManager] Creating 'system' database.
2021-11-23 00:35:50.979+0000 INFO [a.ApocConfig] successfully registered ApocConfig for @Context
2021-11-23 00:35:50.987+0000 INFO [a.Pools] successfully registered Pools for @Context
2021-11-23 00:35:51.016+0000 INFO [a.ApocConfig] from system properties: NEO4J_CONF=/var/lib/neo4j/conf
2021-11-23 00:35:51.017+0000 INFO [a.ApocConfig] system property NEO4J_CONF set to /var/lib/neo4j/conf
2021-11-23 00:35:51.020+0000 INFO [a.ApocConfig] loading apoc meta config from jar:file:/var/lib/neo4j/plugins/apoc.jar!/apoc-config.xml
2021-11-23 00:35:51.916+0000 INFO [a.ApocConfig] setting from neo4j.conf: apoc.jobs.pool.num_threads=null
2021-11-23 00:35:51.917+0000 INFO [a.ApocConfig] setting from neo4j.conf: apoc.export.file.enabled=false
2021-11-23 00:35:51.919+0000 INFO [a.ApocConfig] setting from neo4j.conf: apoc.ttl.enabled=false
2021-11-23 00:35:51.924+0000 INFO [a.ApocConfig] setting from neo4j.conf: apoc.ttl.schedule=PT1M
2021-11-23 00:35:51.926+0000 INFO [a.ApocConfig] setting from neo4j.conf: apoc.jobs.queue.size=null
2021-11-23 00:35:51.928+0000 INFO [a.ApocConfig] setting from neo4j.conf: apoc.initializer.cypher=null
2021-11-23 00:35:51.930+0000 INFO [a.ApocConfig] setting from neo4j.conf: apoc.jobs.scheduled.num_threads=null
2021-11-23 00:35:51.931+0000 INFO [a.ApocConfig] setting from neo4j.conf: apoc.import.file.enabled=false
2021-11-23 00:35:51.934+0000 INFO [a.ApocConfig] setting from neo4j.conf: apoc.trigger.enabled=false
2021-11-23 00:35:51.936+0000 INFO [a.ApocConfig] setting from neo4j.conf: apoc.import.file.use_neo4j_config=true
2021-11-23 00:35:51.937+0000 INFO [a.ApocConfig] setting from neo4j.conf: apoc.uuid.enabled=false
2021-11-23 00:35:51.946+0000 INFO [a.ApocConfig] setting from neo4j.conf: apoc.ttl.limit=1000
2021-11-23 00:35:52.120+0000 INFO [o.n.b.BoltServer] Bolt server loaded
2021-11-23 00:35:52.399+0000 INFO [o.n.d.d.DefaultDatabaseManager] Starting 'system' database.
2021-11-23 00:35:52.826+0000 INFO [o.n.k.i.s.f.RecordFormatSelector] [system] Selected RecordFormat:StandardV4_0[SF4.0.0] record format from store /data/databases/system
2021-11-23 00:35:52.836+0000 INFO [o.n.k.i.s.f.RecordFormatSelector] [system] Selected format 'RecordFormat:StandardV4_0[SF4.0.0]' for existing store /data/databases/system with format 'RecordFormat:StandardV4_0[SF4.0.0]'
2021-11-23 00:35:53.054+0000 INFO [o.n.k.r.LogTailScanner] [system] Scanning transaction file with version 0 for checkpoint entries
2021-11-23 00:35:53.448+0000 INFO [o.n.k.i.s.f.RecordFormatSelector] [system] Selected RecordFormat:StandardV4_0[SF4.0.0] record format from store /data/databases/system
2021-11-23 00:35:53.449+0000 INFO [o.n.k.i.s.f.RecordFormatSelector] [system] Format not configured for store /data/databases/system. Selected format from the store files: RecordFormat:StandardV4_0[SF4.0.0]
2021-11-23 00:35:54.429+0000 INFO [o.n.i.d.DiagnosticsManager] ********************************************************************************
2021-11-23 00:35:54.429+0000 INFO [o.n.i.d.DiagnosticsManager]                               [ Database: system ]                              
2021-11-23 00:35:54.430+0000 INFO [o.n.i.d.DiagnosticsManager] ********************************************************************************
2021-11-23 00:35:54.432+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:54.433+0000 INFO [o.n.i.d.DiagnosticsManager]                                   [ Version ]                                   
2021-11-23 00:35:54.434+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:54.444+0000 INFO [o.n.i.d.DiagnosticsManager] DBMS: community single StoreId{creationTime=1634854305465, randomId=4970231287755828390, storeVersion=3471765337752883975, upgradeTime=1634854305465, upgradeTxId=1}
2021-11-23 00:35:54.445+0000 INFO [o.n.i.d.DiagnosticsManager] Kernel version: 4.1.3
2021-11-23 00:35:54.446+0000 INFO [o.n.i.d.DiagnosticsManager] 
2021-11-23 00:35:54.450+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:54.451+0000 INFO [o.n.i.d.DiagnosticsManager]                                 [ Store files ]                                 
2021-11-23 00:35:54.452+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:54.455+0000 INFO [o.n.i.d.DiagnosticsManager] Disk space on partition (Total / Free / Free %): 499963174912 / 50759090176 / 10
2021-11-23 00:35:54.459+0000 INFO [o.n.i.d.DiagnosticsManager] Storage files stored on file store: fuse.grpcfuse
2021-11-23 00:35:54.460+0000 INFO [o.n.i.d.DiagnosticsManager] Storage files: (filename : modification date - size)
2021-11-23 00:35:54.469+0000 INFO [o.n.i.d.DiagnosticsManager]   database_lock: 2021-10-21T22:11:47Z - 0B
2021-11-23 00:35:54.470+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore: 2021-10-22T02:36:32Z - 8.000KiB
2021-11-23 00:35:54.472+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.counts.db: 2021-11-23T00:35:54Z - 48.00KiB
2021-11-23 00:35:54.474+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.id: 2021-11-23T00:35:53Z - 48.00KiB
2021-11-23 00:35:54.475+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.indexstats.db: 2021-11-23T00:32:09Z - 48.00KiB
2021-11-23 00:35:54.476+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.labelscanstore.db: 2021-11-23T00:32:09Z - 48.00KiB
2021-11-23 00:35:54.477+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.labeltokenstore.db: 2021-10-22T02:36:32Z - 7.998KiB
2021-11-23 00:35:54.478+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.labeltokenstore.db.id: 2021-11-23T00:35:53Z - 40.00KiB
2021-11-23 00:35:54.479+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.labeltokenstore.db.names: 2021-10-22T02:36:32Z - 7.979KiB
2021-11-23 00:35:54.481+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.labeltokenstore.db.names.id: 2021-11-23T00:35:53Z - 40.00KiB
2021-11-23 00:35:54.481+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.nodestore.db: 2021-10-22T02:36:32Z - 7.998KiB
2021-11-23 00:35:54.483+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.nodestore.db.id: 2021-11-23T00:35:53Z - 40.00KiB
2021-11-23 00:35:54.484+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.nodestore.db.labels: 2021-10-21T22:11:44Z - 8.000KiB
2021-11-23 00:35:54.485+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.nodestore.db.labels.id: 2021-11-23T00:35:53Z - 40.00KiB
2021-11-23 00:35:54.486+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.propertystore.db: 2021-10-22T02:36:32Z - 7.968KiB
2021-11-23 00:35:54.487+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.propertystore.db.arrays: 2021-10-21T22:11:45Z - 8.000KiB
2021-11-23 00:35:54.488+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.propertystore.db.arrays.id: 2021-11-23T00:35:53Z - 40.00KiB
2021-11-23 00:35:54.489+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.propertystore.db.id: 2021-11-23T00:35:53Z - 40.00KiB
2021-11-23 00:35:54.490+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.propertystore.db.index: 2021-10-22T02:36:32Z - 7.998KiB
2021-11-23 00:35:54.492+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.propertystore.db.index.id: 2021-11-23T00:35:53Z - 40.00KiB
2021-11-23 00:35:54.492+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.propertystore.db.index.keys: 2021-10-22T02:36:32Z - 7.979KiB
2021-11-23 00:35:54.494+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.propertystore.db.index.keys.id: 2021-11-23T00:35:53Z - 40.00KiB
2021-11-23 00:35:54.494+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.propertystore.db.strings: 2021-10-22T02:36:32Z - 8.000KiB
2021-11-23 00:35:54.495+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.propertystore.db.strings.id: 2021-11-23T00:35:53Z - 40.00KiB
2021-11-23 00:35:54.496+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.relationshipgroupstore.db: 2021-10-21T22:11:45Z - 7.983KiB
2021-11-23 00:35:54.498+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.relationshipgroupstore.db.id: 2021-11-23T00:35:53Z - 40.00KiB
2021-11-23 00:35:54.498+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.relationshipstore.db: 2021-10-21T22:11:45Z - 0B
2021-11-23 00:35:54.500+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.relationshipstore.db.id: 2021-11-23T00:35:53Z - 40.00KiB
2021-11-23 00:35:54.500+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.relationshiptypestore.db: 2021-10-21T22:11:45Z - 0B
2021-11-23 00:35:54.502+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.relationshiptypestore.db.id: 2021-11-23T00:35:53Z - 40.00KiB
2021-11-23 00:35:54.503+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.relationshiptypestore.db.names: 2021-10-21T22:11:45Z - 7.979KiB
2021-11-23 00:35:54.504+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.relationshiptypestore.db.names.id: 2021-11-23T00:35:53Z - 40.00KiB
2021-11-23 00:35:54.509+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.schemastore.db: 2021-10-22T02:36:32Z - 8.000KiB
2021-11-23 00:35:54.510+0000 INFO [o.n.i.d.DiagnosticsManager]   neostore.schemastore.db.id: 2021-11-23T00:35:53Z - 40.00KiB
2021-11-23 00:35:54.514+0000 INFO [o.n.i.d.DiagnosticsManager]   schema:
2021-11-23 00:35:54.516+0000 INFO [o.n.i.d.DiagnosticsManager]     index:
2021-11-23 00:35:54.517+0000 INFO [o.n.i.d.DiagnosticsManager]       native-btree-1.0:
2021-11-23 00:35:54.517+0000 INFO [o.n.i.d.DiagnosticsManager]         1:
2021-11-23 00:35:54.519+0000 INFO [o.n.i.d.DiagnosticsManager]           index-1: 2021-11-23T00:32:09Z - 48.00KiB
2021-11-23 00:35:54.520+0000 INFO [o.n.i.d.DiagnosticsManager]         - Total: 2021-10-21T22:12:41Z - 48.00KiB
2021-11-23 00:35:54.521+0000 INFO [o.n.i.d.DiagnosticsManager]         3:
2021-11-23 00:35:54.523+0000 INFO [o.n.i.d.DiagnosticsManager]           index-3: 2021-11-23T00:32:09Z - 48.00KiB
2021-11-23 00:35:54.524+0000 INFO [o.n.i.d.DiagnosticsManager]         - Total: 2021-10-21T22:12:42Z - 48.00KiB
2021-11-23 00:35:54.525+0000 INFO [o.n.i.d.DiagnosticsManager]       - Total: 2021-10-21T22:12:42Z - 96.00KiB
2021-11-23 00:35:54.526+0000 INFO [o.n.i.d.DiagnosticsManager]     - Total: 2021-10-21T22:12:41Z - 96.00KiB
2021-11-23 00:35:54.527+0000 INFO [o.n.i.d.DiagnosticsManager]   - Total: 2021-10-21T22:12:41Z - 96.00KiB
2021-11-23 00:35:54.528+0000 INFO [o.n.i.d.DiagnosticsManager] Storage summary: 
2021-11-23 00:35:54.529+0000 INFO [o.n.i.d.DiagnosticsManager]   Total size of store: 951.9KiB
2021-11-23 00:35:54.530+0000 INFO [o.n.i.d.DiagnosticsManager]   Total size of mapped files: 247.9KiB
2021-11-23 00:35:54.532+0000 INFO [o.n.i.d.DiagnosticsManager] 
2021-11-23 00:35:54.534+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:54.535+0000 INFO [o.n.i.d.DiagnosticsManager]                               [ Transaction log ]                               
2021-11-23 00:35:54.536+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:54.539+0000 INFO [o.n.i.d.DiagnosticsManager] Transaction log files stored on file store: fuse.grpcfuse
2021-11-23 00:35:54.548+0000 INFO [o.n.i.d.DiagnosticsManager] Oldest transaction 2 found in log with version 0
2021-11-23 00:35:54.549+0000 INFO [o.n.i.d.DiagnosticsManager] 
2021-11-23 00:35:54.553+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:54.554+0000 INFO [o.n.i.d.DiagnosticsManager]                                   [ Id usage ]                                  
2021-11-23 00:35:54.555+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:54.557+0000 INFO [o.n.i.d.DiagnosticsManager] ArrayPropertyStore[neostore.nodestore.db.labels]: used=1 high=0
2021-11-23 00:35:54.558+0000 INFO [o.n.i.d.DiagnosticsManager] NodeStore[neostore.nodestore.db]: used=4 high=3
2021-11-23 00:35:54.559+0000 INFO [o.n.i.d.DiagnosticsManager] StringPropertyStore[neostore.propertystore.db.index.keys]: used=50 high=49
2021-11-23 00:35:54.560+0000 INFO [o.n.i.d.DiagnosticsManager] PropertyIndexStore[neostore.propertystore.db.index]: used=29 high=28
2021-11-23 00:35:54.561+0000 INFO [o.n.i.d.DiagnosticsManager] StringPropertyStore[neostore.propertystore.db.strings]: used=3 high=2
2021-11-23 00:35:54.564+0000 INFO [o.n.i.d.DiagnosticsManager] ArrayPropertyStore[neostore.propertystore.db.arrays]: used=1 high=0
2021-11-23 00:35:54.572+0000 INFO [o.n.i.d.DiagnosticsManager] PropertyStore[neostore.propertystore.db]: used=41 high=40
2021-11-23 00:35:54.574+0000 INFO [o.n.i.d.DiagnosticsManager] RelationshipStore[neostore.relationshipstore.db]: used=0 high=-1
2021-11-23 00:35:54.575+0000 INFO [o.n.i.d.DiagnosticsManager] StringPropertyStore[neostore.relationshiptypestore.db.names]: used=1 high=0
2021-11-23 00:35:54.577+0000 INFO [o.n.i.d.DiagnosticsManager] RelationshipTypeStore[neostore.relationshiptypestore.db]: used=0 high=-1
2021-11-23 00:35:54.578+0000 INFO [o.n.i.d.DiagnosticsManager] StringPropertyStore[neostore.labeltokenstore.db.names]: used=4 high=3
2021-11-23 00:35:54.580+0000 INFO [o.n.i.d.DiagnosticsManager] LabelTokenStore[neostore.labeltokenstore.db]: used=3 high=2
2021-11-23 00:35:54.581+0000 INFO [o.n.i.d.DiagnosticsManager] SchemaStore[neostore.schemastore.db]: used=5 high=4
2021-11-23 00:35:54.585+0000 INFO [o.n.i.d.DiagnosticsManager] RelationshipGroupStore[neostore.relationshipgroupstore.db]: used=1 high=0
2021-11-23 00:35:54.586+0000 INFO [o.n.i.d.DiagnosticsManager] NeoStore[neostore]: used=18 high=17
2021-11-23 00:35:54.587+0000 INFO [o.n.i.d.DiagnosticsManager] 
2021-11-23 00:35:54.589+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:54.590+0000 INFO [o.n.i.d.DiagnosticsManager]                               [ Neostore records ]                              
2021-11-23 00:35:54.591+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:54.608+0000 INFO [o.n.i.d.DiagnosticsManager] TIME (Creation time): 1634854305465
2021-11-23 00:35:54.610+0000 INFO [o.n.i.d.DiagnosticsManager] RANDOM_NUMBER (Random number for store id): 4970231287755828390
2021-11-23 00:35:54.611+0000 INFO [o.n.i.d.DiagnosticsManager] LOG_VERSION (Current log version): 0
2021-11-23 00:35:54.612+0000 INFO [o.n.i.d.DiagnosticsManager] LAST_TRANSACTION_ID (Last committed transaction): 22
2021-11-23 00:35:54.613+0000 INFO [o.n.i.d.DiagnosticsManager] STORE_VERSION (Store format version): 3471765337752883975
2021-11-23 00:35:54.614+0000 INFO [o.n.i.d.DiagnosticsManager] FIRST_GRAPH_PROPERTY (First property record containing graph properties): -1
2021-11-23 00:35:54.615+0000 INFO [o.n.i.d.DiagnosticsManager] LAST_CONSTRAINT_TRANSACTION (Last committed transaction containing constraint changes): 16
2021-11-23 00:35:54.616+0000 INFO [o.n.i.d.DiagnosticsManager] UPGRADE_TRANSACTION_ID (Transaction id most recent upgrade was performed at): 1
2021-11-23 00:35:54.618+0000 INFO [o.n.i.d.DiagnosticsManager] UPGRADE_TIME (Time of last upgrade): 1634854305465
2021-11-23 00:35:54.619+0000 INFO [o.n.i.d.DiagnosticsManager] LAST_TRANSACTION_CHECKSUM (Checksum of last committed transaction): -290627700
2021-11-23 00:35:54.621+0000 INFO [o.n.i.d.DiagnosticsManager] UPGRADE_TRANSACTION_CHECKSUM (Checksum of transaction id the most recent upgrade was performed at): -559063315
2021-11-23 00:35:54.622+0000 INFO [o.n.i.d.DiagnosticsManager] LAST_CLOSED_TRANSACTION_LOG_VERSION (Log version where the last transaction commit entry has been written into): 0
2021-11-23 00:35:54.623+0000 INFO [o.n.i.d.DiagnosticsManager] LAST_CLOSED_TRANSACTION_LOG_BYTE_OFFSET (Byte offset in the log file where the last transaction commit entry has been written into): 15716
2021-11-23 00:35:54.624+0000 INFO [o.n.i.d.DiagnosticsManager] LAST_TRANSACTION_COMMIT_TIMESTAMP (Commit time timestamp for last committed transaction): 1634854362929
2021-11-23 00:35:54.625+0000 INFO [o.n.i.d.DiagnosticsManager] UPGRADE_TRANSACTION_COMMIT_TIMESTAMP (Commit timestamp of transaction the most recent upgrade was performed at): 0
2021-11-23 00:35:54.626+0000 INFO [o.n.i.d.DiagnosticsManager] LAST_MISSING_STORE_FILES_RECOVERY_TIMESTAMP (Timestamp of last attempt to perform a recovery on the store with missing files.): -1
2021-11-23 00:35:54.627+0000 INFO [o.n.i.d.DiagnosticsManager] EXTERNAL_STORE_UUID_MOST_SIGN_BITS (Database identifier exposed as external store identity. Generated on creation and never updated. Most significant bits.): 3231977930037939758
2021-11-23 00:35:54.629+0000 INFO [o.n.i.d.DiagnosticsManager] EXTERNAL_STORE_UUID_LEAST_SIGN_BITS (Database identifier exposed as external store identity. Generated on creation and never updated. Least significant bits): -7794850803797007657
2021-11-23 00:35:54.630+0000 INFO [o.n.i.d.DiagnosticsManager] 
2021-11-23 00:35:54.633+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:54.634+0000 INFO [o.n.i.d.DiagnosticsManager]                                [ Store versions ]                               
2021-11-23 00:35:54.634+0000 INFO [o.n.i.d.DiagnosticsManager] --------------------------------------------------------------------------------
2021-11-23 00:35:54.636+0000 INFO [o.n.i.d.DiagnosticsManager] ArrayPropertyStore[neostore.nodestore.db.labels] SF4.0.0
2021-11-23 00:35:54.637+0000 INFO [o.n.i.d.DiagnosticsManager] NodeStore[neostore.nodestore.db] SF4.0.0
2021-11-23 00:35:54.638+0000 INFO [o.n.i.d.DiagnosticsManager] StringPropertyStore[neostore.propertystore.db.index.keys] SF4.0.0
2021-11-23 00:35:54.639+0000 INFO [o.n.i.d.DiagnosticsManager] PropertyIndexStore[neostore.propertystore.db.index] SF4.0.0
2021-11-23 00:35:54.640+0000 INFO [o.n.i.d.DiagnosticsManager] StringPropertyStore[neostore.propertystore.db.strings] SF4.0.0
2021-11-23 00:35:54.641+0000 INFO [o.n.i.d.DiagnosticsManager] ArrayPropertyStore[neostore.propertystore.db.arrays] SF4.0.0
2021-11-23 00:35:54.642+0000 INFO [o.n.i.d.DiagnosticsManager] PropertyStore[neostore.propertystore.db] SF4.0.0
2021-11-23 00:35:54.643+0000 INFO [o.n.i.d.DiagnosticsManager] RelationshipStore[neostore.relationshipstore.db] SF4.0.0
2021-11-23 00:35:54.645+0000 INFO [o.n.i.d.DiagnosticsManager] StringPropertyStore[neostore.relationshiptypestore.db.names] SF4.0.0
2021-11-23 00:35:54.646+0000 INFO [o.n.i.d.DiagnosticsManager] RelationshipTypeStore[neostore.relationshiptypestore.db] SF4.0.0
2021-11-23 00:35:54.647+0000 INFO [o.n.i.d.DiagnosticsManager] StringPropertyStore[neostore.labeltokenstore.db.names] SF4.0.0
2021-11-23 00:35:54.648+0000 INFO [o.n.i.d.DiagnosticsManager] LabelTokenStore[neostore.labeltokenstore.db] SF4.0.0
2021-11-23 00:35:54.649+0000 INFO [o.n.i.d.DiagnosticsManager] SchemaStore[neostore.schemastore.db] SF4.0.0
2021-11-23 00:35:54.651+0000 INFO [o.n.i.d.DiagnosticsManager] RelationshipGroupStore[neostore.relationshipgroupstore.db] SF4.0.0
2021-11-23 00:35:54.652+0000 INFO [o.n.i.d.DiagnosticsManager] NeoStore[neostore] SF4.0.0
2021-11-23 00:35:54.653+0000 INFO [o.n.i.d.DiagnosticsManager] 
2021-11-23 00:35:54.803+0000 INFO [o.n.i.i.l.LabelScanStore] [system] Label index cleanup job registered
2021-11-23 00:35:54.805+0000 INFO [o.n.i.i.l.LabelScanStore] [system] Label index cleanup job started
2021-11-23 00:35:54.818+0000 INFO [o.n.i.i.l.LabelScanStore] [system] Label index cleanup job finished: Number of pages visited: 3, Number of tree nodes: 2, Number of cleaned crashed pointers: 0, Time spent: 5ms
2021-11-23 00:35:54.819+0000 INFO [o.n.i.i.l.LabelScanStore] [system] Label index cleanup job closed
2021-11-23 00:35:54.971+0000 INFO [o.n.k.i.i.s.GenericNativeIndexProvider] [system] Schema index cleanup job registered: descriptor=org.neo4j.internal.schema.IndexDescriptor@1, indexFile=/data/databases/system/schema/index/native-btree-1.0/1/index-1
2021-11-23 00:35:54.973+0000 INFO [o.n.k.i.i.s.GenericNativeIndexProvider] [system] Schema index cleanup job started: descriptor=org.neo4j.internal.schema.IndexDescriptor@1, indexFile=/data/databases/system/schema/index/native-btree-1.0/1/index-1
2021-11-23 00:35:54.984+0000 INFO [o.n.k.i.i.s.GenericNativeIndexProvider] [system] Schema index cleanup job finished: descriptor=org.neo4j.internal.schema.IndexDescriptor@1, indexFile=/data/databases/system/schema/index/native-btree-1.0/1/index-1 Number of pages visited: 3, Number of tree nodes: 2, Number of cleaned crashed pointers: 0, Time spent: 6ms
2021-11-23 00:35:54.987+0000 INFO [o.n.k.i.i.s.GenericNativeIndexProvider] [system] Schema index cleanup job closed: descriptor=org.neo4j.internal.schema.IndexDescriptor@1, indexFile=/data/databases/system/schema/index/native-btree-1.0/1/index-1
2021-11-23 00:35:55.008+0000 INFO [o.n.k.i.i.s.GenericNativeIndexProvider] [system] Schema index cleanup job registered: descriptor=org.neo4j.internal.schema.IndexDescriptor@3, indexFile=/data/databases/system/schema/index/native-btree-1.0/3/index-3
2021-11-23 00:35:55.009+0000 INFO [o.n.k.i.i.s.GenericNativeIndexProvider] [system] Schema index cleanup job started: descriptor=org.neo4j.internal.schema.IndexDescriptor@3, indexFile=/data/databases/system/schema/index/native-btree-1.0/3/index-3
2021-11-23 00:35:55.014+0000 INFO [o.n.k.i.i.s.GenericNativeIndexProvider] [system] Schema index cleanup job finished: descriptor=org.neo4j.internal.schema.IndexDescriptor@3, indexFile=/data/databases/system/schema/index/native-btree-1.0/3/index-3 Number of pages visited: 3, Number of tree nodes: 2, Number of cleaned crashed pointers: 0, Time spent: 4ms
2021-11-23 00:35:55.015+0000 INFO [o.n.k.i.i.s.GenericNativeIndexProvider] [system] Schema index cleanup job closed: descriptor=org.neo4j.internal.schema.IndexDescriptor@3, indexFile=/data/databases/system/schema/index/native-btree-1.0/3/index-3
2021-11-23 00:35:55.017+0000 INFO [o.n.k.i.a.i.IndexingService] [system] IndexingService.init: indexes not specifically mentioned above are ONLINE
2021-11-23 00:35:55.030+0000 INFO [o.n.k.a.DatabaseAvailabilityGuard] [system] Requirement `Database unavailable` makes database system unavailable.
2021-11-23 00:35:55.034+0000 INFO [o.n.k.a.DatabaseAvailabilityGuard] [system] Database system is unavailable.
2021-11-23 00:35:55.081+0000 INFO [o.n.k.i.a.i.IndexingService] [system] IndexingService.start: indexes not specifically mentioned above are ONLINE
2021-11-23 00:35:55.253+0000 INFO [o.n.k.a.DatabaseAvailabilityGuard] [system] Fulfilling of requirement 'Database unavailable' makes database system available.
2021-11-23 00:35:55.261+0000 INFO [o.n.k.a.DatabaseAvailabilityGuard] [system] Database system is ready.
2021-11-23 00:35:55.280+0000 INFO [o.n.m.DatabaseHealth] [system] Database health set to OK
2021-11-23 00:35:55.379+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.config.list is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:55.389+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.config.map is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:55.482+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.monitor.tx is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:55.578+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.mongodb.MongoDBColl` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/bson/conversions/Bson
2021-11-23 00:35:55.757+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.custom.list is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:55.765+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.custom.asProcedure is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:55.767+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.custom.declareProcedure is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:55.769+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.custom.declareFunction is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:55.774+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.custom.asFunction is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:55.776+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.custom.removeProcedure is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:55.777+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.custom.removeFunction is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:55.831+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.cluster.graph is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:55.929+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.load.LoadXls` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/poi/ss/usermodel/Cell
2021-11-23 00:35:56.026+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.couchbase.CouchbaseManager` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/couchbase/client/java/env/CouchbaseEnvironment
2021-11-23 00:35:56.099+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.couchbase.document.CouchbaseUtils` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/couchbase/client/core/message/kv/MutationToken
2021-11-23 00:35:56.102+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.couchbase.CouchbaseConnection` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/couchbase/client/java/Cluster
2021-11-23 00:35:56.157+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.static.list is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.163+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.static.set is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.166+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.static.get is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.168+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.static.get is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.171+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.static.getAll is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.180+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.export.xls.ExportXls` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/poi/ss/usermodel/Row
2021-11-23 00:35:56.212+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.NLPHelperFunctions` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/TypeCastException
2021-11-23 00:35:56.221+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.azure.AzureVirtualKeyPhrasesGraph` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/TypeCastException
2021-11-23 00:35:56.236+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.azure.RealAzureClient` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/TypeCastException
2021-11-23 00:35:56.246+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.azure.AzureProcedures` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/TypeCastException
2021-11-23 00:35:56.253+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.azure.AzureVirtualSentimentVirtualGraph` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/TypeCastException
2021-11-23 00:35:56.257+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.azure.AzureVirtualEntitiesGraph` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/TypeCastException
2021-11-23 00:35:56.271+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.gcp.GCPProcedures$classifyStream$2` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/Pair
2021-11-23 00:35:56.302+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.gcp.GCPVirtualClassificationGraph` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/TypeCastException
2021-11-23 00:35:56.309+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.gcp.RealGCPClient` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/TypeCastException
2021-11-23 00:35:56.315+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.gcp.GCPVirtualEntitiesGraph` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/TypeCastException
2021-11-23 00:35:56.330+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.gcp.GCPProcedures$entitiesStream$2` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/Pair
2021-11-23 00:35:56.336+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.gcp.GCPProcedures` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/TypeCastException
2021-11-23 00:35:56.342+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.aws.AWSProcedures$keyPhrasesStream$2` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/Pair
2021-11-23 00:35:56.347+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.aws.AWSVirtualSentimentVirtualGraph` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/TypeCastException
2021-11-23 00:35:56.351+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.aws.AWSProcedures` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/TypeCastException
2021-11-23 00:35:56.356+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.aws.AWSProcedures$entitiesStream$2` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/Pair
2021-11-23 00:35:56.361+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.aws.AWSVirtualKeyPhrasesGraph` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/TypeCastException
2021-11-23 00:35:56.365+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.aws.AWSVirtualSentimentVirtualGraph$Companion` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/TypeCastException
2021-11-23 00:35:56.378+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.aws.DummyAWSClient` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/amazonaws/services/comprehend/model/BatchDetectEntitiesResult
2021-11-23 00:35:56.389+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.aws.AWSProcedures$sentimentStream$2` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/Pair
2021-11-23 00:35:56.394+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.aws.AWSProcedures$Companion` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/TypeCastException
2021-11-23 00:35:56.399+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.aws.AWSVirtualEntitiesGraph` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/TypeCastException
2021-11-23 00:35:56.406+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.aws.AWSClient` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/amazonaws/services/comprehend/model/BatchDetectEntitiesResult
2021-11-23 00:35:56.412+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.nlp.aws.RealAWSClient` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/TypeCastException
2021-11-23 00:35:56.565+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.warmup.run is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.713+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.meta.data is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.716+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.meta.graph is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.718+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.meta.schema is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.719+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.meta.stats is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.723+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.meta.graphSample is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.724+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.meta.subGraph is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.727+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.meta.nodeTypeProperties is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.729+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.meta.relTypeProperties is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.731+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.meta.type is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.734+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.meta.typeName is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.737+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.meta.isType is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.740+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.meta.types is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.742+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.meta.cypher.isType is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.743+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.meta.cypher.type is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.744+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.meta.cypher.types is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:56.870+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.util.s3.S3URLConnection` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/amazonaws/ClientConfiguration
2021-11-23 00:35:56.874+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.util.s3.S3Aws` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/amazonaws/auth/AWSCredentials
2021-11-23 00:35:56.887+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.util.s3.S3Aws$1` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/amazonaws/services/s3/model/S3ObjectInputStream
2021-11-23 00:35:56.893+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.util.hdfs.HDFSUtils$1` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/hadoop/fs/FSDataInputStream
2021-11-23 00:35:56.897+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.util.hdfs.HDFSUtils` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/hadoop/fs/FSDataOutputStream
2021-11-23 00:35:56.927+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.util.google.cloud.GCStorageURLConnection` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/google/cloud/storage/Storage
2021-11-23 00:35:57.330+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `apoc.data.email.ExtractEmail` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: javax/mail/internet/AddressException
2021-11-23 00:35:57.418+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.schema.nodes is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.421+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.schema.relationships is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.423+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.schema.assert is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.425+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.schema.node.indexExists is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.426+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.schema.node.constraintExists is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.427+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.schema.relationship.constraintExists is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.464+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.stats.degrees is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.704+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.nodes.get is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.706+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.nodes.delete is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.708+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.nodes.link is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.709+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.nodes.rels is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.711+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.nodes.collapse is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.713+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.rel.type is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.714+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.node.id is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.716+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.any.properties is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.718+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.node.labels is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.719+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.any.property is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.720+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.nodes.connected is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.722+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.node.degree is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.723+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.nodes.isDense is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.730+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.nodes.relationships.exist is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.731+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.rel.id is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.733+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.node.relationship.exists is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.734+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.node.degree.in is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.735+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.node.degree.out is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.737+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.nodes.relationship.types is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.738+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.node.relationships.exist is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:57.740+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.node.relationship.types is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:58.131+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.schema.properties.distinct is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:58.133+0000 WARN [o.n.k.a.p.GlobalProcedures] apoc.schema.properties.distinctCount is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.
2021-11-23 00:35:58.564+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.antlr.v4.gui.TreeViewer$VariableExtentProvide` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/abego/treelayout/NodeExtentProvider
2021-11-23 00:35:58.573+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.antlr.v4.gui.TreePostScriptGenerator` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/abego/treelayout/Configuration
2021-11-23 00:35:59.258+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.antlr.v4.gui.TreeViewer` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/abego/treelayout/TreeForTreeLayout
2021-11-23 00:35:59.397+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.antlr.v4.gui.TreePostScriptGenerator$VariableExtentProvide` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/abego/treelayout/NodeExtentProvider
2021-11-23 00:35:59.450+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.antlr.v4.unicode.UnicodeDataTemplateController` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/ibm/icu/text/UnicodeSet
2021-11-23 00:35:59.591+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.antlr.v4.gui.TreeLayoutAdaptor` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/abego/treelayout/TreeForTreeLayout
2021-11-23 00:36:00.126+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.jayway.jsonpath.spi.json.GsonJsonProvider` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/google/gson/JsonElement
2021-11-23 00:36:00.168+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.jayway.jsonpath.spi.json.JsonOrgJsonProvider` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/json/JSONException
2021-11-23 00:36:00.175+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.jayway.jsonpath.spi.mapper.GsonMappingProvider$1` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/google/gson/Gson
2021-11-23 00:36:00.178+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.jayway.jsonpath.spi.mapper.GsonMappingProvider$2` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/google/gson/Gson
2021-11-23 00:36:01.478+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAllocatorAdapter` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/conscrypt/BufferAllocator
2021-11-23 00:36:01.656+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ConscryptAlpnSslEngine$ServerEngine` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/conscrypt/BufferAllocator
2021-11-23 00:36:01.660+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.JettyNpnSslEngine` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/eclipse/jetty/npn/NextProtoNego$Provider
2021-11-23 00:36:01.665+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslContext$PrivateKeyMethod` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/SSLPrivateKeyMethod
2021-11-23 00:36:01.679+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslClientContext$OpenSslClientCertificateCallback` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/CertificateCallback
2021-11-23 00:36:01.704+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslContext$AbstractCertificateVerifier` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/CertificateVerifier
2021-11-23 00:36:01.712+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.OpenSslServerContext` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/SSLPrivateKeyMethod
2021-11-23 00:36:01.784+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslClientContext$TrustManagerVerifyCallback` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/CertificateVerifier
2021-11-23 00:36:01.799+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslServerContext$OpenSslSniHostnameMatcher` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/SniHostNameMatcher
2021-11-23 00:36:01.839+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslServerContext$OpenSslServerCertificateCallback` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/CertificateCallback
2021-11-23 00:36:01.849+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslClientContext` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/SSLPrivateKeyMethod
2021-11-23 00:36:01.898+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ConscryptAlpnSslEngine$ClientEngine` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/conscrypt/BufferAllocator
2021-11-23 00:36:01.905+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.JettyAlpnSslEngine$ClientEngine$1` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/eclipse/jetty/alpn/ALPN$ClientProvider
2021-11-23 00:36:01.955+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslServerContext$TrustManagerVerifyCallback` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/CertificateVerifier
2021-11-23 00:36:01.980+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslServerContext$ExtendedTrustManagerVerifyCallback` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/CertificateVerifier
2021-11-23 00:36:02.133+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.JettyNpnSslEngine$2` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/eclipse/jetty/npn/NextProtoNego$ClientProvider
2021-11-23 00:36:02.141+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslContext` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/SSLPrivateKeyMethod
2021-11-23 00:36:02.147+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.JettyAlpnSslEngine$ServerEngine` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/eclipse/jetty/alpn/ALPN$Provider
2021-11-23 00:36:02.157+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ConscryptAlpnSslEngine` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/conscrypt/BufferAllocator
2021-11-23 00:36:02.164+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslClientContext$ExtendedTrustManagerVerifyCallback` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/CertificateVerifier
2021-11-23 00:36:02.167+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.OpenSslContext` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/SSLPrivateKeyMethod
2021-11-23 00:36:02.188+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ConscryptAlpnSslEngine$ServerEngine$1` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/conscrypt/HandshakeListener
2021-11-23 00:36:02.191+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslServerContext` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/SSLPrivateKeyMethod
2021-11-23 00:36:02.194+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ConscryptAlpnSslEngine$ClientEngine$1` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/conscrypt/HandshakeListener
2021-11-23 00:36:02.197+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/conscrypt/AllocatedBuffer
2021-11-23 00:36:02.202+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.JettyAlpnSslEngine$ClientEngine` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/eclipse/jetty/alpn/ALPN$Provider
2021-11-23 00:36:02.209+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.JettyNpnSslEngine$1` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/eclipse/jetty/npn/NextProtoNego$ServerProvider
2021-11-23 00:36:02.216+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.OpenSslClientContext` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/SSLPrivateKeyMethod
2021-11-23 00:36:02.221+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.ssl.JettyAlpnSslEngine$ServerEngine$1` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/eclipse/jetty/alpn/ALPN$ServerProvider
2021-11-23 00:36:02.890+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.util.internal.logging.Log4J2Logger` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/logging/log4j/spi/ExtendedLoggerWrapper
2021-11-23 00:36:02.928+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.util.internal.logging.Log4JLogger` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/log4j/Priority
2021-11-23 00:36:04.242+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.compression.Lz4FrameDecoder` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: net/jpountz/lz4/LZ4Exception
2021-11-23 00:36:04.305+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.marshalling.ChannelBufferByteOutput` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/jboss/marshalling/ByteOutput
2021-11-23 00:36:04.310+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/jboss/marshalling/Unmarshaller
2021-11-23 00:36:04.315+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/jboss/marshalling/ByteInput
2021-11-23 00:36:04.342+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.protobuf.ProtobufEncoder` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/google/protobuf/MessageLiteOrBuilder
2021-11-23 00:36:04.348+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.marshalling.LimitingByteInput` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/jboss/marshalling/ByteInput
2021-11-23 00:36:04.354+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/jboss/marshalling/Unmarshaller
2021-11-23 00:36:04.359+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.marshalling.MarshallingDecoder` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/jboss/marshalling/ByteInput
2021-11-23 00:36:04.376+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.compression.Lz4FrameEncoder` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: net/jpountz/lz4/LZ4Exception
2021-11-23 00:36:04.407+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.protobuf.ProtobufDecoder` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/google/protobuf/ExtensionRegistryLite
2021-11-23 00:36:04.414+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/jboss/marshalling/Unmarshaller
2021-11-23 00:36:04.419+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/jboss/marshalling/ByteOutput
2021-11-23 00:36:04.423+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.marshalling.MarshallerProvider` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/jboss/marshalling/Marshaller
2021-11-23 00:36:04.429+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/jboss/marshalling/Marshaller
2021-11-23 00:36:04.461+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.compression.ZlibUtil` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/jcraft/jzlib/Inflater
2021-11-23 00:36:04.485+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.protobuf.ProtobufEncoderNano` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/google/protobuf/nano/MessageNano
2021-11-23 00:36:04.488+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.marshalling.UnmarshallerProvider` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/jboss/marshalling/Unmarshaller
2021-11-23 00:36:04.491+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.marshalling.ChannelBufferByteInput` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/jboss/marshalling/ByteInput
2021-11-23 00:36:04.496+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.marshalling.DefaultMarshallerProvider` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/jboss/marshalling/Marshaller
2021-11-23 00:36:04.501+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.io.netty.handler.codec.marshalling.MarshallingEncoder` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/jboss/marshalling/ByteOutput
2021-11-23 00:36:04.590+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.reactor.core.scheduler.SchedulerMetricDecorator` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: io/micrometer/core/instrument/MeterRegistry
2021-11-23 00:36:04.610+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.reactor.core.scheduler.ReactorBlockHoundIntegration` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/neo4j/driver/internal/shaded/reactor/blockhound/integration/BlockHoundIntegration
2021-11-23 00:36:04.624+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.reactor.core.scheduler.SchedulerMetricDecorator$TimedScheduledExecutorService` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: io/micrometer/core/instrument/internal/TimedExecutorService
2021-11-23 00:36:05.279+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.reactor.core.publisher.FluxMetricsFuseable` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: io/micrometer/core/instrument/MeterRegistry
2021-11-23 00:36:05.792+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.reactor.core.publisher.FluxMetrics` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: io/micrometer/core/instrument/MeterRegistry
2021-11-23 00:36:05.895+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoMetricsFuseable` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: io/micrometer/core/instrument/MeterRegistry
2021-11-23 00:36:05.965+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoMetrics` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: io/micrometer/core/instrument/MeterRegistry
2021-11-23 00:36:06.245+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoExtensionsKt` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/jvm/functions/Function0
2021-11-23 00:36:06.248+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoExtensionsKt$toMono$1` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/jvm/functions/Function0
2021-11-23 00:36:06.252+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoWhenFunctionsKt$zip$1` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/TypeCastException
2021-11-23 00:36:06.256+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.reactor.core.publisher.FluxExtensionsKt$toFlux$1` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/jvm/internal/markers/KMappedMarker
2021-11-23 00:36:06.266+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.reactor.core.publisher.FluxExtensionsKt$toIterable$1` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/jvm/internal/markers/KMappedMarker
2021-11-23 00:36:06.269+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoWhenFunctionsKt` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/jvm/functions/Function1
2021-11-23 00:36:06.278+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.neo4j.driver.internal.shaded.reactor.core.publisher.FluxExtensionsKt` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: kotlin/jvm/internal/markers/KMappedMarker
2021-11-23 00:36:06.408+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.novell.ldap.DsmlConnection` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/commons/httpclient/HttpException
2021-11-23 00:36:06.642+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.novell.ldap.LDAPSecureSocketFactory` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/novell/service/security/net/SecureSocket
2021-11-23 00:36:06.707+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.novell.ldap.spml.NoAuthImpl` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/openspml/client/SpmlClient
2021-11-23 00:36:06.711+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.novell.ldap.spml.SPMLImpl` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/openspml/client/SpmlClient
2021-11-23 00:36:06.715+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.novell.ldap.spml.SunIdm` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/openspml/util/SpmlException
2021-11-23 00:36:06.719+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.novell.ldap.SPMLConnection` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/openspml/util/SpmlException
2021-11-23 00:36:06.740+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.novell.ldap.util.HttpRequestCallback` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/commons/httpclient/methods/PostMethod
2021-11-23 00:36:06.761+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.novell.sasl.client.NMASSaslClient$NmasLdapTransport` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/novell/security/nmas/transport/NMASTransport
2021-11-23 00:36:06.764+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.novell.sasl.client.NMASSaslClient` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/novell/security/nmas/transport/MAFTransportException
2021-11-23 00:36:07.507+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/commons/jxpath/ri/model/NodePointer
2021-11-23 00:36:07.512+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/commons/jxpath/ri/model/NodeIterator
2021-11-23 00:36:07.522+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/commons/jxpath/ri/model/NodeIterator
2021-11-23 00:36:07.530+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/commons/jxpath/ri/model/NodeIterator
2021-11-23 00:36:07.536+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointerFactory` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/commons/jxpath/ri/model/NodePointerFactory
2021-11-23 00:36:07.542+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/commons/jxpath/ri/model/NodePointerFactory
2021-11-23 00:36:07.546+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.configuration2.tree.xpath.XPathContextFactory` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/commons/jxpath/JXPathContext
2021-11-23 00:36:07.551+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/commons/jxpath/ri/model/NodePointer
2021-11-23 00:36:07.657+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.configuration2.io.VFSFileSystem` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/commons/vfs2/FileSystemException
2021-11-23 00:36:07.724+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.configuration2.interpol.ExprLookup` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/commons/jexl2/JexlContext
2021-11-23 00:36:07.747+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.configuration2.reloading.VFSFileHandlerReloadingDetector` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/commons/vfs2/FileSystemException
2021-11-23 00:36:07.847+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.configuration2.resolver.CatalogResolver` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/xml/resolver/CatalogManager
2021-11-23 00:36:07.852+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.configuration2.resolver.CatalogResolver$Catalog` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/xml/resolver/Catalog
2021-11-23 00:36:07.858+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.configuration2.resolver.CatalogResolver$CatalogManager` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/xml/resolver/CatalogManager
2021-11-23 00:36:07.865+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.configuration2.spring.ConfigurationPropertySource` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/springframework/core/env/EnumerablePropertySource
2021-11-23 00:36:07.871+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.configuration2.spring.ConfigurationPropertiesFactoryBean` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/springframework/beans/factory/InitializingBean
2021-11-23 00:36:09.623+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `module-info` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: module-info is not a class because access_flag ACC_MODULE is set
2021-11-23 00:36:10.158+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `schemacrawler.tools.integration.graph.GraphvizJavaExecutorUtility` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: guru/nidi/graphviz/engine/Format
2021-11-23 00:36:10.188+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `schemacrawler.tools.integration.freemarker.FreeMarkerRenderer` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: freemarker/cache/TemplateLoader
2021-11-23 00:36:10.203+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `schemacrawler.tools.integration.mustache.MustacheRenderer` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: com/github/mustachejava/MustacheFactory
2021-11-23 00:36:10.206+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `schemacrawler.tools.integration.thymeleaf.ThymeleafRenderer` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/thymeleaf/templateresolver/AbstractConfigurableTemplateResolver
2021-11-23 00:36:10.214+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `schemacrawler.tools.integration.velocity.VelocityRenderer` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/velocity/exception/ResourceNotFoundException
2021-11-23 00:36:13.833+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.antlr.runtime.tree.DOTTreeGenerator` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/antlr/stringtemplate/StringTemplate
2021-11-23 00:36:14.614+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.logging.impl.AvalonLogger` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/avalon/framework/logger/Logger
2021-11-23 00:36:14.620+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.logging.impl.Log4JLogger` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/log4j/Priority
2021-11-23 00:36:14.632+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.commons.logging.impl.LogKitLogger` from plugin jar `/var/lib/neo4j/plugins/apoc.jar`: org/apache/log/Logger
2021-11-23 00:36:17.040+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `META-INF.versions.9.javax.xml.bind.ModuleUtil` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: javax/xml/bind/ModuleUtil (wrong name: META-INF/versions/9/javax/xml/bind/ModuleUtil)
2021-11-23 00:36:17.181+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `module-info` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: module-info is not a class because access_flag ACC_MODULE is set
2021-11-23 00:36:19.654+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.AbstractCatchingFuture$AsyncCatchingFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.663+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.AbstractCatchingFuture$CatchingFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.673+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.AbstractCatchingFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.680+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.AbstractFuture$AtomicHelper` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.689+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.AbstractFuture$SafeAtomicHelper` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.696+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.700+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.AbstractFuture$TrustedFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.705+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.709+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.AbstractFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.723+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.AbstractTransformFuture$AsyncTransformFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.734+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.744+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.AbstractTransformFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.760+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.AggregateFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.783+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.CollectionFuture$CollectionFutureRunningState` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.793+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.CollectionFuture$ListFuture$ListFutureRunningState` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.804+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.CollectionFuture$ListFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.813+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.CollectionFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.829+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.CombinedFuture$CombinedFutureRunningState` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.838+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.CombinedFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.852+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.FluentFuture$TrustedFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.858+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.FluentFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.865+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.ForwardingFluentFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.885+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.Futures$InCompletionOrderFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.891+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.Futures$NonCancellationPropagatingFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.908+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.GwtFluentFutureCatchingSpecialization` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.913+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.ImmediateFuture$ImmediateCancelledFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.922+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.990+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.MoreExecutors$ScheduledListeningDecorator$NeverSuccessfulListenableFutureTask` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:19.997+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.MoreExecutors` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:20.010+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.SettableFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:20.026+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.TimeoutFuture` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:20.043+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `com.github.jsonldjava.shaded.com.google.common.util.concurrent.TrustedListenableFutureTask` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: com/github/jsonldjava/shaded/com/google/common/util/concurrent/internal/InternalFutureFailureAccess
2021-11-23 00:36:21.283+0000 WARN [o.n.k.a.p.GlobalProcedures] Failed to load `org.apache.http.impl.client.cache.memcached.MemcachedHttpCacheStorage` from plugin jar `/var/lib/neo4j/plugins/n10s.jar`: net/spy/memcached/MemcachedClientIF

Type 2

I'm seeing this appear when running the importer. It looks like the second part of this happens when running GDC importer. Not sure about the first part of it.

2021-11-23 01:41:08.846+0000 INFO [o.n.k.i.t.l.c.CheckPointerImpl] [neo4j] Checkpoint triggered by "Scheduled checkpoint for every 15 minutes threshold" @ txId: 4527 checkpoint started...
2021-11-23 01:41:09.028+0000 INFO [o.n.k.i.t.l.c.CheckPointerImpl] [neo4j] Checkpoint triggered by "Scheduled checkpoint for every 15 minutes threshold" @ txId: 4527 checkpoint completed in 179ms
2021-11-23 01:41:09.073+0000 INFO [o.n.k.i.t.l.p.LogPruningImpl] [neo4j] No log version pruned. The strategy used was '104857600 size'. Last checkpoint was made in log version 0.
2021-11-23 01:41:09.140+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 2880 seconds. Reason: CardinalityByLabelsAndRelationshipType(None,None,None) changed from 26998.0 to 1.0, which is a divergence of 0.9999629602192756 which is greater than threshold 0.4308371585025448. Query: CALL db.labels()
  YIELD label
RETURN {name: "labels", data: COLLECT(label)[..1000]} AS result
UNION ALL
CALL db.relationshipTypes()
  YIELD relationshipType
RETURN {name: "relationshipTypes", data: COLLECT(relationshipType)[..1000]} AS result
UNION ALL
CALL db.propertyKeys()
  YIELD propertyKey
RETURN {name: "propertyKeys", data: COLLECT(propertyKey)[..1000]} AS result
UNION ALL
CALL dbms.functions()
  YIELD name, signature, description
RETURN {name: "functions", data: collect({name: name, signature: signature, description: description})} AS result
UNION ALL
CALL dbms.procedures()
  YIELD name, signature, description
RETURN {name: "procedures", data: collect({name: name, signature: signature, description: description})} AS result
UNION ALL
MATCH ()
RETURN {name: "nodes", data: count(*)} AS result
UNION ALL
MATCH ()-->()
RETURN {name: "relationships", data: count(*)} AS result
2021-11-23 01:41:19.423+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 2897 seconds. Reason: NodesAllCardinality changed from 29244.0 to 10.0, which is a divergence of 0.9996580495144303 which is greater than threshold 0.42976069557334423. Query: CALL dbms.listConfig()
  YIELD name AS type, value
RETURN type AS type, value AS value
2021-11-23 01:41:19.460+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 2897 seconds. Reason: NodesAllCardinality changed from 29244.0 to 10.0, which is a divergence of 0.9996580495144303 which is greater than threshold 0.42977607386948163. Query: CALL dbms.components()
  YIELD versions
RETURN {type: "version", value: versions[0]} AS value
2021-11-23 01:41:19.486+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 2897 seconds. Reason: NodesAllCardinality changed from 29244.0 to 10.0, which is a divergence of 0.9996580495144303 which is greater than threshold 0.4297816662500413. Query: CALL dbms.components()
  YIELD edition
RETURN {type: "edition", value: edition} AS value
2021-11-23 01:41:23.469+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 2896 seconds. Reason: NodesAllCardinality changed from 29244.0 to 10.0, which is a divergence of 0.9996580495144303 which is greater than threshold 0.4298465612161341. Query: CALL dbms.components()
  YIELD name, versions, edition
RETURN name AS name, versions AS versions, edition AS edition
2021-11-23 01:42:36.520+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 1167 seconds. Reason: NodesAllCardinality changed from 29244.0 to 10.0, which is a divergence of 0.9996580495144303 which is greater than threshold 0.5774745759883182. Query: CALL n10s.rdf.import.fetch($`0`, $`1`, $`2`)
  YIELD terminationStatus, triplesLoaded, triplesParsed, namespaces, extraInfo, callParams
RETURN terminationStatus AS terminationStatus, triplesLoaded AS triplesLoaded, triplesParsed AS triplesParsed, namespaces AS namespaces, extraInfo AS extraInfo, callParams AS callParams
2021-11-23 01:43:15.232+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 29 seconds. Reason: NodesAllCardinality changed from 10.0 to 2840.0, which is a divergence of 0.9964788732394366 which is greater than threshold 0.7461801294433438. Query: UNWIND $data AS r
CREATE (_:PermissibleValue:Resource)
SET _ += r
RETURN id(_) AS `id(_)`
2021-11-23 01:43:15.326+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 29 seconds. Reason: NodesAllCardinality changed from 10.0 to 2840.0, which is a divergence of 0.9964788732394366 which is greater than threshold 0.7462699832378104. Query: UNWIND $data AS r
CREATE (_:Enumeration:Resource)
SET _ += r
RETURN id(_) AS `id(_)`
2021-11-23 01:43:15.345+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 29 seconds. Reason: NodesAllCardinality changed from 10.0 to 2840.0, which is a divergence of 0.9964788732394366 which is greater than threshold 0.7462594448923888. Query: UNWIND $data AS r
CREATE (_:NodeAttribute:Resource)
SET _ += r
RETURN id(_) AS `id(_)`
2021-11-23 01:43:15.377+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 29 seconds. Reason: CardinalityByLabelsAndRelationshipType(None,Some(RelTypeId(0)),None) changed from 1.0 to 2668.0, which is a divergence of 0.9996251874062968 which is greater than threshold 0.7463081153743956. Query: UNWIND $data AS r
MATCH (a)
  WHERE id(a) = r[0]
MATCH (b)
  WHERE id(b) = r[2]
MERGE (a)-[_:HAS_PERMISSIBLE_VALUE]->(b)
SET _ += r[1]
RETURN id(_) AS `id(_)`
2021-11-23 01:43:15.542+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 29 seconds. Reason: NodesAllCardinality changed from 10.0 to 2840.0, which is a divergence of 0.9964788732394366 which is greater than threshold 0.7463244041581795. Query: UNWIND $data AS r
MATCH (a)
  WHERE id(a) = r[0]
MATCH (b)
  WHERE id(b) = r[2]
MERGE (a)-[_:USES]->(b)
SET _ += r[1]
RETURN id(_) AS `id(_)`
2021-11-23 01:45:24.984+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 129 seconds. Reason: NodesAllCardinality changed from 2840.0 to 11450.0, which is a divergence of 0.7519650655021834 which is greater than threshold 0.727522626704607. Query: UNWIND $data AS r
CREATE (_:PermissibleValue:Resource)
SET _ += r
RETURN id(_) AS `id(_)`
2021-11-23 01:45:25.242+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 129 seconds. Reason: NodesAllCardinality changed from 2840.0 to 11450.0, which is a divergence of 0.7519650655021834 which is greater than threshold 0.7274951302013158. Query: UNWIND $data AS r
CREATE (_:NodeAttribute:Resource)
SET _ += r
RETURN id(_) AS `id(_)`
2021-11-23 01:45:25.257+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 129 seconds. Reason: NodesAllCardinality changed from 2840.0 to 11450.0, which is a divergence of 0.7519650655021834 which is greater than threshold 0.7274894854809676. Query: UNWIND $data AS r
CREATE (_:Enumeration:Resource)
SET _ += r
RETURN id(_) AS `id(_)`
2021-11-23 01:45:25.287+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 129 seconds. Reason: NodesAllCardinality changed from 2840.0 to 11450.0, which is a divergence of 0.7519650655021834 which is greater than threshold 0.7274940376679604. Query: UNWIND $data AS r
MATCH (a)
  WHERE id(a) = r[0]
MATCH (b)
  WHERE id(b) = r[2]
MERGE (a)-[_:HAS_PERMISSIBLE_VALUE]->(b)
SET _ += r[1]
RETURN id(_) AS `id(_)`
2021-11-23 01:45:25.450+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 129 seconds. Reason: CardinalityByLabelsAndRelationshipType(None,Some(RelTypeId(1)),None) changed from 86.0 to 736.0, which is a divergence of 0.8831521739130435 which is greater than threshold 0.7274940376679604. Query: UNWIND $data AS r
MATCH (a)
  WHERE id(a) = r[0]
MATCH (b)
  WHERE id(b) = r[2]
MERGE (a)-[_:USES]->(b)
SET _ += r[1]
RETURN id(_) AS `id(_)`
2021-11-23 01:47:26.818+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=105, gcTime=0, gcCount=0}
2021-11-23 01:47:38.640+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=255, gcTime=0, gcCount=0}
2021-11-23 01:47:40.223+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=3527, gcTime=0, gcCount=0}
2021-11-23 01:47:40.343+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=931, gcTime=0, gcCount=0}
2021-11-23 01:47:52.729+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=111, gcTime=0, gcCount=0}
2021-11-23 01:47:58.514+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=208, gcTime=0, gcCount=0}
2021-11-23 01:52:05.967+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=202, gcTime=0, gcCount=0}
2021-11-23 01:52:11.674+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 536 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6603602625690972. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Case") AND _.attribute =~ "(?i)primary_site"
RETURN _ AS _
2021-11-23 01:52:12.208+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 536 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6602803048476684. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)enneking_msts_grade"
RETURN _ AS _
2021-11-23 01:52:12.244+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 536 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6602747550303771. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)esophageal_columnar_dysplasia_degree"
RETURN _ AS _
2021-11-23 01:52:12.283+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 536 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6602690553151345. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)inpc_grade"
RETURN _ AS _
2021-11-23 01:52:12.316+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 536 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6602639556533282. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)gleason_grade_group"
RETURN _ AS _
2021-11-23 01:52:12.802+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 537 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6601909191416123. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)ajcc_clinical_m"
RETURN _ AS _
2021-11-23 01:52:12.863+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 537 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6601819219214015. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)ajcc_clinical_n"
RETURN _ AS _
2021-11-23 01:52:12.913+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 537 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6601744244252201. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)ajcc_clinical_t"
RETURN _ AS _
2021-11-23 01:52:12.954+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 537 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.660167976714704. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)ajcc_clinical_stage"
RETURN _ AS _
2021-11-23 01:52:13.224+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 537 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6601276438955095. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)ajcc_pathologic_m"
RETURN _ AS _
2021-11-23 01:52:13.260+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 537 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6601222465687008. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)ajcc_pathologic_n"
RETURN _ AS _
2021-11-23 01:52:13.293+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 537 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6601171491744211. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)ajcc_pathologic_t"
RETURN _ AS _
2021-11-23 01:52:13.327+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 537 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6601122017787863. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)ajcc_pathologic_stage"
RETURN _ AS _
2021-11-23 01:52:13.354+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 537 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6601080040467058. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)ajcc_staging_system_edition"
RETURN _ AS _
2021-11-23 01:52:13.381+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 537 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6601041062004346. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)ann_arbor_clinical_stage"
RETURN _ AS _
2021-11-23 01:52:13.407+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 537 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6601000584857212. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)ann_arbor_pathologic_stage"
RETURN _ AS _
2021-11-23 01:52:13.439+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 537 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.660095411170785. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)figo_stage"
RETURN _ AS _
2021-11-23 01:52:13.468+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 537 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6600909138315383. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)igcccg_stage"
RETURN _ AS _
2021-11-23 01:52:13.496+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 537 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6600867163701978. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)inss_stage"
RETURN _ AS _
2021-11-23 01:52:13.522+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 537 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6600828187753234. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)iss_stage"
RETURN _ AS _
2021-11-23 01:52:13.551+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 537 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.660078471512264. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)masaoka_stage"
RETURN _ AS _
2021-11-23 01:52:13.578+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 537 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6600744241119239. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)cog_liver_stage"
RETURN _ AS _
2021-11-23 01:52:13.603+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 537 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6600708264644012. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)cog_renal_stage"
RETURN _ AS _
2021-11-23 01:52:13.627+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 538 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6600670789566003. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)enneking_msts_metastasis"
RETURN _ AS _
2021-11-23 01:52:13.652+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 538 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6600633314913517. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)enneking_msts_stage"
RETURN _ AS _
2021-11-23 01:52:13.685+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 538 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.660058384902378. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)enneking_msts_tumor_site"
RETURN _ AS _
2021-11-23 01:52:13.714+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 538 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6600541878547235. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)inrg_stage"
RETURN _ AS _
2021-11-23 01:52:13.744+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 538 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6600496910771798. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)irs_stage"
RETURN _ AS _
2021-11-23 01:52:13.769+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 538 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6600457939195362. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)ann_arbor_b_symptoms"
RETURN _ AS _
2021-11-23 01:52:13.803+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 538 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6600409974809964. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)ann_arbor_extranodal_involvement"
RETURN _ AS _
2021-11-23 01:52:14.158+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 538 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6599876418034583. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)id"
RETURN _ AS _
2021-11-23 01:52:14.483+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 538 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6599387899567742. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)icd_10_code"
RETURN _ AS _
2021-11-23 01:52:14.679+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 539 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.659909572216698. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)morphology"
RETURN _ AS _
2021-11-23 01:52:14.872+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 539 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6598806566931109. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)method_of_diagnosis"
RETURN _ AS _
2021-11-23 01:52:14.968+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 539 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6598662747856757. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)international_prognostic_index"
RETURN _ AS _
2021-11-23 01:52:15.080+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 539 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6598494966859786. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)metastasis_at_diagnosis"
RETURN _ AS _
2021-11-23 01:52:17.760+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 542 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.659448125429913. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Case") AND _.attribute =~ "(?i)submitter_id"
RETURN _ AS _
2021-11-23 01:52:18.567+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 542 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6593275549937374. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Center") AND _.attribute =~ "(?i)id"
RETURN _ AS _
2021-11-23 01:52:18.602+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 542 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6593223203036516. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Center") AND _.attribute =~ "(?i)code"
RETURN _ AS _
2021-11-23 01:52:18.650+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 543 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6593151414352686. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Center") AND _.attribute =~ "(?i)name"
RETURN _ AS _
2021-11-23 01:52:18.744+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 543 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.659301232822638. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Center") AND _.attribute =~ "(?i)short_name"
RETURN _ AS _
2021-11-23 01:52:18.788+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 543 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.659294503059451. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Center") AND _.attribute =~ "(?i)center_type"
RETURN _ AS _
2021-11-23 01:52:20.153+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 544 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6590904321786002. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)age_at_diagnosis"
RETURN _ AS _
2021-11-23 01:52:20.194+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 544 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6590841550779228. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)days_to_diagnosis"
RETURN _ AS _
2021-11-23 01:52:22.366+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 546 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6587597021914495. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Diagnosis") AND _.attribute =~ "(?i)classification_of_tumor"
RETURN _ AS _
2021-11-23 01:52:25.105+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 549 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6583511552194092. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Demographic") AND _.attribute =~ "(?i)gender"
RETURN _ AS _
2021-11-23 01:52:25.200+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 549 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6583371381334534. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Demographic") AND _.attribute =~ "(?i)ethnicity"
RETURN _ AS _
2021-11-23 01:52:25.269+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 549 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6583265511556928. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Demographic") AND _.attribute =~ "(?i)race"
RETURN _ AS _
2021-11-23 01:52:25.317+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 549 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6583192448485017. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Demographic") AND _.attribute =~ "(?i)year_of_birth"
RETURN _ AS _
2021-11-23 01:52:25.388+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 549 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6583088075481198. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Demographic") AND _.attribute =~ "(?i)vital_status"
RETURN _ AS _
2021-11-23 01:52:25.518+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 549 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6582894248682877. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Demographic") AND _.attribute =~ "(?i)year_of_death"
RETURN _ AS _
2021-11-23 01:52:25.596+0000 INFO [o.n.c.i.ExecutionEngine] [neo4j] Discarded stale query from the query cache after 549 seconds. Reason: NodesWithLabelCardinality(Some(LabelId(2))) changed from 87.0 to 1911.0, which is a divergence of 0.9544740973312402 which is greater than threshold 0.6582779448961517. Query: MATCH (_:NodeAttribute)
  WHERE (_.system =~ "(?i)GDC" AND _.entity =~ "(?i)Demographic") AND _.attribute =~ "(?i)cause_of_death"
RETURN _ AS _
2021-11-23 01:52:33.883+0000 WARN [o.n.k.i.c.VmPauseMonitorComponent] Detected VM stop-the-world pause: {pauseTime=137, gcTime=170, gcCount=2}

What could be broken as a result?

I have no idea.

Possible solutions

It would probably be time consuming, but I should do Google searches on several of these error messages, and work from there.