#!/bin/bash

set -e

orchestrator-client -c relocate -i 127.0.0.1:10114 -d 127.0.0.1:10113
mysql -uci -pci -h 127.0.0.1 --port=10113 -e "update test.heartbeat set hint='gtid-errant'"
sleep 3
