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

2020-11-02 Thread Nikhil Bonte (Jira)


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

Nikhil Bonte updated ATLAS-3816:

Fix Version/s: 0.8.4

> 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
> Fix For: 0.8.4
>
> Attachments: 
> ATLAS-3816-Backport-Basic-search-issue-with-IndexSer-v2.patch
>
>
> *Background:*
> Atlas instance 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:#ff}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.
> Query will be :  
> *$v$*"Referenceable.qualifiedName":"atscale_agg_in{color:#ff}v.{color}as_agg_2cfb287d_dal_fixed_inco@edldev"
>  
> Default value for index search prefix is _"$v$"_
> Can be changed using the property _"atlas.graph.index.search.vertex.prefix"_
>  



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


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

2020-06-05 Thread Nikhil Bonte (Jira)


 [ 
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 instance 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:#ff}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.

Query will be :  
*$v$*"Referenceable.qualifiedName":"atscale_agg_in{color:#ff}v.{color}as_agg_2cfb287d_dal_fixed_inco@edldev"

 

Default value for index search prefix is _"$v$"_

Can be changed using the property _"atlas.graph.index.search.vertex.prefix"_

 

  was:
*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:#ff}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.

Query will be :  
*$v$*"Referenceable.qualifiedName":"atscale_agg_in{color:#ff}v.{color}as_agg_2cfb287d_dal_fixed_inco@edldev"

 

Default value for index search prefix is "$v$"

Can be changed using the property "atlas.graph.index.search.vertex.prefix"

 


> 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
> Attachments: 
> ATLAS-3816-Backport-Basic-search-issue-with-IndexSer-v2.patch
>
>
> *Background:*
> Atlas instance 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:#ff}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.
> Query will be :  
> *$v$*"Referenceable.qualifiedName":"atscale_agg_in{color:#ff}v.{color}as_agg_2cfb287d_dal_fixed_inco@edldev"
>  
> Default value for index search prefix is _"$v$"_
> Can be changed using the property _"atlas.graph.index.search.vertex.prefix"_
>  



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


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

2020-06-05 Thread Nikhil Bonte (Jira)


 [ 
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:#ff}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.

Query will be :  
*$v$*"Referenceable.qualifiedName":"atscale_agg_in{color:#ff}v.{color}as_agg_2cfb287d_dal_fixed_inco@edldev"

 

Default value for index search prefix is "$v$"

Can be changed using the property "atlas.graph.index.search.vertex.prefix"

 

  was:
*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:#ff}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
> Attachments: 
> ATLAS-3816-Backport-Basic-search-issue-with-IndexSer-v2.patch
>
>
> *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:#ff}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.
> Query will be :  
> *$v$*"Referenceable.qualifiedName":"atscale_agg_in{color:#ff}v.{color}as_agg_2cfb287d_dal_fixed_inco@edldev"
>  
> Default value for index search prefix is "$v$"
> Can be changed using the property "atlas.graph.index.search.vertex.prefix"
>  



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


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

2020-05-28 Thread Nikhil Bonte (Jira)


 [ 
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:#ff}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:#ff}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:#ff}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)


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

2020-05-28 Thread Nikhil Bonte (Jira)


 [ 
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:#ff}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:#ff}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.

 


> 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:#ff}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)


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

2020-05-28 Thread Nikhil Bonte (Jira)


 [ 
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:#ff}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*{color:#FF}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.

 


> 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:#ff}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)


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

2020-05-28 Thread Nikhil Bonte (Jira)


 [ 
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:#FF}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:#FF}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)