[jira] [Updated] (TINKERPOP-1511) Remote client addV, V()

2016-10-16 Thread Robert Dale (JIRA)

 [ 
https://issues.apache.org/jira/browse/TINKERPOP-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Dale updated TINKERPOP-1511:
---
Attachment: fail-time.groovy

For those of you who want to play along at home, here's a handy dandy script!

cd gremlin-console
./bin/gremlin.sh -e fail-time.groovy

:D

> Remote client addV, V()
> ---
>
> Key: TINKERPOP-1511
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1511
> Project: TinkerPop
>  Issue Type: Bug
>  Components: server
>Affects Versions: 3.2.2
>Reporter: Robert Dale
>Priority: Critical
>  Labels: console, groovy, neo4j, python
> Attachments: fail-time.groovy
>
>
> I could reproduce on remote neo4j, but not embedded, nor remote TinkerGraph.  
> server:
> ./bin/gremlin-server.sh conf/gremlin-server-neo4j.yaml
> console:
> ./bin/gremlin.sh
> gremlin> graph = EmptyGraph.instance()
> ==>emptygraph[empty]
> gremlin> g = graph.traversal().withRemote('conf/remote-graph.properties')
> ==>graphtraversalsource[emptygraph[empty], standard]
> gremlin> for (n in 0..1)
> { x = g.addV('block').property('hash', 
> '1234').property('txt','text').id().next(); g.V(x).id().next(); }
> java.util.NoSuchElementException
> Type ':help' or ':h' for help.
> Display stack trace? [yN]y
> java.util.NoSuchElementException
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:158)
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:140)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:118)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:103)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal.nextTraverser(DriverRemoteTraversal.java:95)
> at 
> org.apache.tinkerpop.gremlin.process.remote.traversal.step.map.RemoteStep.processNextStart(RemoteStep.java:65)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:128)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:38)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal.next(DefaultTraversal.java:186)
> at java_util_Iterator$next.call(Unknown Source)
> at groovysh_evaluate.run(groovysh_evaluate:3)
> at 
> org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:232)
> at org.codehaus.groovy.tools.shell.Interpreter.evaluate(Interpreter.groovy:70)
> at org.codehaus.groovy.tools.shell.Groovysh.execute(Groovysh.groovy:190)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.super$3$execute(GremlinGroovysh.groovy)
> at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.execute(GremlinGroovysh.groovy:72)
> at org.codehaus.groovy.tools.shell.Shell.leftShift(Shell.groovy:122)
> at org.codehaus.groovy.tools.shell.ShellRunner.work(ShellRunner.groovy:95)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$work(InteractiveShellRunner.groovy)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuper0(ScriptBytecodeAdapter.java:152)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.work(InteractiveShellRunner.groovy:124)
> at org.codehaus.groovy.tools.shell.ShellRunner.run(ShellRunner.groovy:59)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$run(InteractiveShellRunner.groovy)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> 

[jira] [Commented] (TINKERPOP-1511) Remote client addV, V()

2016-10-16 Thread Robert Dale (JIRA)

[ 
https://issues.apache.org/jira/browse/TINKERPOP-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580836#comment-15580836
 ] 

Robert Dale commented on TINKERPOP-1511:


while I can't reproduce on 3.2.1 it is interesting to note that:
* transaction rate is approx 60% that of 3.2.2+
* using the gremlin-server-neo4j.yaml from 3.2.1 made no difference in 3.2.2

> Remote client addV, V()
> ---
>
> Key: TINKERPOP-1511
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1511
> Project: TinkerPop
>  Issue Type: Bug
>  Components: server
>Affects Versions: 3.2.2
>Reporter: Robert Dale
>Priority: Critical
>  Labels: console, groovy, neo4j, python
>
> I could reproduce on remote neo4j, but not embedded, nor remote TinkerGraph.  
> server:
> ./bin/gremlin-server.sh conf/gremlin-server-neo4j.yaml
> console:
> ./bin/gremlin.sh
> gremlin> graph = EmptyGraph.instance()
> ==>emptygraph[empty]
> gremlin> g = graph.traversal().withRemote('conf/remote-graph.properties')
> ==>graphtraversalsource[emptygraph[empty], standard]
> gremlin> for (n in 0..1)
> { x = g.addV('block').property('hash', 
> '1234').property('txt','text').id().next(); g.V(x).id().next(); }
> java.util.NoSuchElementException
> Type ':help' or ':h' for help.
> Display stack trace? [yN]y
> java.util.NoSuchElementException
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:158)
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:140)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:118)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:103)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal.nextTraverser(DriverRemoteTraversal.java:95)
> at 
> org.apache.tinkerpop.gremlin.process.remote.traversal.step.map.RemoteStep.processNextStart(RemoteStep.java:65)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:128)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:38)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal.next(DefaultTraversal.java:186)
> at java_util_Iterator$next.call(Unknown Source)
> at groovysh_evaluate.run(groovysh_evaluate:3)
> at 
> org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:232)
> at org.codehaus.groovy.tools.shell.Interpreter.evaluate(Interpreter.groovy:70)
> at org.codehaus.groovy.tools.shell.Groovysh.execute(Groovysh.groovy:190)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.super$3$execute(GremlinGroovysh.groovy)
> at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.execute(GremlinGroovysh.groovy:72)
> at org.codehaus.groovy.tools.shell.Shell.leftShift(Shell.groovy:122)
> at org.codehaus.groovy.tools.shell.ShellRunner.work(ShellRunner.groovy:95)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$work(InteractiveShellRunner.groovy)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuper0(ScriptBytecodeAdapter.java:152)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.work(InteractiveShellRunner.groovy:124)
> at org.codehaus.groovy.tools.shell.ShellRunner.run(ShellRunner.groovy:59)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$run(InteractiveShellRunner.groovy)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> 

[jira] [Comment Edited] (TINKERPOP-1511) Remote client addV, V()

2016-10-16 Thread Robert Dale (JIRA)

[ 
https://issues.apache.org/jira/browse/TINKERPOP-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580778#comment-15580778
 ] 

Robert Dale edited comment on TINKERPOP-1511 at 10/17/16 12:43 AM:
---

* sleeping less than 1ms inevitably ends in failure
* properties() is not a contributing factor
* failure is independent of transaction rate 
* -once ~200k vertices are added, it does not appear to ever fail, regardless 
of sleep-
* once the server has handled ~200k addV() requests, it does not appear to fail 
ever again, regardless of sleep. to further qualify, from startup! 
* when there is failure, or no resultant vertex, the server logs:
{noformat}
[DEBUG] Slf4JLogger - [id: 0x1fef181a, L:/127.0.0.1:8182 - R:/127.0.0.1:48890] 
WRITE: ResponseMessage{requestId=b5240f24-c142-4140-8686-259acf58a336, 
status=ResponseStatus{code=NO_CONTENT, message='', attributes={}}, 
result=ResponseResult{data=null, meta={}}}
{noformat}


was (Author: rdale):
* sleeping less than 1ms inevitably ends in failure
* properties() is not a contributing factor
* failure is independent of transaction rate 
* -once ~200k vertices are added, it does not appear to ever fail, regardless 
of sleep-
* once the server has handled ~200k addV() requests, it does not appear to fail 
ever again, regardless of sleep
* when there is failure, or no resultant vertex, the server logs:
{noformat}
[DEBUG] Slf4JLogger - [id: 0x1fef181a, L:/127.0.0.1:8182 - R:/127.0.0.1:48890] 
WRITE: ResponseMessage{requestId=b5240f24-c142-4140-8686-259acf58a336, 
status=ResponseStatus{code=NO_CONTENT, message='', attributes={}}, 
result=ResponseResult{data=null, meta={}}}
{noformat}

> Remote client addV, V()
> ---
>
> Key: TINKERPOP-1511
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1511
> Project: TinkerPop
>  Issue Type: Bug
>  Components: server
>Affects Versions: 3.2.2
>Reporter: Robert Dale
>Priority: Critical
>  Labels: console, groovy, neo4j, python
>
> I could reproduce on remote neo4j, but not embedded, nor remote TinkerGraph.  
> server:
> ./bin/gremlin-server.sh conf/gremlin-server-neo4j.yaml
> console:
> ./bin/gremlin.sh
> gremlin> graph = EmptyGraph.instance()
> ==>emptygraph[empty]
> gremlin> g = graph.traversal().withRemote('conf/remote-graph.properties')
> ==>graphtraversalsource[emptygraph[empty], standard]
> gremlin> for (n in 0..1)
> { x = g.addV('block').property('hash', 
> '1234').property('txt','text').id().next(); g.V(x).id().next(); }
> java.util.NoSuchElementException
> Type ':help' or ':h' for help.
> Display stack trace? [yN]y
> java.util.NoSuchElementException
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:158)
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:140)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:118)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:103)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal.nextTraverser(DriverRemoteTraversal.java:95)
> at 
> org.apache.tinkerpop.gremlin.process.remote.traversal.step.map.RemoteStep.processNextStart(RemoteStep.java:65)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:128)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:38)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal.next(DefaultTraversal.java:186)
> at java_util_Iterator$next.call(Unknown Source)
> at groovysh_evaluate.run(groovysh_evaluate:3)
> at 
> org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:232)
> at org.codehaus.groovy.tools.shell.Interpreter.evaluate(Interpreter.groovy:70)
> at org.codehaus.groovy.tools.shell.Groovysh.execute(Groovysh.groovy:190)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.super$3$execute(GremlinGroovysh.groovy)
> at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.execute(GremlinGroovysh.groovy:72)
> at org.codehaus.groovy.tools.shell.Shell.leftShift(Shell.groovy:122)
> at org.codehaus.groovy.tools.shell.ShellRunner.work(ShellRunner.groovy:95)

Re: Code Freeze 3.2.3/3.1.5

2016-10-16 Thread Ted Wilmes
No problem, thanks for the heads up.  I just had been doing some prep and
dry runs.  I added it to the changelog too and I'll get things finished up
tomorrow.

--Ted

On Sun, Oct 16, 2016 at 3:36 PM, Stephen Mallette 
wrote:

> da
>
> ted - i just fixed this on tp31:
>
> https://issues.apache.org/jira/browse/TINKERPOP-1512
>
> sorry - i realized too late that you had done some work on firming up that
> branch for release. hope you don't need to do too much re-work as a result
> of my push.
>
> On Sun, Oct 16, 2016 at 11:14 AM, Robert Dale  wrote:
>
> > I think TINKERPOP-1511
> >  should be fixed
> in
> > 3.2.3.
> >
> > On Fri, Oct 14, 2016 at 10:09 PM, Ted Wilmes  wrote:
> >
> > > A fresh 3.1.5-SNAPSHOT has been deployed along with the docs.
> > >
> > > --Ted
> > >
> > >
> > >
> > > On Fri, Oct 14, 2016 at 2:10 PM, pieter-gmail  >
> > > wrote:
> > >
> > > > I just upgraded and things are looking good.
> > > >
> > > > Cheers
> > > >
> > > > Pieter
> > > >
> > > >
> > > > On 14/10/2016 20:50, Stephen Mallette wrote:
> > > > > It's been fairly quiet on this thread for this release for some
> > > reason. I
> > > > > assume that can only mean that this is to be the best release ever!
> > > > >
> > > > > I just published the latest 3.2.3-SNAPSHOT again to Apache
> Snapshots
> > > > > Repository and also republished the docs:
> > > > >
> > > > > http://tinkerpop.apache.org/docs/3.2.3-SNAPSHOT/
> > > > >
> > > > > and they look pretty good (there was a problem with upgrade doc
> > > > > formatting). Upgrade docs look really solid for this release.
> > > Hopefully,
> > > > > master is fully stable now and we won't need any more changes
> before
> > I
> > > > > build up the release for vote on monday.
> > > > >
> > > > >
> > > > > On Tue, Oct 11, 2016 at 7:20 PM, Ted Wilmes 
> > wrote:
> > > > >
> > > > >> I was getting failures earlier today off of master.  Just did a
> pull
> > > and
> > > > >> things are looking good.
> > > > >>
> > > > >> --Ted
> > > > >>
> > > > >> On Tue, Oct 11, 2016 at 5:48 PM, Stephen Mallette <
> > > spmalle...@gmail.com
> > > > >
> > > > >> wrote:
> > > > >>
> > > > >>> Push a commit to master earlier today to fix that issue we talked
> > > about
> > > > >>> last week regarding the failing TraversalInterruptionTest. Travis
> > has
> > > > >> been
> > > > >>> happy and I can't seem to get it to fail locally. I think it's in
> > > good
> > > > >>> shape. If you were having problems with that before, please give
> > it a
> > > > try
> > > > >>> now. Marko is still planning to some work to fix up PeerPressure
> > test
> > > > >>> (can't say I've have trouble with that one myself).
> > > > >>>
> > > > >>> Also, I published a 3.2.3 -SNAPSHOT earlier today btw to the
> Apache
> > > > >>> snapshot repository for testing.
> > > > >>>
> > > > >>> On Fri, Oct 7, 2016 at 6:44 PM, Stephen Mallette <
> > > spmalle...@gmail.com
> > > > >
> > > > >>> wrote:
> > > > >>>
> > > >  We're supposed to start code freeze tomorrow, but we are a
> little
> > > > >> behind.
> > > >  Still have one PR left to merge and it needs a rebase:
> > > > 
> > > >  https://github.com/apache/tinkerpop/pull/448
> > > > 
> > > >  So expect that to get merged for 3.2.3 during code freeze week,
> > but
> > > >  nothing in that PR should preclude providers from testing their
> > > >  implementations.  Other than that, I think everything else of
> > > > substance
> > > > >>> is
> > > >  in.
> > > > 
> > > >  I do have one worry about that TraversalInterruption test that
> has
> > > > been
> > > >  failing randomly since the LazyBarrierStrategy stuff went in (i
> > > > think).
> > > >  Marko also mentioned the PeerPressure test. We'll put some elbow
> > > > grease
> > > >  into that next week and try to get those figured out and more
> > > stable.
> > > > 
> > > >  As a reminder Ted will be release manager for 3.1.5 and I'll be
> > > doing
> > > >  3.2.3. As usual, we will use this thread to coordinate during
> code
> > > > >> freeze
> > > >  week. Please bring up relevant issues here.
> > > > 
> > > >  Thanks,
> > > > 
> > > >  Stephen
> > > > 
> > > >
> > > >
> > >
> >
> >
> >
> > --
> > Robert Dale
> >
>


[jira] [Comment Edited] (TINKERPOP-1511) Remote client addV, V()

2016-10-16 Thread Robert Dale (JIRA)

[ 
https://issues.apache.org/jira/browse/TINKERPOP-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580802#comment-15580802
 ] 

Robert Dale edited comment on TINKERPOP-1511 at 10/17/16 12:36 AM:
---

* failure rate is exacerbated in 3.2.3-SNAPSHOT
* more frequently
* fails above 200k and 300k addV() requests but less frequently.. it's 
threshold seems to be much further out


was (Author: rdale):
* failure rate is exacerbated in 3.2.3-SNAPSHOT
* more frequently
* fails above 200k and 300k vertices

> Remote client addV, V()
> ---
>
> Key: TINKERPOP-1511
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1511
> Project: TinkerPop
>  Issue Type: Bug
>  Components: server
>Affects Versions: 3.2.2
>Reporter: Robert Dale
>Priority: Critical
>  Labels: console, groovy, neo4j, python
>
> I could reproduce on remote neo4j, but not embedded, nor remote TinkerGraph.  
> server:
> ./bin/gremlin-server.sh conf/gremlin-server-neo4j.yaml
> console:
> ./bin/gremlin.sh
> gremlin> graph = EmptyGraph.instance()
> ==>emptygraph[empty]
> gremlin> g = graph.traversal().withRemote('conf/remote-graph.properties')
> ==>graphtraversalsource[emptygraph[empty], standard]
> gremlin> for (n in 0..1)
> { x = g.addV('block').property('hash', 
> '1234').property('txt','text').id().next(); g.V(x).id().next(); }
> java.util.NoSuchElementException
> Type ':help' or ':h' for help.
> Display stack trace? [yN]y
> java.util.NoSuchElementException
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:158)
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:140)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:118)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:103)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal.nextTraverser(DriverRemoteTraversal.java:95)
> at 
> org.apache.tinkerpop.gremlin.process.remote.traversal.step.map.RemoteStep.processNextStart(RemoteStep.java:65)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:128)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:38)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal.next(DefaultTraversal.java:186)
> at java_util_Iterator$next.call(Unknown Source)
> at groovysh_evaluate.run(groovysh_evaluate:3)
> at 
> org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:232)
> at org.codehaus.groovy.tools.shell.Interpreter.evaluate(Interpreter.groovy:70)
> at org.codehaus.groovy.tools.shell.Groovysh.execute(Groovysh.groovy:190)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.super$3$execute(GremlinGroovysh.groovy)
> at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.execute(GremlinGroovysh.groovy:72)
> at org.codehaus.groovy.tools.shell.Shell.leftShift(Shell.groovy:122)
> at org.codehaus.groovy.tools.shell.ShellRunner.work(ShellRunner.groovy:95)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$work(InteractiveShellRunner.groovy)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuper0(ScriptBytecodeAdapter.java:152)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.work(InteractiveShellRunner.groovy:124)
> at org.codehaus.groovy.tools.shell.ShellRunner.run(ShellRunner.groovy:59)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$run(InteractiveShellRunner.groovy)
> at 

[jira] [Comment Edited] (TINKERPOP-1511) Remote client addV, V()

2016-10-16 Thread Robert Dale (JIRA)

[ 
https://issues.apache.org/jira/browse/TINKERPOP-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580802#comment-15580802
 ] 

Robert Dale edited comment on TINKERPOP-1511 at 10/17/16 12:28 AM:
---

* failure rate is exacerbated in 3.2.3-SNAPSHOT
* more frequently
* fails above 200k and 300k vertices


was (Author: rdale):
* failure rate is exacerbated in 3.2.3-SNAPSHOT

> Remote client addV, V()
> ---
>
> Key: TINKERPOP-1511
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1511
> Project: TinkerPop
>  Issue Type: Bug
>  Components: server
>Affects Versions: 3.2.2
>Reporter: Robert Dale
>Priority: Critical
>  Labels: console, groovy, neo4j, python
>
> I could reproduce on remote neo4j, but not embedded, nor remote TinkerGraph.  
> server:
> ./bin/gremlin-server.sh conf/gremlin-server-neo4j.yaml
> console:
> ./bin/gremlin.sh
> gremlin> graph = EmptyGraph.instance()
> ==>emptygraph[empty]
> gremlin> g = graph.traversal().withRemote('conf/remote-graph.properties')
> ==>graphtraversalsource[emptygraph[empty], standard]
> gremlin> for (n in 0..1)
> { x = g.addV('block').property('hash', 
> '1234').property('txt','text').id().next(); g.V(x).id().next(); }
> java.util.NoSuchElementException
> Type ':help' or ':h' for help.
> Display stack trace? [yN]y
> java.util.NoSuchElementException
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:158)
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:140)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:118)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:103)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal.nextTraverser(DriverRemoteTraversal.java:95)
> at 
> org.apache.tinkerpop.gremlin.process.remote.traversal.step.map.RemoteStep.processNextStart(RemoteStep.java:65)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:128)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:38)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal.next(DefaultTraversal.java:186)
> at java_util_Iterator$next.call(Unknown Source)
> at groovysh_evaluate.run(groovysh_evaluate:3)
> at 
> org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:232)
> at org.codehaus.groovy.tools.shell.Interpreter.evaluate(Interpreter.groovy:70)
> at org.codehaus.groovy.tools.shell.Groovysh.execute(Groovysh.groovy:190)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.super$3$execute(GremlinGroovysh.groovy)
> at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.execute(GremlinGroovysh.groovy:72)
> at org.codehaus.groovy.tools.shell.Shell.leftShift(Shell.groovy:122)
> at org.codehaus.groovy.tools.shell.ShellRunner.work(ShellRunner.groovy:95)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$work(InteractiveShellRunner.groovy)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuper0(ScriptBytecodeAdapter.java:152)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.work(InteractiveShellRunner.groovy:124)
> at org.codehaus.groovy.tools.shell.ShellRunner.run(ShellRunner.groovy:59)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$run(InteractiveShellRunner.groovy)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

[jira] [Comment Edited] (TINKERPOP-1511) Remote client addV, V()

2016-10-16 Thread Robert Dale (JIRA)

[ 
https://issues.apache.org/jira/browse/TINKERPOP-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580778#comment-15580778
 ] 

Robert Dale edited comment on TINKERPOP-1511 at 10/17/16 12:24 AM:
---

* sleeping less than 1ms inevitably ends in failure
* properties() is not a contributing factor
* failure is independent of transaction rate 
* once ~200k vertices are added, it does not appear to ever fail, regardless of 
sleep
* when there is failure, or no resultant vertex, the server logs:
{noformat}
[DEBUG] Slf4JLogger - [id: 0x1fef181a, L:/127.0.0.1:8182 - R:/127.0.0.1:48890] 
WRITE: ResponseMessage{requestId=b5240f24-c142-4140-8686-259acf58a336, 
status=ResponseStatus{code=NO_CONTENT, message='', attributes={}}, 
result=ResponseResult{data=null, meta={}}}
{noformat}


was (Author: rdale):
* sleeping less than 1000ms inevitably ends in failure
* properties() is not a contributing factor
* failure is independent of transaction rate 
* once ~200k vertices are added, it does not appear to ever fail, regardless of 
sleep
* when there is failure, or no resultant vertex, the server logs:
{noformat}
[DEBUG] Slf4JLogger - [id: 0x1fef181a, L:/127.0.0.1:8182 - R:/127.0.0.1:48890] 
WRITE: ResponseMessage{requestId=b5240f24-c142-4140-8686-259acf58a336, 
status=ResponseStatus{code=NO_CONTENT, message='', attributes={}}, 
result=ResponseResult{data=null, meta={}}}
{noformat}

> Remote client addV, V()
> ---
>
> Key: TINKERPOP-1511
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1511
> Project: TinkerPop
>  Issue Type: Bug
>  Components: server
>Affects Versions: 3.2.2
>Reporter: Robert Dale
>Priority: Critical
>  Labels: console, groovy, neo4j, python
>
> I could reproduce on remote neo4j, but not embedded, nor remote TinkerGraph.  
> server:
> ./bin/gremlin-server.sh conf/gremlin-server-neo4j.yaml
> console:
> ./bin/gremlin.sh
> gremlin> graph = EmptyGraph.instance()
> ==>emptygraph[empty]
> gremlin> g = graph.traversal().withRemote('conf/remote-graph.properties')
> ==>graphtraversalsource[emptygraph[empty], standard]
> gremlin> for (n in 0..1)
> { x = g.addV('block').property('hash', 
> '1234').property('txt','text').id().next(); g.V(x).id().next(); }
> java.util.NoSuchElementException
> Type ':help' or ':h' for help.
> Display stack trace? [yN]y
> java.util.NoSuchElementException
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:158)
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:140)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:118)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:103)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal.nextTraverser(DriverRemoteTraversal.java:95)
> at 
> org.apache.tinkerpop.gremlin.process.remote.traversal.step.map.RemoteStep.processNextStart(RemoteStep.java:65)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:128)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:38)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal.next(DefaultTraversal.java:186)
> at java_util_Iterator$next.call(Unknown Source)
> at groovysh_evaluate.run(groovysh_evaluate:3)
> at 
> org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:232)
> at org.codehaus.groovy.tools.shell.Interpreter.evaluate(Interpreter.groovy:70)
> at org.codehaus.groovy.tools.shell.Groovysh.execute(Groovysh.groovy:190)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.super$3$execute(GremlinGroovysh.groovy)
> at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.execute(GremlinGroovysh.groovy:72)
> at org.codehaus.groovy.tools.shell.Shell.leftShift(Shell.groovy:122)
> at org.codehaus.groovy.tools.shell.ShellRunner.work(ShellRunner.groovy:95)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$work(InteractiveShellRunner.groovy)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 

[jira] [Commented] (TINKERPOP-1511) Remote client addV, V()

2016-10-16 Thread Robert Dale (JIRA)

[ 
https://issues.apache.org/jira/browse/TINKERPOP-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580778#comment-15580778
 ] 

Robert Dale commented on TINKERPOP-1511:


* sleeping less than 1000ms inevitably ends in failure
* properties() is not a contributing factor
* failure is independent of transaction rate 
* once ~200k vertices are added, it does not appear to ever fail, regardless of 
sleep
* when there is failure, or no resultant vertex, the server logs:
{noformat}
[DEBUG] Slf4JLogger - [id: 0x1fef181a, L:/127.0.0.1:8182 - R:/127.0.0.1:48890] 
WRITE: ResponseMessage{requestId=b5240f24-c142-4140-8686-259acf58a336, 
status=ResponseStatus{code=NO_CONTENT, message='', attributes={}}, 
result=ResponseResult{data=null, meta={}}}
{noformat}

> Remote client addV, V()
> ---
>
> Key: TINKERPOP-1511
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1511
> Project: TinkerPop
>  Issue Type: Bug
>  Components: server
>Affects Versions: 3.2.2
>Reporter: Robert Dale
>Priority: Critical
>  Labels: console, groovy, neo4j, python
>
> I could reproduce on remote neo4j, but not embedded, nor remote TinkerGraph.  
> server:
> ./bin/gremlin-server.sh conf/gremlin-server-neo4j.yaml
> console:
> ./bin/gremlin.sh
> gremlin> graph = EmptyGraph.instance()
> ==>emptygraph[empty]
> gremlin> g = graph.traversal().withRemote('conf/remote-graph.properties')
> ==>graphtraversalsource[emptygraph[empty], standard]
> gremlin> for (n in 0..1)
> { x = g.addV('block').property('hash', 
> '1234').property('txt','text').id().next(); g.V(x).id().next(); }
> java.util.NoSuchElementException
> Type ':help' or ':h' for help.
> Display stack trace? [yN]y
> java.util.NoSuchElementException
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:158)
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:140)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:118)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:103)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal.nextTraverser(DriverRemoteTraversal.java:95)
> at 
> org.apache.tinkerpop.gremlin.process.remote.traversal.step.map.RemoteStep.processNextStart(RemoteStep.java:65)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:128)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:38)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal.next(DefaultTraversal.java:186)
> at java_util_Iterator$next.call(Unknown Source)
> at groovysh_evaluate.run(groovysh_evaluate:3)
> at 
> org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:232)
> at org.codehaus.groovy.tools.shell.Interpreter.evaluate(Interpreter.groovy:70)
> at org.codehaus.groovy.tools.shell.Groovysh.execute(Groovysh.groovy:190)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.super$3$execute(GremlinGroovysh.groovy)
> at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.execute(GremlinGroovysh.groovy:72)
> at org.codehaus.groovy.tools.shell.Shell.leftShift(Shell.groovy:122)
> at org.codehaus.groovy.tools.shell.ShellRunner.work(ShellRunner.groovy:95)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$work(InteractiveShellRunner.groovy)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuper0(ScriptBytecodeAdapter.java:152)
> at 
> 

Re: Code Freeze 3.2.3/3.1.5

2016-10-16 Thread Stephen Mallette
da

ted - i just fixed this on tp31:

https://issues.apache.org/jira/browse/TINKERPOP-1512

sorry - i realized too late that you had done some work on firming up that
branch for release. hope you don't need to do too much re-work as a result
of my push.

On Sun, Oct 16, 2016 at 11:14 AM, Robert Dale  wrote:

> I think TINKERPOP-1511
>  should be fixed in
> 3.2.3.
>
> On Fri, Oct 14, 2016 at 10:09 PM, Ted Wilmes  wrote:
>
> > A fresh 3.1.5-SNAPSHOT has been deployed along with the docs.
> >
> > --Ted
> >
> >
> >
> > On Fri, Oct 14, 2016 at 2:10 PM, pieter-gmail 
> > wrote:
> >
> > > I just upgraded and things are looking good.
> > >
> > > Cheers
> > >
> > > Pieter
> > >
> > >
> > > On 14/10/2016 20:50, Stephen Mallette wrote:
> > > > It's been fairly quiet on this thread for this release for some
> > reason. I
> > > > assume that can only mean that this is to be the best release ever!
> > > >
> > > > I just published the latest 3.2.3-SNAPSHOT again to Apache Snapshots
> > > > Repository and also republished the docs:
> > > >
> > > > http://tinkerpop.apache.org/docs/3.2.3-SNAPSHOT/
> > > >
> > > > and they look pretty good (there was a problem with upgrade doc
> > > > formatting). Upgrade docs look really solid for this release.
> > Hopefully,
> > > > master is fully stable now and we won't need any more changes before
> I
> > > > build up the release for vote on monday.
> > > >
> > > >
> > > > On Tue, Oct 11, 2016 at 7:20 PM, Ted Wilmes 
> wrote:
> > > >
> > > >> I was getting failures earlier today off of master.  Just did a pull
> > and
> > > >> things are looking good.
> > > >>
> > > >> --Ted
> > > >>
> > > >> On Tue, Oct 11, 2016 at 5:48 PM, Stephen Mallette <
> > spmalle...@gmail.com
> > > >
> > > >> wrote:
> > > >>
> > > >>> Push a commit to master earlier today to fix that issue we talked
> > about
> > > >>> last week regarding the failing TraversalInterruptionTest. Travis
> has
> > > >> been
> > > >>> happy and I can't seem to get it to fail locally. I think it's in
> > good
> > > >>> shape. If you were having problems with that before, please give
> it a
> > > try
> > > >>> now. Marko is still planning to some work to fix up PeerPressure
> test
> > > >>> (can't say I've have trouble with that one myself).
> > > >>>
> > > >>> Also, I published a 3.2.3 -SNAPSHOT earlier today btw to the Apache
> > > >>> snapshot repository for testing.
> > > >>>
> > > >>> On Fri, Oct 7, 2016 at 6:44 PM, Stephen Mallette <
> > spmalle...@gmail.com
> > > >
> > > >>> wrote:
> > > >>>
> > >  We're supposed to start code freeze tomorrow, but we are a little
> > > >> behind.
> > >  Still have one PR left to merge and it needs a rebase:
> > > 
> > >  https://github.com/apache/tinkerpop/pull/448
> > > 
> > >  So expect that to get merged for 3.2.3 during code freeze week,
> but
> > >  nothing in that PR should preclude providers from testing their
> > >  implementations.  Other than that, I think everything else of
> > > substance
> > > >>> is
> > >  in.
> > > 
> > >  I do have one worry about that TraversalInterruption test that has
> > > been
> > >  failing randomly since the LazyBarrierStrategy stuff went in (i
> > > think).
> > >  Marko also mentioned the PeerPressure test. We'll put some elbow
> > > grease
> > >  into that next week and try to get those figured out and more
> > stable.
> > > 
> > >  As a reminder Ted will be release manager for 3.1.5 and I'll be
> > doing
> > >  3.2.3. As usual, we will use this thread to coordinate during code
> > > >> freeze
> > >  week. Please bring up relevant issues here.
> > > 
> > >  Thanks,
> > > 
> > >  Stephen
> > > 
> > >
> > >
> >
>
>
>
> --
> Robert Dale
>


[jira] [Closed] (TINKERPOP-1512) gremlin-server-classic.yaml is broken

2016-10-16 Thread stephen mallette (JIRA)

 [ 
https://issues.apache.org/jira/browse/TINKERPOP-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette closed TINKERPOP-1512.
---
   Resolution: Fixed
 Assignee: stephen mallette
Fix Version/s: 3.2.3
   3.1.5

Not sure what happened here, but fixed with 
e4e629f8e069b80ac2f6c98c79be79dfef43d9f4 for tp31 3.1.5 and 
d0469a1405cfb166573db91fb7a19833a383034f for master and 3.2.3 (of course, i 
fixed it on master realizing too late it also needed a fix for tp31).

> gremlin-server-classic.yaml is broken
> -
>
> Key: TINKERPOP-1512
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1512
> Project: TinkerPop
>  Issue Type: Bug
>  Components: server
>Affects Versions: 3.2.2
>Reporter: Robert Dale
>Assignee: stephen mallette
> Fix For: 3.1.5, 3.2.3
>
>
> {noformat}
> [WARN] GremlinExecutor - Could not initialize gremlin-groovy ScriptEngine 
> with scripts/complex-lifecycle.groovy as file does not exist
> {noformat}
> References missing script *scripts/complex-lifecycle.groovy*.  This usually 
> sets the traversal *g*.  So it breaks clients expecting *g* to exist on the 
> server.
> {noformat}
> gremlin> graph = EmptyGraph.instance()
> ==>emptygraph[empty]
> gremlin> g = graph.traversal().withRemote('conf/remote-graph.properties')
> ==>graphtraversalsource[emptygraph[empty], standard]
> gremlin> g.V()
> org.apache.tinkerpop.gremlin.driver.exception.ResponseException: The 
> traversal source [g] for alias [g] is not configured on the server.
> Type ':help' or ':h' for help.
> Display stack trace? [yN]
> gremlin> 
> {noformat}
> Server configs should have sane defaults. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TINKERPOP-1511) Remote client addV, V()

2016-10-16 Thread Robert Dale (JIRA)

 [ 
https://issues.apache.org/jira/browse/TINKERPOP-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Dale updated TINKERPOP-1511:
---
Labels: console groovy neo4j python  (was: console groovy python)

> Remote client addV, V()
> ---
>
> Key: TINKERPOP-1511
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1511
> Project: TinkerPop
>  Issue Type: Bug
>  Components: server
>Affects Versions: 3.2.2
>Reporter: Robert Dale
>Priority: Critical
>  Labels: console, groovy, neo4j, python
>
> gremlin> graph = EmptyGraph.instance()
> ==>emptygraph[empty]
> gremlin> g = graph.traversal().withRemote('conf/remote-graph.properties')
> ==>graphtraversalsource[emptygraph[empty], standard]
> gremlin> for (n in 0..1)
> { x = g.addV('block').property('hash', 
> '1234').property('txt','text').id().next(); g.V(x).id().next(); }
> java.util.NoSuchElementException
> Type ':help' or ':h' for help.
> Display stack trace? [yN]y
> java.util.NoSuchElementException
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:158)
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:140)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:118)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:103)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal.nextTraverser(DriverRemoteTraversal.java:95)
> at 
> org.apache.tinkerpop.gremlin.process.remote.traversal.step.map.RemoteStep.processNextStart(RemoteStep.java:65)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:128)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:38)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal.next(DefaultTraversal.java:186)
> at java_util_Iterator$next.call(Unknown Source)
> at groovysh_evaluate.run(groovysh_evaluate:3)
> at 
> org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:232)
> at org.codehaus.groovy.tools.shell.Interpreter.evaluate(Interpreter.groovy:70)
> at org.codehaus.groovy.tools.shell.Groovysh.execute(Groovysh.groovy:190)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.super$3$execute(GremlinGroovysh.groovy)
> at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.execute(GremlinGroovysh.groovy:72)
> at org.codehaus.groovy.tools.shell.Shell.leftShift(Shell.groovy:122)
> at org.codehaus.groovy.tools.shell.ShellRunner.work(ShellRunner.groovy:95)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$work(InteractiveShellRunner.groovy)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuper0(ScriptBytecodeAdapter.java:152)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.work(InteractiveShellRunner.groovy:124)
> at org.codehaus.groovy.tools.shell.ShellRunner.run(ShellRunner.groovy:59)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$run(InteractiveShellRunner.groovy)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> 

[jira] [Updated] (TINKERPOP-1511) Remote client addV, V()

2016-10-16 Thread Robert Dale (JIRA)

 [ 
https://issues.apache.org/jira/browse/TINKERPOP-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Dale updated TINKERPOP-1511:
---
Priority: Critical  (was: Major)

> Remote client addV, V()
> ---
>
> Key: TINKERPOP-1511
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1511
> Project: TinkerPop
>  Issue Type: Bug
>  Components: server
>Affects Versions: 3.2.2
>Reporter: Robert Dale
>Priority: Critical
>  Labels: console, groovy, python
>
> gremlin> graph = EmptyGraph.instance()
> ==>emptygraph[empty]
> gremlin> g = graph.traversal().withRemote('conf/remote-graph.properties')
> ==>graphtraversalsource[emptygraph[empty], standard]
> gremlin> for (n in 0..1)
> { x = g.addV('block').property('hash', 
> '1234').property('txt','text').id().next(); g.V(x).id().next(); }
> java.util.NoSuchElementException
> Type ':help' or ':h' for help.
> Display stack trace? [yN]y
> java.util.NoSuchElementException
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:158)
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:140)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:118)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:103)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal.nextTraverser(DriverRemoteTraversal.java:95)
> at 
> org.apache.tinkerpop.gremlin.process.remote.traversal.step.map.RemoteStep.processNextStart(RemoteStep.java:65)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:128)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:38)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal.next(DefaultTraversal.java:186)
> at java_util_Iterator$next.call(Unknown Source)
> at groovysh_evaluate.run(groovysh_evaluate:3)
> at 
> org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:232)
> at org.codehaus.groovy.tools.shell.Interpreter.evaluate(Interpreter.groovy:70)
> at org.codehaus.groovy.tools.shell.Groovysh.execute(Groovysh.groovy:190)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.super$3$execute(GremlinGroovysh.groovy)
> at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.execute(GremlinGroovysh.groovy:72)
> at org.codehaus.groovy.tools.shell.Shell.leftShift(Shell.groovy:122)
> at org.codehaus.groovy.tools.shell.ShellRunner.work(ShellRunner.groovy:95)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$work(InteractiveShellRunner.groovy)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuper0(ScriptBytecodeAdapter.java:152)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.work(InteractiveShellRunner.groovy:124)
> at org.codehaus.groovy.tools.shell.ShellRunner.run(ShellRunner.groovy:59)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$run(InteractiveShellRunner.groovy)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> 

Re: Code Freeze 3.2.3/3.1.5

2016-10-16 Thread Robert Dale
I think TINKERPOP-1511
 should be fixed in
3.2.3.

On Fri, Oct 14, 2016 at 10:09 PM, Ted Wilmes  wrote:

> A fresh 3.1.5-SNAPSHOT has been deployed along with the docs.
>
> --Ted
>
>
>
> On Fri, Oct 14, 2016 at 2:10 PM, pieter-gmail 
> wrote:
>
> > I just upgraded and things are looking good.
> >
> > Cheers
> >
> > Pieter
> >
> >
> > On 14/10/2016 20:50, Stephen Mallette wrote:
> > > It's been fairly quiet on this thread for this release for some
> reason. I
> > > assume that can only mean that this is to be the best release ever!
> > >
> > > I just published the latest 3.2.3-SNAPSHOT again to Apache Snapshots
> > > Repository and also republished the docs:
> > >
> > > http://tinkerpop.apache.org/docs/3.2.3-SNAPSHOT/
> > >
> > > and they look pretty good (there was a problem with upgrade doc
> > > formatting). Upgrade docs look really solid for this release.
> Hopefully,
> > > master is fully stable now and we won't need any more changes before I
> > > build up the release for vote on monday.
> > >
> > >
> > > On Tue, Oct 11, 2016 at 7:20 PM, Ted Wilmes  wrote:
> > >
> > >> I was getting failures earlier today off of master.  Just did a pull
> and
> > >> things are looking good.
> > >>
> > >> --Ted
> > >>
> > >> On Tue, Oct 11, 2016 at 5:48 PM, Stephen Mallette <
> spmalle...@gmail.com
> > >
> > >> wrote:
> > >>
> > >>> Push a commit to master earlier today to fix that issue we talked
> about
> > >>> last week regarding the failing TraversalInterruptionTest. Travis has
> > >> been
> > >>> happy and I can't seem to get it to fail locally. I think it's in
> good
> > >>> shape. If you were having problems with that before, please give it a
> > try
> > >>> now. Marko is still planning to some work to fix up PeerPressure test
> > >>> (can't say I've have trouble with that one myself).
> > >>>
> > >>> Also, I published a 3.2.3 -SNAPSHOT earlier today btw to the Apache
> > >>> snapshot repository for testing.
> > >>>
> > >>> On Fri, Oct 7, 2016 at 6:44 PM, Stephen Mallette <
> spmalle...@gmail.com
> > >
> > >>> wrote:
> > >>>
> >  We're supposed to start code freeze tomorrow, but we are a little
> > >> behind.
> >  Still have one PR left to merge and it needs a rebase:
> > 
> >  https://github.com/apache/tinkerpop/pull/448
> > 
> >  So expect that to get merged for 3.2.3 during code freeze week, but
> >  nothing in that PR should preclude providers from testing their
> >  implementations.  Other than that, I think everything else of
> > substance
> > >>> is
> >  in.
> > 
> >  I do have one worry about that TraversalInterruption test that has
> > been
> >  failing randomly since the LazyBarrierStrategy stuff went in (i
> > think).
> >  Marko also mentioned the PeerPressure test. We'll put some elbow
> > grease
> >  into that next week and try to get those figured out and more
> stable.
> > 
> >  As a reminder Ted will be release manager for 3.1.5 and I'll be
> doing
> >  3.2.3. As usual, we will use this thread to coordinate during code
> > >> freeze
> >  week. Please bring up relevant issues here.
> > 
> >  Thanks,
> > 
> >  Stephen
> > 
> >
> >
>



-- 
Robert Dale


[jira] [Updated] (TINKERPOP-1511) Remote client addV, V()

2016-10-16 Thread Robert Dale (JIRA)

 [ 
https://issues.apache.org/jira/browse/TINKERPOP-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Dale updated TINKERPOP-1511:
---
Labels: console groovy python  (was: )

> Remote client addV, V()
> ---
>
> Key: TINKERPOP-1511
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1511
> Project: TinkerPop
>  Issue Type: Bug
>  Components: server
>Affects Versions: 3.2.2
>Reporter: Robert Dale
>  Labels: console, groovy, python
>
> gremlin> graph = EmptyGraph.instance()
> ==>emptygraph[empty]
> gremlin> g = graph.traversal().withRemote('conf/remote-graph.properties')
> ==>graphtraversalsource[emptygraph[empty], standard]
> gremlin> for (n in 0..1)
> { x = g.addV('block').property('hash', 
> '1234').property('txt','text').id().next(); g.V(x).id().next(); }
> java.util.NoSuchElementException
> Type ':help' or ':h' for help.
> Display stack trace? [yN]y
> java.util.NoSuchElementException
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:158)
> at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:140)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:118)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:103)
> at 
> org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal.nextTraverser(DriverRemoteTraversal.java:95)
> at 
> org.apache.tinkerpop.gremlin.process.remote.traversal.step.map.RemoteStep.processNextStart(RemoteStep.java:65)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:128)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:38)
> at 
> org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal.next(DefaultTraversal.java:186)
> at java_util_Iterator$next.call(Unknown Source)
> at groovysh_evaluate.run(groovysh_evaluate:3)
> at 
> org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:232)
> at org.codehaus.groovy.tools.shell.Interpreter.evaluate(Interpreter.groovy:70)
> at org.codehaus.groovy.tools.shell.Groovysh.execute(Groovysh.groovy:190)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.super$3$execute(GremlinGroovysh.groovy)
> at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
> at 
> org.apache.tinkerpop.gremlin.console.GremlinGroovysh.execute(GremlinGroovysh.groovy:72)
> at org.codehaus.groovy.tools.shell.Shell.leftShift(Shell.groovy:122)
> at org.codehaus.groovy.tools.shell.ShellRunner.work(ShellRunner.groovy:95)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$work(InteractiveShellRunner.groovy)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
> at 
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuper0(ScriptBytecodeAdapter.java:152)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.work(InteractiveShellRunner.groovy:124)
> at org.codehaus.groovy.tools.shell.ShellRunner.run(ShellRunner.groovy:59)
> at 
> org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$run(InteractiveShellRunner.groovy)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
> at 
> 

[jira] [Updated] (TINKERPOP-1511) Remote client addV, V()

2016-10-16 Thread Robert Dale (JIRA)

 [ 
https://issues.apache.org/jira/browse/TINKERPOP-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Dale updated TINKERPOP-1511:
---
Description: 
gremlin> graph = EmptyGraph.instance()
==>emptygraph[empty]
gremlin> g = graph.traversal().withRemote('conf/remote-graph.properties')
==>graphtraversalsource[emptygraph[empty], standard]
gremlin> for (n in 0..1)
{ x = g.addV('block').property('hash', 
'1234').property('txt','text').id().next(); g.V(x).id().next(); }
java.util.NoSuchElementException
Type ':help' or ':h' for help.
Display stack trace? [yN]y
java.util.NoSuchElementException
at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:158)
at org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:140)
at 
org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:118)
at 
org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:103)
at 
org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal.nextTraverser(DriverRemoteTraversal.java:95)
at 
org.apache.tinkerpop.gremlin.process.remote.traversal.step.map.RemoteStep.processNextStart(RemoteStep.java:65)
at 
org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:128)
at 
org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:38)
at 
org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal.next(DefaultTraversal.java:186)
at java_util_Iterator$next.call(Unknown Source)
at groovysh_evaluate.run(groovysh_evaluate:3)
at 
org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:232)
at org.codehaus.groovy.tools.shell.Interpreter.evaluate(Interpreter.groovy:70)
at org.codehaus.groovy.tools.shell.Groovysh.execute(Groovysh.groovy:190)
at 
org.apache.tinkerpop.gremlin.console.GremlinGroovysh.super$3$execute(GremlinGroovysh.groovy)
at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
at 
org.apache.tinkerpop.gremlin.console.GremlinGroovysh.execute(GremlinGroovysh.groovy:72)
at org.codehaus.groovy.tools.shell.Shell.leftShift(Shell.groovy:122)
at org.codehaus.groovy.tools.shell.ShellRunner.work(ShellRunner.groovy:95)
at 
org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$work(InteractiveShellRunner.groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuper0(ScriptBytecodeAdapter.java:152)
at 
org.codehaus.groovy.tools.shell.InteractiveShellRunner.work(InteractiveShellRunner.groovy:124)
at org.codehaus.groovy.tools.shell.ShellRunner.run(ShellRunner.groovy:59)
at 
org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$run(InteractiveShellRunner.groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuper0(ScriptBytecodeAdapter.java:152)
at 
org.codehaus.groovy.tools.shell.InteractiveShellRunner.run(InteractiveShellRunner.groovy:83)
at 
org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:232)
at org.apache.tinkerpop.gremlin.console.Console.(Console.groovy:152)
at 
org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:232)
at org.apache.tinkerpop.gremlin.console.Console.main(Console.groovy:449)


  was:

[jira] [Issue Comment Deleted] (TINKERPOP-1511) Remote client addV, V()

2016-10-16 Thread Robert Dale (JIRA)

 [ 
https://issues.apache.org/jira/browse/TINKERPOP-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Dale updated TINKERPOP-1511:
---
Comment: was deleted

(was: sometimes get this exception on the client side as well:

gremlin> for (n in 0..1) { x = g.addV('block').property('hash', 
'1234').property('txt','text').id().next(); g.V(x).id().next(); }
java.util.NoSuchElementException
Type ':help' or ':h' for help.
Display stack trace? [yN]y
java.util.NoSuchElementException
at 
org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:158)
at 
org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:140)
at 
org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:118)
at 
org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:103)
at 
org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal.nextTraverser(DriverRemoteTraversal.java:95)
at 
org.apache.tinkerpop.gremlin.process.remote.traversal.step.map.RemoteStep.processNextStart(RemoteStep.java:65)
at 
org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:128)
at 
org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:38)
at 
org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal.next(DefaultTraversal.java:186)
at java_util_Iterator$next.call(Unknown Source)
at groovysh_evaluate.run(groovysh_evaluate:3)
at 
org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:232)
at 
org.codehaus.groovy.tools.shell.Interpreter.evaluate(Interpreter.groovy:70)
at org.codehaus.groovy.tools.shell.Groovysh.execute(Groovysh.groovy:190)
at 
org.apache.tinkerpop.gremlin.console.GremlinGroovysh.super$3$execute(GremlinGroovysh.groovy)
at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
at 
org.apache.tinkerpop.gremlin.console.GremlinGroovysh.execute(GremlinGroovysh.groovy:72)
at org.codehaus.groovy.tools.shell.Shell.leftShift(Shell.groovy:122)
at 
org.codehaus.groovy.tools.shell.ShellRunner.work(ShellRunner.groovy:95)
at 
org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$work(InteractiveShellRunner.groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuper0(ScriptBytecodeAdapter.java:152)
at 
org.codehaus.groovy.tools.shell.InteractiveShellRunner.work(InteractiveShellRunner.groovy:124)
at 
org.codehaus.groovy.tools.shell.ShellRunner.run(ShellRunner.groovy:59)
at 
org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$run(InteractiveShellRunner.groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuper0(ScriptBytecodeAdapter.java:152)
at 
org.codehaus.groovy.tools.shell.InteractiveShellRunner.run(InteractiveShellRunner.groovy:83)
at 

[jira] [Commented] (TINKERPOP-1511) Remote client addV, V()

2016-10-16 Thread Robert Dale (JIRA)

[ 
https://issues.apache.org/jira/browse/TINKERPOP-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580084#comment-15580084
 ] 

Robert Dale commented on TINKERPOP-1511:


sometimes get this exception on the client side as well:

gremlin> for (n in 0..1) { x = g.addV('block').property('hash', 
'1234').property('txt','text').id().next(); g.V(x).id().next(); }
java.util.NoSuchElementException
Type ':help' or ':h' for help.
Display stack trace? [yN]y
java.util.NoSuchElementException
at 
org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:158)
at 
org.apache.tinkerpop.gremlin.driver.ResultSet$1.next(ResultSet.java:140)
at 
org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:118)
at 
org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal$TraverserIterator.next(DriverRemoteTraversal.java:103)
at 
org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal.nextTraverser(DriverRemoteTraversal.java:95)
at 
org.apache.tinkerpop.gremlin.process.remote.traversal.step.map.RemoteStep.processNextStart(RemoteStep.java:65)
at 
org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:128)
at 
org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:38)
at 
org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal.next(DefaultTraversal.java:186)
at java_util_Iterator$next.call(Unknown Source)
at groovysh_evaluate.run(groovysh_evaluate:3)
at 
org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:232)
at 
org.codehaus.groovy.tools.shell.Interpreter.evaluate(Interpreter.groovy:70)
at org.codehaus.groovy.tools.shell.Groovysh.execute(Groovysh.groovy:190)
at 
org.apache.tinkerpop.gremlin.console.GremlinGroovysh.super$3$execute(GremlinGroovysh.groovy)
at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
at 
org.apache.tinkerpop.gremlin.console.GremlinGroovysh.execute(GremlinGroovysh.groovy:72)
at org.codehaus.groovy.tools.shell.Shell.leftShift(Shell.groovy:122)
at 
org.codehaus.groovy.tools.shell.ShellRunner.work(ShellRunner.groovy:95)
at 
org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$work(InteractiveShellRunner.groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuper0(ScriptBytecodeAdapter.java:152)
at 
org.codehaus.groovy.tools.shell.InteractiveShellRunner.work(InteractiveShellRunner.groovy:124)
at 
org.codehaus.groovy.tools.shell.ShellRunner.run(ShellRunner.groovy:59)
at 
org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$run(InteractiveShellRunner.groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1215)
at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuper0(ScriptBytecodeAdapter.java:152)
at 
org.codehaus.groovy.tools.shell.InteractiveShellRunner.run(InteractiveShellRunner.groovy:83)
at