[ 
https://issues.apache.org/jira/browse/HAWQ-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15194732#comment-15194732
 ] 

ASF GitHub Bot commented on HAWQ-473:
-------------------------------------

GitHub user linwen opened a pull request:

    https://github.com/apache/incubator-hawq/pull/452

    HAWQ-473. fix coverity errors

    Please review. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/linwen/incubator-hawq hawq-473-3

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/452.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #452
    
----
commit 335267257f4d3232a5ad6b3f71bb40639d958ae7
Author: Wen Lin <w...@pivotal.io>
Date:   2016-03-15T04:44:34Z

    HAWQ-473. fix coverity errors

----


> Implement adding a entry into gp_configuration_history when segment' status 
> is changed
> --------------------------------------------------------------------------------------
>
>                 Key: HAWQ-473
>                 URL: https://issues.apache.org/jira/browse/HAWQ-473
>             Project: Apache HAWQ
>          Issue Type: Improvement
>          Components: Fault Tolerance, Resource Manager
>            Reporter: Lin Wen
>            Assignee: Lin Wen
>
> 1. Implement adding a entry into gp_configuration_history when segment' 
> status is changed, so that users can know the reason of status change by 
> querying this catalog table.
> A cleanup function is needed when user decides to clear this table.
> 2. remove failed_tmp_dir and  failed_tmp_dir_num columns in 
> gp_segment_configuration. add a "description" column to show the reason of 
> this segment is down.
> 3. merge YARN mode and NONE mode status.
> postgres=# select * from gp_segment_configuration ;
>  registration_order | role | status | port  | hostname |    address    |      
>                      description                            
> --------------------+------+--------+-------+----------+---------------+------------------------------------------------------------------
>                   0 | m    | u      |  5432 | master   | master        | 
>                   2 | p    | d      | 40000 | node4    | 192.168.2.205 | no 
> YARN node report;
>                   3 | p    | d      | 40000 | node3    | 192.168.2.204 | 
> heartbeat timeout;
>                   1 | p    | d      | 40000 | node2    | 192.168.2.203 | 
> failed temporary directory:/home/gpadmin/greenplum-db-data/tmp1;
> (4 rows)



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

Reply via email to