11host : localhost
22port : 8182
3- threadPoolWorker : 1
4- gremlinPool : 8
53scriptEvaluationTimeout : 30000
6- serializedResponseTimeout : 30000
74channelizer : org.apache.tinkerpop.gremlin.server.channel.WebSocketChannelizer
85graphs : {
96 graph : conf/gremlin-server/titan-cassandra-es-server.properties}
@@ -13,32 +10,31 @@ scriptEngines: {
1310 gremlin-groovy : {
1411 imports : [java.lang.Math],
1512 staticImports : [java.lang.Math.PI],
16- scripts : [scripts/empty-sample.groovy]},
17- nashorn : {
18- imports : [java.lang.Math],
19- staticImports : [java.lang.Math.PI]}}
13+ scripts : [scripts/empty-sample.groovy]}}
2014serializers :
2115 - { className: org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0, config: { ioRegistries: [com.thinkaurelius.titan.graphdb.tinkerpop.TitanIoRegistry] }}
16+ - { className: org.apache.tinkerpop.gremlin.driver.ser.GryoLiteMessageSerializerV1d0, config: {ioRegistries: [com.thinkaurelius.titan.graphdb.tinkerpop.TitanIoRegistry] }}
2217 - { className: org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0, config: { serializeResultToString: true }}
2318 - { className: org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerGremlinV1d0, config: { ioRegistries: [com.thinkaurelius.titan.graphdb.tinkerpop.TitanIoRegistry] }}
19+ - { className: org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerGremlinV2d0, config: { ioRegistries: [com.thinkaurelius.titan.graphdb.tinkerpop.TitanIoRegistry] }}
2420 - { className: org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0, config: { ioRegistries: [com.thinkaurelius.titan.graphdb.tinkerpop.TitanIoRegistry] }}
2521processors :
2622 - { className: org.apache.tinkerpop.gremlin.server.op.session.SessionOpProcessor, config: { sessionTimeout: 28800000 }}
23+ - { className: org.apache.tinkerpop.gremlin.server.op.traversal.TraversalOpProcessor, config: { cacheExpirationTime: 600000, cacheMaxSize: 1000 }}
2724metrics : {
2825 consoleReporter : {enabled: true, interval: 180000},
2926 csvReporter : {enabled: true, interval: 180000, fileName: /tmp/gremlin-server-metrics.csv},
3027 jmxReporter : {enabled: true},
3128 slf4jReporter : {enabled: true, interval: 180000},
3229 gangliaReporter : {enabled: false, interval: 180000, addressingMode: MULTICAST},
3330 graphiteReporter : {enabled: false, interval: 180000}}
34- threadPoolBoss : 1
3531maxInitialLineLength : 4096
3632maxHeaderSize : 8192
3733maxChunkSize : 8192
3834maxContentLength : 65536
3935maxAccumulationBufferComponents : 1024
4036resultIterationBatchSize : 64
41- writeBufferHighWaterMark : 32768
37+ writeBufferLowWaterMark : 32768
4238writeBufferHighWaterMark : 65536
4339ssl : {
4440 enabled : false}
0 commit comments