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

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

Sharmadha Sainath created ATLAS-1985:
----------------------------------------

             Summary: 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
            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)