You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Nikhil Bonte (Jira)" <ji...@apache.org> on 2020/05/28 12:20:00 UTC

[jira] [Updated] (ATLAS-3816) Backport: Basic search issue with IndexSerializer

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

Nikhil Bonte updated ATLAS-3816:
--------------------------------
    Description: 
*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 direct index query issue resolved in ATLAS-2371.

 

  was:
*Background:*

Direct index query which has pattern *"v."* throws exception, e.g.

 v."Referenceable.qualifiedName":"atscale_agg_in*v.*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 direct index query issue resolved in ATLAS-2371.

 


> 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:*
> 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 direct index query issue resolved in ATLAS-2371.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)