Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.2, 1.1.3, 1.1.4
-
None
Description
Contrary to what documentation indicate, high availability part of connection string like "r2dbc:mariadb:[sequential|loadbalancing]://..." doesn't parse HA part, working exactly like if none has been set.
Other notations works ok :
Builders:
MariadbConnectionConfiguration.builder()
.connectTimeout(Duration.ofMillis(150))
.haMode("LOADBALANCE")
...
or using option, like"r2dbc:mariadb:[sequential|loadbalancing]://host/db?haMode=LOADBALANCE"
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Summary | failover hamode works only if set by option | failover High availability mode |
Summary | failover High availability mode | Failover High availability mode "r2dbc:mariadb:[sequential|loadbalancing]://..." wrongly parsed |
Component/s | configuration [ 17209 ] | |
Fix Version/s | 1.1.5 [ 28803 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Remaining Estimate | 0d [ 0 ] |
Affects Version/s | 1.1.4 [ 28551 ] |
Affects Version/s | 1.1.3 [ 28324 ] | |
Affects Version/s | 1.1.2 [ 26079 ] |
Fix Version/s | 1.2.0 [ 29420 ] | |
Fix Version/s | 1.1.5 [ 28803 ] |
Fix Version/s | 1.1.2.1 [ 29925 ] |
Fix Version/s | 1.1.2.1 [ 29925 ] |