Are there any requirements for topology or host monitoring? #1033
Unanswered
efenderbosch-atg
asked this question in
Q&A
Replies: 1 comment 4 replies
-
I turned up logging to trace. Some relevant logs
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The wrapper driver is working great in dev, qa and stage envs, but in prod every SQL operation takes 30 seconds. I assume it is trying to contact a node and then failing, then falls back to another node. Are there any ports that need to be added to security groups/etc for topology introspection and host monitoring to work properly? Our read and writer nodes are both up and running and can be connected to directly and will serve requests.
I'm using the
SF_D0
profile preset.I turned
software.amazon.jdbc
logging up to DEBUG and see this:Node is no longer available in the topology: HostSpec[host=prod-aurora-cluster.cluster-xxxx.us-east-1.rds.amazonaws.com, port=3306, WRITER, AVAILABLE, weight=100, null]
Beta Was this translation helpful? Give feedback.
All reactions