[
https://issues.apache.org/jira/browse/GOBBLIN-1713?focusedWorklogId=811335&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-811335
]
ASF GitHub Bot logged work on GOBBLIN-1713:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 22/Sep/22 18:00
Start Date: 22/Sep/22 18:00
Worklog Time Spent: 10m
Work Description: umustafi commented on code in PR #3567:
URL: https://github.com/apache/gobblin/pull/3567#discussion_r977943954
##########
gobblin-utility/src/main/java/org/apache/gobblin/util/jdbc/DataSourceProvider.java:
##########
@@ -37,6 +38,7 @@
/**
* A provider class for {@link javax.sql.DataSource}s.
*/
+@Slf4j
Review Comment:
good catch, I didn't notice the existing LOGGER.
Issue Time Tracking
-------------------
Worklog Id: (was: 811335)
Time Spent: 0.5h (was: 20m)
> Add validation check for mysql connection
> ------------------------------------------
>
> Key: GOBBLIN-1713
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1713
> Project: Apache Gobblin
> Issue Type: New Feature
> Reporter: Urmi Mustafi
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Detect once a MySQL connection becomes read-only. Enforce verification when
> this happens, so we know to create new, replacement connections (to a
> read-write host). Adding this check to a code path that was missing this
> check.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)