You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "J.Andreina (JIRA)" <ji...@apache.org> on 2018/05/02 17:36:00 UTC

[jira] [Created] (KNOX-1289) [Service Discovery] Deletion of generated topology , deletes descriptor file too

J.Andreina created KNOX-1289:
--------------------------------

             Summary: [Service Discovery] Deletion of generated topology , deletes descriptor file too
                 Key: KNOX-1289
                 URL: https://issues.apache.org/jira/browse/KNOX-1289
             Project: Apache Knox
          Issue Type: Bug
    Affects Versions: 0.14.0
            Reporter: J.Andreina
             Fix For: 1.0.0


Deletion of generated topology , deletes descriptor file too

*Expected:*
descriptor file should not be deleted along with generated topology deletion.

{noformat}
[root@host1 topologies]# ls
admin.xml  default.xml  knoxsso.xml  manager.xml  README  sandbox.xml  showtable.sql  test  test_proxy.xml  test.xml  ui.xml
[root@host1 topologies]# ls ../descriptors/
README  test.json  ui.json
[root@host1 topologies]# rm ui.xml
rm: remove regular file ‘ui.xml’? y
[root@host1 topologies]# ls ../descriptors/
README  test.json
[root@host1 topologies]#
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)