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 2015/11/21 04:00:15 UTC

[jira] [Closed] (HAWQ-48) Change warning log message to display correct numbers.

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

Lei Chang closed HAWQ-48.
-------------------------

> Change warning log message to display correct numbers.
> ------------------------------------------------------
>
>                 Key: HAWQ-48
>                 URL: https://issues.apache.org/jira/browse/HAWQ-48
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Resource Manager
>            Reporter: Yi Jin
>            Assignee: Yi Jin
>            Priority: Minor
>             Fix For: 2.0.0-beta-incubating
>
>
>  if ( segnumact > list_length(conn->Resource) )
>        {
>                if ( PRESPOOL->SlavesHostCount - rm_tolerate_nseg_limit >
>                         list_length(conn->Resource) )
>                {
>                        elog(WARNING, "Find virtual segments are dispatched to %d segments, "
>                                                  "less than %d",
>                                                  segnumact,
>                                                  list_length(conn->Resource));
>                        return false;
>                }
>        }



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