You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Nixon Rodrigues (JIRA)" <ji...@apache.org> on 2017/07/25 05:48:00 UTC

[jira] [Assigned] (ATLAS-1985) Regression : Basic/DSL Query fired on PASSIVE server redirects to ACTIVE server , adding an extra "amp;" to the parameters

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

Nixon Rodrigues reassigned ATLAS-1985:
--------------------------------------

    Assignee: Nixon Rodrigues

> Regression : Basic/DSL Query fired on PASSIVE server redirects to ACTIVE server , adding an extra "amp;" to the parameters
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-1985
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1985
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>    Affects Versions: 0.9-incubating, 0.8.1-incubating
>            Reporter: Sharmadha Sainath
>            Assignee: Nixon Rodrigues
>            Priority: Critical
>
> 1. Fired the query 
> {code}
> http://PassiveHost:21000/api/atlas/discovery/search/fulltext?limit=100&query=hive_table
> {code}
> The query failed with 
> {code}
> {
> error: "dslQuery cannot be null cannot be null"
> }
> {code}
> The redirected URL is :
> {code}
> http://activehost:21000/api/atlas/discovery/search/fulltext?limit=100&amp;query=hive_table
> {code}
> Redirection adds an extra "amp;" and ignores rest of the query after the first parameter.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)