Repository: tinkerpop
Updated Branches:
refs/heads/tp32 9ea319d5d -> 61a3d125c
Fixed an NPE in GraphMLReader where if the doesn't have an ID field and
the base graph supports ids, then an NPE happens. Added a test case to verifiy
working behavior. Super simple fix. CTR.
Project: http://git
Repository: tinkerpop
Updated Branches:
refs/heads/TINKERPOP-1644 6cbc6d0cb -> 45822ede9
TINKERPOP-1644 Cleaned up a bad import
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/45822ede
Tree: http://git-wip-us.apach
Repository: tinkerpop
Updated Branches:
refs/heads/TINKERPOP-1644 dc87eb526 -> 6cbc6d0cb
TINKERPOP-1644 Docs for new metrics in Gremlin Server
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6cbc6d0c
Tree: http://g
TINKERPOP-1644
Fix exception handling.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9a828655
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9a828655
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpo
TINKERPOP-1644 Provided configuration options for GremlinGroovyScriptEngine
Introduced new customizers to pass in configuration options to the
GremlinGroovyScriptEngine.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commi
TINKERPOP-1644 Added metrics to GremlinGroovyScriptEngine
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6ebfd2b2
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6ebfd2b2
Diff: http://git-wip-us.apache.org
TINKERPOP-1644
Use future instead of maintaining a separate map of failures.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bafe07c3
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bafe07c3
Diff: http://gi
TINKERPOP-1644 Minor code format updates
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2a7314d8
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2a7314d8
Diff: http://git-wip-us.apache.org/repos/asf/tinker
TINKERPOP-1644 Exposed GremlinScriptEngine metrics in Gremlin Server
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d9699005
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d9699005
Diff: http://git-wip-us
TINKERPOP-1644 Improve script compilation syncronisation
Script compilation is synchronised.
Script compilation times are placed in to logs.
Failed scripts will not be recompiled.
Scripts that take over 5 seconds to compile are logged as a warning.
Project: http://git-wip-us.apache.org/repos/asf/
TINKERPOP-1644 Renamed metrics for GremlinScriptEngine instances.
Included the name of the GremlinScriptEngine and prefixed each metric with
GremlinServer class name to be consistent with other metrics.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apa
TINKERPOP-1644
Use Caffeine cache
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/51761509
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/51761509
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/dif
Repository: tinkerpop
Updated Branches:
refs/heads/TINKERPOP-1644 ab3cc8450 -> dc87eb526 (forced update)
TINKERPOP-1645 Bump to groovy 2.4.9
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cde8b316
Tree: http://git
TINKERPOP-1644 Updated changelog
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5dc7c998
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5dc7c998
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff
TINKERPOP-1644
Fix exception handling.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/242ba6ae
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/242ba6ae
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpo
TINKERPOP-1644 Made the "counter" in GremlinGroovyScriptEngine static
It seems that this field should be static and shared across all instances as
the script name seems to share space with other GroovyClassLoaders. Not sure
what would happen in the case of collision, but there doesn't seem to be
TINKERPOP-1644 Remove gremlin-server caffeine dependency
Caffeine is now down in gremlin-groovy.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5cef7559
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5ce
Merge branch 'tp31' into tp32
Conflicts:
pom.xml
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9ea319d5
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9ea319d5
Diff: http://git-wip-us.apache.org
TINKERPOP-1644 Renamed metrics for GremlinScriptEngine instances.
Included the name of the GremlinScriptEngine and prefixed each metric with
GremlinServer class name to be consistent with other metrics.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apa
Repository: tinkerpop
Updated Branches:
refs/heads/TINKERPOP-1644 fc1f5a43c -> ab3cc8450
TINKERPOP-1644 Exposed GremlinScriptEngine metrics in Gremlin Server
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/63256739
Repository: tinkerpop
Updated Branches:
refs/heads/tp31 6a20df21a -> cde8b316e
TINKERPOP-1645 Bump to groovy 2.4.9
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cde8b316
Tree: http://git-wip-us.apache.org/repos/a
Repository: tinkerpop
Updated Branches:
refs/heads/tp32 3fe223bdc -> 9ea319d5d
TINKERPOP-1645 Bump to groovy 2.4.9
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cde8b316
Tree: http://git-wip-us.apache.org/repos/a
Merge branch 'tp31' into tp32
Conflicts:
pom.xml
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9ea319d5
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9ea319d5
Diff: http://git-wip-us.apache.org
Merge branch 'tp31' into tp32
Conflicts:
pom.xml
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9ea319d5
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9ea319d5
Diff: http://git-wip-us.apache.org
Merge branch 'tp32'
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1cd24031
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1cd24031
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/1cd24031
Br
Repository: tinkerpop
Updated Branches:
refs/heads/master 9867a40e6 -> 1cd24031d
TINKERPOP-1645 Bump to groovy 2.4.9
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cde8b316
Tree: http://git-wip-us.apache.org/repos
Repository: tinkerpop
Updated Branches:
refs/heads/TINKERPOP-1644 41393446a -> fc1f5a43c
TINKERPOP-1644 Added metrics to GremlinGroovyScriptEngine
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fc1f5a43
Tree: http
Repository: tinkerpop
Updated Branches:
refs/heads/TINKERPOP-1644 6c2a28ead -> 41393446a (forced update)
CTR: ExecutorServices in TinkerGraphComputer and SparkGraphComputer can only be
used, but
they were not shut down after being used. This prevented applications from
shutting down
properly
TINKERPOP-1644 Provided configuration options for GremlinGroovyScriptEngine
Introduced new customizers to pass in configuration options to the
GremlinGroovyScriptEngine.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commi
TINKERPOP-1644
Use Caffeine cache
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4ef3c9bc
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4ef3c9bc
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/dif
TINKERPOP-1644 Improve script compilation syncronisation
Script compilation is synchronised.
Script compilation times are placed in to logs.
Failed scripts will not be recompiled.
Scripts that take over 5 seconds to compile are logged as a warning.
Project: http://git-wip-us.apache.org/repos/asf/
TINKERPOP-1644
Fix exception handling.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/840b037d
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/840b037d
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpo
Added some notes on sampling to recommendation recipe CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3fe223bd
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3fe223bd
Diff: http://git-wip-us.apache.org
TINKERPOP-1644
Use future instead of maintaining a separate map of failures.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a59bab7f
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a59bab7f
Diff: http://gi
TINKERPOP-1644 Made the "counter" in GremlinGroovyScriptEngine static
It seems that this field should be static and shared across all instances as
the script name seems to share space with other GroovyClassLoaders. Not sure
what would happen in the case of collision, but there doesn't seem to be
TINKERPOP-1644 Updated changelog
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a96f8470
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a96f8470
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff
TINKERPOP-1644 Remove gremlin-server caffeine dependency
Caffeine is now down in gremlin-groovy.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/404de8b5
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/404
TINKERPOP-1644 Minor code format updates
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7c50dad9
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7c50dad9
Diff: http://git-wip-us.apache.org/repos/asf/tinker
TINKERPOP-1644
Fix exception handling.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e65f766f
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e65f766f
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpo
Repository: tinkerpop
Updated Branches:
refs/heads/tp32 df285d380 -> 3fe223bdc
Added some notes on sampling to recommendation recipe CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3fe223bd
Tree: http://git-wip
Merge branch 'tp32'
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9867a40e
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9867a40e
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/9867a40e
Br
Repository: tinkerpop
Updated Branches:
refs/heads/master 86f3c7ea3 -> 9867a40e6
Added some notes on sampling to recommendation recipe CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3fe223bd
Tree: http://git-w
42 matches
Mail list logo