Replies: 2 comments
-
I do not think it possible without code changes, because the |
Beta Was this translation helpful? Give feedback.
-
@hadoopmarc it actually seems like GLOBAL wasn't the problem here, it was the format I was using to set the ttl in the properties file. @jianhuang1648678534 opened issue #3900 describing where he noticed the failure |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We need
log.user.ttl
config property set for our JanusGraph cluster. I know that it is a GLOBAL config, so if we want to change it we need to use the management system. If I do that, it changes the value only for the keyspace I am currently in. When I start a new keyspace in Gremlin console withlog.ttl.user
set in the properties file though, the value doesn't register until I use the management system to set it. Is it possible to set the default for the whole cluster so that new keyspaces will initialize with a value? They all currently start withlog.user.ttl=null
Any guidance would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions