David Allen
David Allen
At present, in the plugin we poll for the leader to know where writes can happen. This introduces a race condition when we can try to write while the leader...
## Expected Behavior (Mandatory) If there is no valid configuration for the plugin, it should not start, and should report to the user in the logs that it didn't start,...
This ticket is not a bug - just a task to do some compatibility / integration testing with Neo4j 4 running on Aura, which is coming available soon. Specific changes...
## Feature description (Mandatory) There are various startup states of the plugin, particularly when it is not configured at all or very badly / incorrectly configured -- where your Neo4j...
From Jake: ``` version: "2" x-core-common: &core-common NEO4J_AUTH: neo4j/secret NEO4J_dbms_mode: CORE NEO4J_ACCEPT_LICENSE_AGREEMENT: "yes" NEO4J_causal__clustering_minimum__core__cluster__size__at__formation: 3 NEO4J_causal__clustering_minimum__core__cluster__size__at__runtime: 3 NEO4J_causal__clustering_initial__discovery__members: core1:5000,core2:5000,core3:5000 services: core1: container_name: core1 image: neo4j:4.0-enterprise cap_add: - NET_ADMIN...
This query: ```curl -v --user 'neo4j:admin' 'http://localhost:7474/export/tableau/tde/MATCH%20%28n%3AMovie%29%20RETURN%20n'``` Produces a segfault on neo4j server (enterprise) 3.3.0. ``` # # A fatal error has been detected by the Java Runtime Environment: #...
Setup instructions include this bit for getting an access token for an API: When I do this, the useAccessToken function isn't actually used anywhere in the example and is undefined...
Right now this module keeps track of the sol-redis-pool instance under `_pool`. If you have an application that needs cache manager for simple get/put, but also wants to use redis...
```RETURN apoc.data.domain('http://P.O.Ws')``` produces null. WS is the TLD for Samoa. https://en.wikipedia.org/wiki/.ws Other valid URL examples which produce the same error: `http://www.b.dk` `http://www.abajournal.com:80/`
Notice the output syntax in the text on this: https://github.com/jakewins/gqlite/pull/36 Note that the "x" param is in quotes, when it needn't be, and how in the standard `miserables.gram` it doesn't...