You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Caleb Welton (JIRA)" <ji...@apache.org> on 2015/10/08 12:53:26 UTC

[jira] [Updated] (HAWQ-27) filespace create in same directory cause problems

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

Caleb Welton updated HAWQ-27:
-----------------------------
    Component/s: Storage

> filespace create in same directory cause problems
> -------------------------------------------------
>
>                 Key: HAWQ-27
>                 URL: https://issues.apache.org/jira/browse/HAWQ-27
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Storage
>            Reporter: Dong Li
>            Assignee: Roman Shaposhnik
>
> create FILESPACE newfs ON hdfs ('localhost:8020/newfs');
> create FILESPACE newfs2 ON hdfs ('localhost:8020/newfs');
> select * from gp_persistent_filespace_node ;
> create tablespace testts filespace newfs;
> drop filespace newfs2;
> The directory newfs was removed, and the tablespace testts doesn't exist anymore.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)