codership / glb

Galera Load Balancer - a simple TCP connection proxy and load-balancing library
GNU General Public License v2.0
154 stars 51 forks source link

Garbd does show as empty string in wsrep_incoming_addresses, which leads to glb parse error. #12

Closed joffrey92 closed 10 years ago

joffrey92 commented 10 years ago

Added sed command to filter starting comma, ending comma, and multiple commas.

echo ",,,,,10.0.20.1:3306,,,,10.0.20.3:3306,10.0.20.8:3306,,,," | sed -e 's/,,*/,/g' -e 's/^,//g' -e 's/,$//g' 10.0.20.1:3306,10.0.20.3:3306,10.0.20.8:3306