[PD-Disagg][Fix] Remove 'test_external_dp_routing' from Rust Router constructor parameters. (#19492)

This commit is contained in:
Duyi-Wang
2026-02-27 18:40:01 +08:00
committed by GitHub
parent 403195d59d
commit 98e433e305

View File

@@ -285,6 +285,7 @@ class Router:
# Remove fields that shouldn't be passed to Rust Router constructor
fields_to_remove = [
"mini_lb",
"test_external_dp_routing",
"oracle_wallet_path",
"oracle_tns_alias",
"oracle_connect_descriptor",