[ https://issues.apache.org/jira/browse/TINKERPOP-383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yang Xia closed TINKERPOP-383. ------------------------------ Resolution: Won't Do Closing given [discussion|https://lists.apache.org/thread/om2m0phg25s83529p9w0gldmcxz7578h] - it can be reopened if there is expectation that there will be active work on this item. > TraversalVertexProgram Message Sending > -------------------------------------- > > Key: TINKERPOP-383 > URL: https://issues.apache.org/jira/browse/TINKERPOP-383 > Project: TinkerPop > Issue Type: Improvement > Components: process > Affects Versions: 3.0.2-incubating > Reporter: Matthias Broecheler > Priority: Major > > Should use LocalMessageScope to access edges rather than assuming it has full > access to the star-graph around a vertex which may not be the case for > partitioned vertices. > For instance, g.E will execute v.outE on all vertices. Rather, it should send > messages on inE. > In general, TraversalVertexProgram should only send global messages when it > absolutely has to (e.g. jumping) in order to be optimizable by the executing > GraphComputer which currently cannot make any assumption about the execution > and always has to retrieve the entire star-graph which may be inefficient. -- This message was sent by Atlassian Jira (v8.20.10#820010)