maria-discuss team mailing list archive
-
maria-discuss team
-
Mailing list archive
-
Message #03966
Re: (no subject)
-
To:
l vic <lvic4594@xxxxxxxxx>
-
From:
Tom Worster <fsb@xxxxxxxxxx>
-
Date:
Sat, 24 Sep 2016 10:11:46 -0400
-
Cc:
Maria Discuss <maria-discuss@xxxxxxxxxxxxxxxxxxx>
-
In-reply-to:
<CALBXbT3ctqM=__=-fULowEX+Y0mUDUxP55funpWx+eMMiW60RA@mail.gmail.com>
-
Thread-topic:
[Maria-discuss] (no subject)
-
User-agent:
Microsoft-MacOutlook/14.6.8.160830
On 9/23/16, 10:11 AM, "Maria-discuss on behalf of l vic"
<maria-discuss-bounces+fsb=thefsb.org@xxxxxxxxxxxxxxxxxxx on behalf of
lvic4594@xxxxxxxxx> wrote:
>Is there is a good way to remove a node from a galera cluster besides
>just killing it?
Yes. I use normal shutdown of the mysql server. `mysqladmin shutdown` is
one way. On Ubuntu `service mysql stop` is another.
The Galera node will say goodbye to the cluster and write its position to
a file so it can resume from there when restarted.
>/ Are there are any implications of killing a node?
Many. Apart from all the usual reasons to not kill a mysqld process,
expect SST after restarting it.
Tom
References