Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.0.0, 1.2
-
None
-
2019-06
Description
The MariaDB platform single container image uses the -port option of postConfigure to move the columnstore install off of 3306 to 4306. The columnstore.xml that is produced does have the main port info correclty on 4306, but we still get:
<CrossEngineSupport>
|
<Host>127.0.0.1</Host>
|
<Port>3306</Port>
|
<User>root</User>
|
<Password/>
|
<TLSCA/>
|
<TLSClientCert/>
|
<TLSClientKey/>
|
</CrossEngineSupport>
|
I am pretty sure this should get changed too? This is particularly important because the AVRO router uses this field. Easy enough workaround (manual edit of columnstore.xml), but should get fixed at some point.