We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
org/mariadb/jdbc/internal/failover/impl/AuroraListener.java
select server_id, session_id from information_schema.replica_host_status where last_update_timestamp > now() - INTERVAL 3 MINUTE
org/mariadb/jdbc/internal/failover/impl/MastersReplicasListener.java
The text was updated successfully, but these errors were encountered:
No branches or pull requests
aurora end point에서 writer/reader 조회시 이 부분을 참조하는 듯.
org/mariadb/jdbc/internal/failover/impl/AuroraListener.java
read, write 구별은 어떻게? 이쪽 소스에서 하는듯?
org/mariadb/jdbc/internal/failover/impl/MastersReplicasListener.java
The text was updated successfully, but these errors were encountered: