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

[jira] [Assigned] (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 ]

Lirong Jian reassigned HAWQ-27:
-------------------------------

    Assignee: Lirong Jian  (was: Roman Shaposhnik)

> 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: Lirong Jian
>
> 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)