Hi, I'm using OrientDB 1.7.8 using Gremlin from my Java code. The problem is that my code doesn't see vertex property changes made by anyone other than my process.
For example, if I periodically print the properties of a specific vertex, then while this is running I change the vertex properties manually from the Orient web UI, my code still displays the old property values, and the change is never shown! The only way to see the change in my code is to restart the process or create a new instance of OrientGraph. I'm sure there's some caching going on but I haven't been able to disable it using the Level1/Level2 settings explained in the wiki. Does anyone know what I'm doing wrong? Thanks! --Jonathan -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
