Yukang-Lian opened a new pull request, #67224: URL: https://github.com/apache/doris/pull/67224
### What problem does this PR solve? Issue Number: N/A Related PR: selectdb/selectdb-core#10972 Problem Summary: ReplicationGroupAdmin was created with the two-argument constructor, which builds its own default network channel factory instead of using the ReplicationConfig that initialized BDBJE. In a TLS-enabled replication group, administrative operations therefore attempt a plaintext connection. Pass the active RepNetConfig so group administration reuses the configured TLS channel factory. ### Release note BDBJE replication-group administration now uses the configured replication TLS transport. ### Check List (For Author) - Test: Unit Test: ./run-fe-ut.sh --run org.apache.doris.journal.bdbje.BDBEnvironmentTest#testReplicationGroupAdminReusesConfiguredNetworkFactory (1 passed) - Behavior changed: Yes. ReplicationGroupAdmin reuses the active BDBJE network configuration. - Does this need documentation: No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
