Replies: 1 comment
-
Hello @dvdgsng, We've updated our documentation here: https://github.com/aws/aws-advanced-jdbc-wrapper?tab=readme-ov-file#amazon-rds-bluegreen-deployments. For visibility, we've been working with the service team in regards to the metadata and the metadata is currently not available in the current RDS and Aurora service. Please contact your AWS account team for metadata release timelines. Once the metadata is available on the service, the JDBC driver will support Blue/Green deployments. Thanks, Matthew |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we're testing the BGD functionality for our Keycloak & Infinipan clusters. The BGD-Switchover itself works, the workloads recovered the db connections as soon as the new cluster topology was available and used the green-now-blue db instances. But a few questions arose...
Env
1. BGD Detection & Status
Detection of a BGD does not seem to work for us. Log output is the same before, during and after a BGD exists. We've never seen a
logSwitchoverFinalSummary
even though switch-over is successful and applications recover successfully. So, what is the expected log output of the plugin for the BGD lifecycle (created, replicating, switching-over, deleted)?Some log details:
Corresponding nodes are always empty
Green node certificate change times is always empty
Interim State always the same:
2. bgdId
What exactly is the bgdId? Is it some kind of rds resource name (eg the name of the BGD ("bg-deployment-1") or the BGD Resource ID ("db-BTEVE7M4DEPI6BLQZQRPSM54RE")? Or a custom string only used by the wrapper internally (e.g. "my-bgd-42"). Is it used by the plugin to detect the BGD at all? We've tried to set different values without changed results.
3. enableGreenNodeReplacement
Should the previous parameter "enableGreenNodeReplacement" be removed when using the bg-plugin? Does it interfere with the bg-plugin?
4. PostgreSQL log spam
Missing function creates heavy log output on the db instances:
Is there any way to reduce this?
Thanks in advance! :)
Beta Was this translation helpful? Give feedback.
All reactions