[jira] [Commented] (TINKERPOP-2076) Build with Java 11

2019-04-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16808177#comment-16808177 ] stephen mallette commented on TINKERPOP-2076: - rebased on {{tp33}} and force pushed now

[jira] [Updated] (TINKERPOP-2076) Build with Java 11

2019-04-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-2076: Summary: Build with Java 11 (was: TinkerPop does not build with current (v11)

[jira] [Commented] (TINKERPOP-2181) Allow ctrl+c to break out of a long running process in Gremlin Console

2019-04-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16808140#comment-16808140 ] ASF GitHub Bot commented on TINKERPOP-2181: --- spmallette commented on pull request #1088:

[GitHub] [tinkerpop] spmallette opened pull request #1088: TINKERPOP-2181 Allow ctrl+c to break a command in Gremlin Console

2019-04-02 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2181 Pretty self-explanatory: ```text gremlin> java.util.stream.IntStream.range(0, 1).iterator() ==>0 ==>1 ==>2 ==>3 ==>4 ... ==>348 ==>349 ==>350 ==>351 ==>352 Execution interrupted by ctrl+c ==>353 gremlin> Thread.sleep(5000) Execution

[GitHub] [tinkerpop] newkek commented on issue #1083: TINKERPOP-2179: Have SerializationException extend IOException

2019-04-02 Thread GitHub
@spmallette both this PR and the `master` PR have been rebased on the latest base branches. The master PR does not seem to have the extra commits anymore  [ Full content available at: https://github.com/apache/tinkerpop/pull/1083 ] This message was relayed via gitbox.apache.org for

[jira] [Commented] (TINKERPOP-2090) After running backend for a day or so System.IO.IOException keep throwing

2019-04-02 Thread Mark Williams (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16808063#comment-16808063 ] Mark Williams commented on TINKERPOP-2090: -- I'm seeing the same behavior as [~s4ber7] has

[jira] [Assigned] (TINKERPOP-2186) Wrong translation to bytecode from array value

2019-04-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reassigned TINKERPOP-2186: --- Assignee: stephen mallette > Wrong translation to bytecode from array

[GitHub] [tinkerpop] spmallette commented on issue #1086: TINKERPOP-2185 bump commons-configuration to 1.10.0.redhat-1

2019-04-02 Thread GitHub
not sure - this is going to gremlin-core so having a non-standard repo might mess with things like grape/plugins maybe. i wasn't 100% sure we'd use the RedHat thing...i figured it would take a bit of thought/discussion. of course, without something like the RedHat artifact, the version stays

[GitHub] [tinkerpop] robertdale commented on issue #1086: TINKERPOP-2185 bump commons-configuration to 1.10.0.redhat-1

2019-04-02 Thread GitHub
We would have to add the RH repo to the pom - https://mvnrepository.com/repos/redhat-ga Haven't gotten around to that yet. I'm assuming it's public at this point. But is that something we want to do anyway? [ Full content available at: https://github.com/apache/tinkerpop/pull/1086 ] This

[GitHub] [tinkerpop] spmallette commented on issue #1086: TINKERPOP-2185 bump commons-configuration to 1.10.0.redhat-1

2019-04-02 Thread GitHub
Travis doesn't appear to be able to deal: ```text [INFO] [INFO] Building Apache TinkerPop :: Gremlin Core 3.3.7-SNAPSHOT [INFO] [WARNING] The POM for

[jira] [Commented] (TINKERPOP-2191) Implement EdgeLabelVerificationStrategy

2019-04-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16807997#comment-16807997 ] ASF GitHub Bot commented on TINKERPOP-2191: --- dkuppitz commented on pull request #1087:

[GitHub] [tinkerpop] dkuppitz opened pull request #1087: TINKERPOP-2191 Implement EdgeLabelVerificationStrategy

2019-04-02 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2191 Implemented `EdgeLabelVerificationStrategy` to allow providers to encourage (or enforce) users to always specify edge labels. VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1087 ] This message was relayed via

Re: Some Asciidoc Tips and Fixes

2019-04-02 Thread Stephen Mallette
eh...looks like those two sections could be better handled. the intent for "Writing Documentation" was to give new contributors some basic instructions as to what was involved in doing that. the "Documentation" section is supposed to be for existing committers. maybe just push the details of of

[jira] [Updated] (TINKERPOP-2191) Implement EdgeLabelVerificationStrategy

2019-04-02 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz updated TINKERPOP-2191: -- Summary: Implement EdgeLabelVerificationStrategy (was: Implement

[jira] [Created] (TINKERPOP-2191) Implement LabelVerificationStrategy

2019-04-02 Thread Daniel Kuppitz (JIRA)
Daniel Kuppitz created TINKERPOP-2191: - Summary: Implement LabelVerificationStrategy Key: TINKERPOP-2191 URL: https://issues.apache.org/jira/browse/TINKERPOP-2191 Project: TinkerPop

Re: Some Asciidoc Tips and Fixes

2019-04-02 Thread Robert Dale
Should it be there or here http://tinkerpop.apache.org/docs/3.4.1/dev/developer/#_writing_documentation ? Robert Dale On Sat, Mar 30, 2019 at 9:35 AM Stephen Mallette wrote: > interesting - thanks for digging into this.

[jira] [Commented] (TINKERPOP-2185) Use commons-configuration2 instead of commns-configuration

2019-04-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16807934#comment-16807934 ] ASF GitHub Bot commented on TINKERPOP-2185: --- robertdale commented on pull request #1086:

[GitHub] [tinkerpop] robertdale opened pull request #1086: TINKERPOP-2185 bump commons-configuration to 1.10.0.redhat-1

2019-04-02 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2185 [ Full content available at: https://github.com/apache/tinkerpop/pull/1086 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

Re: The Machine Interface of TP4.

2019-04-02 Thread Marko Rodriguez
Hi, > I'm still not sure I follow how caching will work effectively. Like, I > follow that you can have bytecode local and remote and if the same bytecode > is seen in a cache the UUID can be sent in its stead but at least in TP3 > semantics the bytecode for: There are two-levels to bytecode:

[jira] [Commented] (TINKERPOP-2090) After running backend for a day or so System.IO.IOException keep throwing

2019-04-02 Thread Jeremy Seekamp (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16807894#comment-16807894 ] Jeremy Seekamp commented on TINKERPOP-2090: --- This application is almost if not completely

[jira] [Created] (TINKERPOP-2190) Document Gremlin sanitization best practices

2019-04-02 Thread Florian Hockmann (JIRA)
Florian Hockmann created TINKERPOP-2190: --- Summary: Document Gremlin sanitization best practices Key: TINKERPOP-2190 URL: https://issues.apache.org/jira/browse/TINKERPOP-2190 Project: TinkerPop

[jira] [Closed] (TINKERPOP-2180) gremlin.sh doesn't work when directories contain spaces

2019-04-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-2180. --- Resolution: Fixed Fix Version/s: 3.4.2 3.3.7 >

[jira] [Commented] (TINKERPOP-2180) gremlin.sh doesn't work when directories contain spaces

2019-04-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16807850#comment-16807850 ] ASF GitHub Bot commented on TINKERPOP-2180: --- spmallette commented on pull request #1085:

[GitHub] [tinkerpop] spmallette closed pull request #1085: TINKERPOP-2180: Ensure gremlin.sh works when directories contain spaces

2019-04-02 Thread GitHub
[ pull request closed by spmallette ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1085 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[DISCUSS] Add GDB to Provider Index

2019-04-02 Thread Stephen Mallette
We learned about GDB from Alibaba today on gremlin-users: https://cn.aliyun.com/product/gdb https://yq.aliyun.com/articles/694619?spm=5176.cngds.selected.37.595e4994ueiiux I think it meets the criteria for being added to our provider index on the home page. If there are no objections in the next

Re: The Machine Interface of TP4.

2019-04-02 Thread Stephen Mallette
I'm still not sure I follow how caching will work effectively. Like, I follow that you can have bytecode local and remote and if the same bytecode is seen in a cache the UUID can be sent in its stead but at least in TP3 semantics the bytecode for: g.V().has('person','name','marko') is different

[GitHub] [tinkerpop] newkek commented on issue #1084: TINKERPOP-2179: Have SerializationException extend IOException [master]

2019-04-02 Thread GitHub
Yes I'll rebase, no worries. [ Full content available at: https://github.com/apache/tinkerpop/pull/1084 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

A Question Regarding TP4 Processor Classifications

2019-04-02 Thread Marko Rodriguez
Hello, TP4 will not make a distinction between STANDARD (OLTP) and COMPUTER (OLAP) execution models. In TP4, if a processing engine can convert a bytecode Compilation into a working execution plan then that is all that matters. TinkerPop does not need to concern itself with whether that

[GitHub] [tinkerpop] nastra commented on issue #1085: TINKERPOP-2180: Ensure gremlin.sh works when directories contain spaces

2019-04-02 Thread GitHub
@spmallette rebased onto latest `tp33` [ Full content available at: https://github.com/apache/tinkerpop/pull/1085 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[jira] [Commented] (TINKERPOP-2090) After running backend for a day or so System.IO.IOException keep throwing

2019-04-02 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16807450#comment-16807450 ] Florian Hockmann commented on TINKERPOP-2090: - [~s4ber7] Did you try it with higher