tinkerpop git commit: 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. Su

2017-03-09 Thread okram
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

tinkerpop git commit: TINKERPOP-1644 Cleaned up a bad import

2017-03-09 Thread spmallette
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

tinkerpop git commit: TINKERPOP-1644 Docs for new metrics in Gremlin Server

2017-03-09 Thread spmallette
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

[10/15] tinkerpop git commit: TINKERPOP-1644 Fix exception handling.

2017-03-09 Thread spmallette
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

[11/15] tinkerpop git commit: TINKERPOP-1644 Provided configuration options for GremlinGroovyScriptEngine

2017-03-09 Thread spmallette
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

[07/15] tinkerpop git commit: TINKERPOP-1644 Added metrics to GremlinGroovyScriptEngine

2017-03-09 Thread spmallette
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

[04/15] tinkerpop git commit: TINKERPOP-1644 Use future instead of maintaining a separate map of failures.

2017-03-09 Thread spmallette
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

[06/15] tinkerpop git commit: TINKERPOP-1644 Minor code format updates

2017-03-09 Thread spmallette
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

[13/15] tinkerpop git commit: TINKERPOP-1644 Exposed GremlinScriptEngine metrics in Gremlin Server

2017-03-09 Thread spmallette
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

[05/15] tinkerpop git commit: TINKERPOP-1644 Improve script compilation syncronisation Script compilation is synchronised. Script compilation times are placed in to logs. Failed scripts will not be re

2017-03-09 Thread spmallette
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/

[14/15] tinkerpop git commit: TINKERPOP-1644 Renamed metrics for GremlinScriptEngine instances.

2017-03-09 Thread spmallette
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

[03/15] tinkerpop git commit: TINKERPOP-1644 Use Caffeine cache

2017-03-09 Thread spmallette
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

[01/15] tinkerpop git commit: TINKERPOP-1645 Bump to groovy 2.4.9 [Forced Update!]

2017-03-09 Thread spmallette
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

[08/15] tinkerpop git commit: TINKERPOP-1644 Updated changelog

2017-03-09 Thread spmallette
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

[09/15] tinkerpop git commit: TINKERPOP-1644 Fix exception handling.

2017-03-09 Thread spmallette
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

[15/15] tinkerpop git commit: TINKERPOP-1644 Made the "counter" in GremlinGroovyScriptEngine static

2017-03-09 Thread spmallette
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

[12/15] tinkerpop git commit: TINKERPOP-1644 Remove gremlin-server caffeine dependency

2017-03-09 Thread spmallette
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

[02/15] tinkerpop git commit: Merge branch 'tp31' into tp32

2017-03-09 Thread spmallette
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

[2/2] tinkerpop git commit: TINKERPOP-1644 Renamed metrics for GremlinScriptEngine instances.

2017-03-09 Thread spmallette
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

[1/2] tinkerpop git commit: TINKERPOP-1644 Exposed GremlinScriptEngine metrics in Gremlin Server

2017-03-09 Thread spmallette
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

tinkerpop git commit: TINKERPOP-1645 Bump to groovy 2.4.9

2017-03-09 Thread spmallette
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

[1/2] tinkerpop git commit: TINKERPOP-1645 Bump to groovy 2.4.9

2017-03-09 Thread spmallette
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

[2/2] tinkerpop git commit: Merge branch 'tp31' into tp32

2017-03-09 Thread spmallette
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

[2/3] tinkerpop git commit: Merge branch 'tp31' into tp32

2017-03-09 Thread spmallette
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

[3/3] tinkerpop git commit: Merge branch 'tp32'

2017-03-09 Thread spmallette
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

[1/3] tinkerpop git commit: TINKERPOP-1645 Bump to groovy 2.4.9

2017-03-09 Thread spmallette
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

tinkerpop git commit: TINKERPOP-1644 Added metrics to GremlinGroovyScriptEngine

2017-03-09 Thread spmallette
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

[01/12] tinkerpop git commit: CTR: ExecutorServices in TinkerGraphComputer and SparkGraphComputer can only be used, but they were not shut down after being used. This prevented applications from shutt

2017-03-09 Thread spmallette
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

[08/12] tinkerpop git commit: TINKERPOP-1644 Provided configuration options for GremlinGroovyScriptEngine

2017-03-09 Thread spmallette
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

[09/12] tinkerpop git commit: TINKERPOP-1644 Use Caffeine cache

2017-03-09 Thread spmallette
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

[06/12] tinkerpop git commit: TINKERPOP-1644 Improve script compilation syncronisation Script compilation is synchronised. Script compilation times are placed in to logs. Failed scripts will not be re

2017-03-09 Thread spmallette
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/

[03/12] tinkerpop git commit: TINKERPOP-1644 Fix exception handling.

2017-03-09 Thread spmallette
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

[02/12] tinkerpop git commit: Added some notes on sampling to recommendation recipe CTR

2017-03-09 Thread spmallette
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

[07/12] tinkerpop git commit: TINKERPOP-1644 Use future instead of maintaining a separate map of failures.

2017-03-09 Thread spmallette
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

[11/12] tinkerpop git commit: TINKERPOP-1644 Made the "counter" in GremlinGroovyScriptEngine static

2017-03-09 Thread spmallette
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

[10/12] tinkerpop git commit: TINKERPOP-1644 Updated changelog

2017-03-09 Thread spmallette
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

[05/12] tinkerpop git commit: TINKERPOP-1644 Remove gremlin-server caffeine dependency

2017-03-09 Thread spmallette
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

[12/12] tinkerpop git commit: TINKERPOP-1644 Minor code format updates

2017-03-09 Thread spmallette
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

[04/12] tinkerpop git commit: TINKERPOP-1644 Fix exception handling.

2017-03-09 Thread spmallette
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

tinkerpop git commit: Added some notes on sampling to recommendation recipe CTR

2017-03-09 Thread spmallette
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

[2/2] tinkerpop git commit: Merge branch 'tp32'

2017-03-09 Thread spmallette
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

[1/2] tinkerpop git commit: Added some notes on sampling to recommendation recipe CTR

2017-03-09 Thread spmallette
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