[jira] [Closed] (TINKERPOP-1871) Exception handling is slow in element ReferenceElement creation

2018-01-23 Thread stephen mallette (JIRA)

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

stephen mallette closed TINKERPOP-1871.
---
Resolution: Implemented

> Exception handling is slow in element  ReferenceElement creation
> 
>
> Key: TINKERPOP-1871
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1871
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: structure
>Affects Versions: 3.3.1
>Reporter: Artem Aliev
>Assignee: stephen mallette
>Priority: Major
> Fix For: 3.3.2
>
>
> Following exception happen for each vertex in OLAP and takes ~10% of 
> execution time.
> [https://github.com/apache/tinkerpop/blob/master/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceElement.java#L48]
> The exception is always thrown for ComputerGraph.ComputerAdjacentVertex class.
> So the check could be added to improve performance. This is 3.3.x issue only, 
> 3.2 has no this problem.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (TINKERPOP-1871) Exception handling is slow in element ReferenceElement creation

2018-01-23 Thread stephen mallette (JIRA)

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

stephen mallette closed TINKERPOP-1871.
---
   Resolution: Implemented
 Assignee: stephen mallette
Fix Version/s: 3.3.2

> Exception handling is slow in element  ReferenceElement creation
> 
>
> Key: TINKERPOP-1871
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1871
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: structure
>Affects Versions: 3.3.1
>Reporter: Artem Aliev
>Assignee: stephen mallette
>Priority: Major
> Fix For: 3.3.2
>
>
> Following exception happen for each vertex in OLAP and takes ~10% of 
> execution time.
> [https://github.com/apache/tinkerpop/blob/master/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/util/reference/ReferenceElement.java#L48]
> The exception is always thrown for ComputerGraph.ComputerAdjacentVertex class.
> So the check could be added to improve performance. This is 3.3.x issue only, 
> 3.2 has no this problem.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)