Description
Gremlin Console logs a warning when I execute :remote connect tinkerpop.server conf/remote.yaml (without changing that config file in any way):
$ bin/gremlin.sh
\,,,/
(o o)
-----oOOo-(3)-oOOo-----
plugin activated: tinkerpop.server
plugin activated: tinkerpop.utilities
plugin activated: tinkerpop.tinkergraph
gremlin> :remote connect tinkerpop.server conf/remote.yaml
Oct 12, 2023 4:58:14 PM org.yaml.snakeyaml.internal.Logger warn
WARNING: Failed to find field for org.apache.tinkerpop.gremlin.driver.Settings.serializers
==>Configured localhost/127.0.0.1:8182
It however still seems to work:
gremlin> :> 1+1 ==>2 gremlin> :> g.V().count() ==>0
and the configured serializer from conf/remote.yaml is also used.
This was originally reported in the JanusGraph issue tracker.