polardb / polardbx-sql

PolarDB-X is a cloud native distributed SQL Database designed for high concurrency, massive storage, complex querying scenarios.
Apache License 2.0
1.53k stars 325 forks source link

fix initialization issue for opensource development #183

Closed ZSYTY closed 11 months ago

ZSYTY commented 11 months ago

Problems solved in this PR

For the open-source development environment, after initialization of GMS, CN may fail to connect to GMS. This PR solved the initialization issue.

Changes proposed in this PR

Correct the port of GMS and DN properties in the development environment.

Tests

Release note

None