You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Lei Chang (JIRA)" <ji...@apache.org> on 2016/01/24 03:08:39 UTC

[jira] [Updated] (HAWQ-52) filespace can be created in invalid hdfs port

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

Lei Chang updated HAWQ-52:
--------------------------
    Fix Version/s: backlog

> filespace can be created in invalid hdfs port
> ---------------------------------------------
>
>                 Key: HAWQ-52
>                 URL: https://issues.apache.org/jira/browse/HAWQ-52
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Storage
>            Reporter: Dong Li
>            Assignee: Lirong Jian
>             Fix For: backlog
>
>
> you can create filespace in invalid hdfs port , it didn't check the hdfs port and  not check if it was created successfully. Actually it was not created in hdfs and  can not be used.
> create filespace fsinvalid on hdfs ('localhost:10086/fsinvalid');
> CREATE FILESPACE
> create TABLESPACE tsinvalid  FILESPACE fsinvalid;
> WARNING:  could not remove tablespace directory 17464: Input/output error
> CONTEXT:  Dropping file-system object -- Tablespace Directory: '17464'
> ERROR:  could not create tablespace directory 17464: Input/output error
> select * from gp_persistent_filespace_node;



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