[
https://issues.apache.org/jira/browse/TINKERPOP3-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marko A. Rodriguez closed TINKERPOP3-979.
-----------------------------------------
Resolution: Invalid
Hm. I can't reproduce this bug. I suspect the query I provided was NOT the
query in the ticket. Oh well.. if it shows up again, please make a new ticket.
> ComputerVerificationStrategy not picking up Order local traversal
> -----------------------------------------------------------------
>
> Key: TINKERPOP3-979
> URL: https://issues.apache.org/jira/browse/TINKERPOP3-979
> Project: TinkerPop 3
> Issue Type: Bug
> Components: process
> Affects Versions: 3.1.0-incubating, 3.0.2-incubating
> Reporter: Marko A. Rodriguez
> Assignee: Marko A. Rodriguez
> Fix For: 3.1.1-incubating
>
>
> {code}
> ERROR org.apache.spark.scheduler.TaskSetManager - Task 0 in stage 6.0 failed
> 1 times; aborting job
> org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in
> stage 6.0 failed 1 times, most recent failure: Lost task 0.0 in stage 6.0
> (TID 4, localhost): java.lang.ClassCastException:
> org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_Traverser cannot
> be cast to org.apache.tinkerpop.gremlin.structure.Element
> {code}
> This happened with the following query:
> {code}
> g.V().order().by('age',decr)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)