[
https://issues.apache.org/jira/browse/ATLAS-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikhil Bonte updated ATLAS-3816:
--------------------------------
Description:
*Background:*
Atlas with property
_"atlas.use.index.query.to.find.entity.by.unique.attributes=true"_
Direct index query which has pattern *"v."* throws exception, e.g.
v."Referenceable.qualifiedName":"atscale_agg_in{color:#ff0000}v.{color}as_agg_2cfb287d_dal_fixed_inco@edldev"
This will throw
{code:java}
java.lang.IllegalArgumentException: Found reference to non-existant property
key in query at position...{code}
*Solution:*
Backporting ATLAS-2371.
It is resolved with janusgraph, for titan implementation backporting required.
was:
*Background:*
Direct index query which has pattern *"v."* throws exception, e.g.
v."Referenceable.qualifiedName":"atscale_agg_in{color:#ff0000}v.{color}as_agg_2cfb287d_dal_fixed_inco@edldev"
This will throw
{code:java}
java.lang.IllegalArgumentException: Found reference to non-existant property
key in query at position...{code}
*Solution:*
Backporting ATLAS-2371.
It is resolved with janusgraph, for titan implementation backporting required.
> Backport: Basic search issue with IndexSerializer
> -------------------------------------------------
>
> Key: ATLAS-3816
> URL: https://issues.apache.org/jira/browse/ATLAS-3816
> Project: Atlas
> Issue Type: Bug
> Affects Versions: 0.8.4
> Reporter: Nikhil Bonte
> Assignee: Nikhil Bonte
> Priority: Major
>
> *Background:*
> Atlas with property
> _"atlas.use.index.query.to.find.entity.by.unique.attributes=true"_
> Direct index query which has pattern *"v."* throws exception, e.g.
>
> v."Referenceable.qualifiedName":"atscale_agg_in{color:#ff0000}v.{color}as_agg_2cfb287d_dal_fixed_inco@edldev"
>
> This will throw
> {code:java}
> java.lang.IllegalArgumentException: Found reference to non-existant property
> key in query at position...{code}
>
> *Solution:*
> Backporting ATLAS-2371.
> It is resolved with janusgraph, for titan implementation backporting required.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)