You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The referenced commit has introduced two regressions:
StringUtils.split returns null if the input does not contain a comma. This means that a transport client that tries to use one node uses zero nodes instead.
When the input does contain a comma, the parsing is incorrect as it checks for a : in the clusterName field rather than the clusterNode local variable. This leads to an assertion failure stating that the port is missing
Andy Wilkinson opened DATAES-470 and commented
The referenced commit has introduced two regressions:
null
if the input does not contain a comma. This means that a transport client that tries to use one node uses zero nodes instead.:
in theclusterName
field rather than theclusterNode
local variable. This leads to an assertion failure stating that the port is missingReference URL: d66b2a6#diff-5e09aa5ede62dc7823cb0cf515cd5eadR97
Backported to: 3.0.9 (Kay SR9)
The text was updated successfully, but these errors were encountered: