[
https://issues.apache.org/jira/browse/TINKERPOP-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16813262#comment-16813262
]
ASF GitHub Bot commented on TINKERPOP-2181:
-------------------------------------------
spmallette commented on pull request #1088: TINKERPOP-2181 Allow ctrl+c to
break a command in Gremlin Console
URL: https://github.com/apache/tinkerpop/pull/1088
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Allow ctrl+c to break out of a long running process in Gremlin Console
> ----------------------------------------------------------------------
>
> Key: TINKERPOP-2181
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2181
> Project: TinkerPop
> Issue Type: Improvement
> Components: console
> Affects Versions: 3.3.5
> Reporter: stephen mallette
> Assignee: stephen mallette
> Priority: Major
>
> We've long wanted this one - you screw up and hit enter on {{g.V()}} on a
> billion vertex graph. Only thing you can do to stop it is kill the console.
> Intercept {{ctril+c}} and translate that to an interrupt of the main thread.
> If the main thread is doing something that respects a call to
> {{Thread.interrupt()}} then the process will stop and return control to the
> user.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)