clustercheck

Bug #1017528 reported by Olaf van Zandwijk
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC
Fix Released
Undecided
Unassigned

Bug Description

On Debian linux, the clustercheck command returns to many newlines.

The lines in the scripts look like

    /bin/echo -e "HTTP/1.1 200 OK\r\n"
    /bin/echo -e "Content-Type: Content-Type: text/plain\r\n"
    /bin/echo -e "\r\n"
    /bin/echo -e "Node is running.\r\n"

which returns (with all the newlines)

HTTP/1.1 200 OK

Content-Type: Content-Type: text/plain

Node is running.

Replacing "echo -e" by "echo -en" does not output the trailing newline and produces the right output:

HTTP/1.1 200 OK
Content-Type: Content-Type: text/plain

Node is running.

Changed in percona-xtradb-cluster:
status: New → Fix Released
Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

Thank you for the script as well.

Changed in percona-xtradb-cluster:
milestone: none → percona-xtradb-cluster-5.5.27
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PXC-1226

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.