You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Radar Lei (JIRA)" <ji...@apache.org> on 2015/11/02 07:07:27 UTC

[jira] [Created] (HAWQ-118) Hawq treats commented lines as hosts in slaves file

Radar Lei created HAWQ-118:
------------------------------

             Summary: Hawq treats commented lines as hosts in slaves file
                 Key: HAWQ-118
                 URL: https://issues.apache.org/jira/browse/HAWQ-118
             Project: Apache HAWQ
          Issue Type: Bug
            Reporter: Radar Lei
            Assignee: Roman Shaposhnik


Now hawq treats commented lines in slaves file as valid hosts.

We should ignore the lines start with "#", and the parts after a "#".

Example:

slaves:
sdw1
sdw2
#sdw3
sdw4  # segment

We should get a host list like: [sdw1, sdw2, sdw4].



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