Would it be possible to install multiple (isolated) instances of a Master & Leaf node setup on the same bare metal Linux machine?
For example: Master 1 (port 3306) & Leaf 1 (port 3307) with --datadir pointed to hard disk #1. Master 2 (port 3308) & Leaf 2 (port 3309) with --datadir pointed to hard disk #2? Each system is isolated, Master 1 will never retrieve data from Leaf 2. Master 2 will never retrieve data from Leaf 1.
We’d like to compare overall performance across 2 sets of hard disks without having to build separate docker containers.