Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.18, 3.3.3
-
None
-
MacOSX
Description
Bug was reported on Stackoverflow: MariaDB connector in Python cannot connect to remote server
This bug happens only on MacOSX and was introduced by following commit:
{{commit dfe3563192e43a48bef3a861e72d9d122b9b346c
Author: Georg Richter <georg@mariadb.com>
Date: Sun Jul 24 17:36:49 2022 +0200
Fix for CONC-607 (Infinite loop in pvio_socket_internal_connect)
A retry interval is added in the loop to avoid exhausting
the CPU resource. Also the elapsed time in the loop will be
checked and break if it passed the timeout threshold.
Kudos to Hugo Wen who reported this issue and provided the fix!}}