You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/01/29 10:08:35 UTC

[GitHub] [druid] clintropolis opened a new pull request #12213: do not explode if mysql transient exception does not exist

clintropolis opened a new pull request #12213:
URL: https://github.com/apache/druid/pull/12213


   
   ### Description
   Follow up to #12205 to allow `druid-mysql-extensions` to work with mysql connector/j 8.x again, which does not contain `MySQLTransientException`, and while would have had the same problem as mariadb if a transient exception was checked, the new check eagerly loads the class when starting up, causing immediate failure.
   
   This PR has:
   - [x] been self-reviewed.
   - [x] been tested in a test Druid cluster.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] abhishekagarwal87 merged pull request #12213: do not explode if mysql transient exception does not exist

Posted by GitBox <gi...@apache.org>.
abhishekagarwal87 merged pull request #12213:
URL: https://github.com/apache/druid/pull/12213


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org