|
55 | 55 | "Failover.connectionChangedError": "The active SQL connection has changed due to a connection failure. Please re-configure session state if required.", |
56 | 56 | "Failover.parameterValue": "%s = %s", |
57 | 57 | "Failover.unableToConnectToWriter": "Unable to establish SQL connection to the writer instance.", |
| 58 | + "Failover.unableToConnectToWriterDueToError": "Unable to establish SQL connection to the writer instance: %s due to error: %s.", |
58 | 59 | "Failover.unableToConnectToReader": "Unable to establish SQL connection to the reader instance.", |
59 | 60 | "Failover.unableToDetermineWriter": "Unable to determine the current writer instance.", |
60 | 61 | "Failover.detectedError": "Detected an error while executing a command: %s", |
|
209 | 210 | "ConfigurationProfileBuilder.canNotUpdateKnownPreset": "Can't add or update a built-in preset configuration profile '%s'.", |
210 | 211 | "AwsClient.configurationProfileNotFound": "Configuration profile '%s' not found.", |
211 | 212 | "AwsClient.targetClientNotDefined": "AwsClient targetClient not defined.", |
212 | | - "Failover2.unableToConnect": "Unable to establish SQL connection to the instance.", |
213 | 213 | "Failover2.failoverReaderNotConnectedToReader": "Unable to establish SQL connection to the instance '%s' as a reader.", |
214 | | - "Failover2.failoverWriterConnectedToReader": "Unable to establish SQL connection to a writer instance.", |
| 214 | + "Failover2.failoverWriterConnectedToReader": "The new writer was identified to be '%s', but querying the instance for its role returned a reader.", |
215 | 215 | "Failover2.unableToFetchTopology": "Unable to establish SQL connection and fetch topology.", |
216 | 216 | "Failover2.errorSelectingReaderHost": "An error occurred while attempting to select a reader host candidate: '%s'.", |
217 | 217 | "Failover2.readerCandidateNull": "Reader candidate unable to be selected: '%s'.", |
|
230 | 230 | "ClusterTopologyMonitor.errorDuringMonitoring": "Error thrown during cluster topology monitoring: '%s'.", |
231 | 231 | "ClusterTopologyMonitor.endMonitoring": "Stop cluster topology monitoring.", |
232 | 232 | "HostMonitor.startMonitoring": "Host monitor '%s' started.", |
233 | | - "HostMonitor.detectedWriter": "Detected writer: '%s'.", |
| 233 | + "HostMonitor.detectedWriter": "Detected writer: '%s' - '%s'.", |
234 | 234 | "HostMonitor.endMonitoring": "Host monitor '%s' completed in '%s'.", |
235 | 235 | "HostMonitor.writerHostChanged": "Writer host has changed from '%s' to '%s'.", |
| 236 | + "HostMonitor.writerIsStale": "Connected writer instance '%s' is stale.", |
236 | 237 | "SlidingExpirationCacheWithCleanupTask.cleaningUp": "Cleanup interval of '%s' minutes has passed, cleaning up sliding expiration cache '%s'.", |
237 | 238 | "SlidingExpirationCacheWithCleanupTask.cleanUpTaskInterrupted": "Sliding expiration cache '%s' cleanup task has been interrupted and is exiting.", |
238 | 239 | "SlidingExpirationCacheWithCleanupTask.cleanUpTaskStopped": "Sliding expiration cache '%s' cleanup task has been stopped and is exiting.", |
|
0 commit comments