You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wrapper/src/main/resources/aws_advanced_jdbc_wrapper_messages.properties
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -190,26 +190,20 @@ LimitlessConnectionPlugin.connectWithHost=Connecting to host {0}.
190
190
LimitlessConnectionPlugin.usingProvidedConnectUrl=Connecting using provided connection URL.
191
191
LimitlessConnectionPlugin.failedToConnectToHost=Failed to connect to host {0}.
192
192
LimitlessConnectionPlugin.incorrectConfiguration=Limitless Connection Plugin is unable to run. Please ensure the connection settings are correct.
193
-
LimitlessConnectionPlugin.interruptedThread=Thread was interrupted.
194
193
LimitlessConnectionPlugin.limitlessRouterCacheEmpty=Limitless Router cache is empty. This normal during application start up when the cache is not yet populated.
195
194
LimitlessConnectionPlugin.maxRetriesExceeded=Max number of connection retries has been exceeded.
196
-
LimitlessConnectionPlugin.noRoutersAvailable=There are no transaction routers available.
197
-
LimitlessConnectionPlugin.noRoutersAvailableForRetry=There are no transaction routers available for connection retry.
LimitlessConnectionPlugin.unsupportedDialectOrDatabase=Unsupported dialect ''{0}'' encountered. Please ensure JDBC connection parameters are correct, and refer to the documentation to ensure that the connecting database is compatible with the Limitless Connection Plugin.
202
201
203
-
# Limitless Router Service Impl
204
-
LimitlessRouterServiceImpl.nulLimitlessRouterMonitor=LimitlessRouterMonitor with cluster ID {0} is null.
205
-
206
202
# Limitless Query Helper
207
203
LimitlessQueryHelper.unsupportedDialectOrDatabase=Unsupported dialect ''{0}'' encountered. Please ensure JDBC connection parameters are correct, and refer to the documentation to ensure that the connecting database is compatible with the Limitless Connection Plugin.
208
204
209
205
# Limitless Router Monitor
210
206
LimitlessRouterMonitor.exceptionDuringMonitoringStop=Unhandled exception was thrown in Limitless Router Monitoring thread for node {0}.
LimitlessRouterMonitor.forceGetLimitlessRoutersFailed=Failed to fetch Limitless Routers due to closed connection.
213
207
LimitlessRouterMonitor.interruptedExceptionDuringMonitoring=Limitless Router Monitoring thread for node {0} was interrupted.
214
208
LimitlessRouterMonitor.invalidQuery=Limitless Connection Plugin has encountered an error obtaining Limitless Router endpoints. Please ensure that you are connecting to an Aurora Limitless Database Shard Group Endpoint URL.
215
209
LimitlessRouterMonitor.invalidRouterLoad=Invalid load metric value of ''{1}''from the transaction router query aurora_limitless_router_endpoints() for transaction router ''{0}''. The load metric value must be a decimal value between 0 and 1. Host weight be assigned a default weight of 1.
0 commit comments