atlassian-labs / db-replica

Automatically chooses between database connections to read-write main or read-only replica
Apache License 2.0
10 stars 12 forks source link

Discoverer bug reproduction #177

Open wyrzyk opened 1 year ago

wyrzyk commented 1 year ago

I'm not sure what role the Aurora version plays in this. I was able to get the discoverer to stop discovering replicas on 13.9. The discoverer worked initially, but stopped discovering the replica after I added another replica (only the first one was visible). After I stopped the first replica, no replicas were detectable.

wyrzyk commented 1 year ago

Zrzut ekranu 2023-07-21 o 15 41 35

The test failed on line 50, which means that the main database connection sees 1 replica (as expected), while the replica sees no replicas.