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

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

Dong Li created HAWQ-27:
---------------------------

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