You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dale Emery (Jira)" <ji...@apache.org> on 2020/02/05 00:10:00 UTC

[jira] [Updated] (GEODE-7485) can not get index with "." in name by REST API for Management

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

Dale Emery updated GEODE-7485:
------------------------------
    Fix Version/s: 1.12.0

> can not get index with "." in name by REST API for Management 
> --------------------------------------------------------------
>
>                 Key: GEODE-7485
>                 URL: https://issues.apache.org/jira/browse/GEODE-7485
>             Project: Geode
>          Issue Type: Bug
>          Components: management, rest (admin)
>            Reporter: Gang Yan
>            Assignee: Dale Emery
>            Priority: Major
>             Fix For: 1.12.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> precondition:  
>    1. there is a region named "Foo6" in cluster
>    2. RESTAPI for Management is on.
> steps to reproduce
> 1.  create index by GFSH, with a "." in index name,  such as "Foo6.name2"
> 2. get all the indexes by REST API for Management,  [GET]'/management/v1/indexes'
> 3.  in the response of [GET]'/management/v1/indexes',  a index named "Foo6.name2" will be found in the index list
> 4. and there is a "self" link in the links part of "Foo6.name2", it will be "http://localhost:7070/management/v1/regions/Foo6/indexes/Foo6.name2"
> 5. and then , when you click on this link,  you will get an error response:  "Index 'Foo6' does not exist."
> expected result:
> 1.  can get a index by click that link.
> possible cause:
>  1. maybe RESTAPI for Management can not deal with "." as index name



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