This repository contains a minimal reproduce of the Invalid data read from synchronously replicated hot standby issue.
- Install Ansible (2.0.2.0 at the time of writing).
- Install Vagrant (1.8.1 at the time of writing).
- Install VirtualBox (5.0.18 at the time of writing).
vagrant up
The nodes can be accessed by username root
and password puppet
.
ansible-playbook playbooks/master-write.yml
ansible-playbook playbooks/slave-attach.yml
ansible-playbook playbooks/master-sync-enable.yml
ansible-playbook playbooks/master-sync-disable.yml
ansible-playbook playbooks/slave-check.yml