GithubHelp home page GithubHelp logo

Comments (13)

bachmanm avatar bachmanm commented on September 27, 2024

Could you try

com.graphaware.runtime.stats.disable=true
com.graphaware.server.stats.disable=true

from neo4j-expire.

espiegelberg avatar espiegelberg commented on September 27, 2024

Please see graphaware/neo4j-framework#59. Does this help?

from neo4j-expire.

rittinger avatar rittinger commented on September 27, 2024

I didn't even notice the typo?!?!? Trying now.

from neo4j-expire.

rittinger avatar rittinger commented on September 27, 2024

Oh wait, we already have those (and they are correct I think):
com.graphaware.runtime.stats.disabled=true
com.graphaware.server.stats.disabled=true

from neo4j-expire.

espiegelberg avatar espiegelberg commented on September 27, 2024

Which versions of the module and framework are you using?

It's possible you have versions that predate the fix for this issue; you may want to try including both variants of the configuration (ie: com.graphaware.runtime.stats.disable and com.graphaware.runtime.stats.disabled, etc) to see if one or the other works.

from neo4j-expire.

rittinger avatar rittinger commented on September 27, 2024

We're running neo4j 3.0.8 and graphaware expire module 3.0.7.44.4 (we didn't see a 3.0.8 version at the time we upgraded).

from neo4j-expire.

espiegelberg avatar espiegelberg commented on September 27, 2024

Were you able to test using both variations of the configuration? For example:

com.graphaware.runtime.stats.disable=true
com.graphaware.runtime.stats.disabled=true

com.graphaware.server.stats.disable=true
com.graphaware.server.stats.disabled=true

from neo4j-expire.

rittinger avatar rittinger commented on September 27, 2024

We tried both variations:
com.graphaware.runtime.stats.disable=true
com.graphaware.runtime.stats.disabled=true
com.graphaware.server.stats.disable=true
com.graphaware.server.stats.disabled=true
and neither worked.

from neo4j-expire.

espiegelberg avatar espiegelberg commented on September 27, 2024

Could you please enter into your project, perform a "mvn clean dependency:tree > tree.txt", and provide the output of tree.txt here? That will provide the exact version numbers you are using and help us debug.

from neo4j-expire.

rittinger avatar rittinger commented on September 27, 2024

This is a neo4j/graphaware issue. Nothing to do with any project code we're deploying as we can start the graph without anything connecting to it and 30-35 minutes later, we'll lsee the first error in the neo4j/debug.log file. We're using neo4j 3.0.8 and graphaware expire modle 3.0.7.44. The graphaware expire module itself is working, as we're assigning ttl attributes to nodes/relationships and they are being deleted as expected. Our only issue is the google-analytics which we can't seem to turn off.

from neo4j-expire.

espiegelberg avatar espiegelberg commented on September 27, 2024

I've spent some time investigating and have been so far unable to reproduce the issue.

I'm testing using a fresh Neo4j 3.0.8 install, deploying the GraphAware Expire module (version 3.0.7.44), deploying the graphaware-server library (version 3.0.7.44) to $neo4j_home/plugins/, and the stats collection is correctly disabled when using the following additions to ${neo4j_home}/conf/neo4j.properties:

com.graphaware.runtime.stats.disable=true
com.graphaware.runtime.stats.disabled=true

com.graphaware.server.stats.disable=true
com.graphaware.server.stats.disabled=true

My suggestion is to verify the version of the graphaware-server library you are making use of in your $neo4j_home/plugins.

At this point, unless you can provide more information to help reproduce the issue we will have to consider this issue closed.

from neo4j-expire.

rremigius avatar rremigius commented on September 27, 2024

I'm experiencing the same issue. I'm on a network that cannot access Google Analytics, so every 5 minutes, an UnknownHostException appears in the neo4j log, with a stack trace from GraphAware. I've tried both versions of the configuration spelling as well.

I'm running Neo4j Community 3.1.1 and in my plugins directory I have the following GraphAware plugins:
graphaware-server-community-all-3.1.0.44.jar
graphaware-timetree-3.1.0.44.26.jar
graphaware-uuid-3.1.0.44.13.jar

from neo4j-expire.

bachmanm avatar bachmanm commented on September 27, 2024

replaced with graphaware/neo4j-framework#66

from neo4j-expire.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.