I have a Postgres (version - 9.5 Beta) server replication set up where there are 3 slaves and a primary server. After all required configuration is done, I start 1st slave after taking base backup and it gets started. As I start 2nd slave, it does not start. Here is the log that I get repeatedly -
FATAL: could not start WAL streaming: ERROR: replication slot "abcdef" is already active for PID 5368
The same happens on trying to start 3rd slave. Server won't start giving same logs.
Any thoughts?