Riza Suminto has posted comments on this change. ( http://gerrit.cloudera.org:8080/21086 )
Change subject: IMPALA-12849: Standby catalogd should reject requests from coordinators ...................................................................... Patch Set 3: (2 comments) http://gerrit.cloudera.org:8080/#/c/21086/3/be/src/runtime/exec-env.cc File be/src/runtime/exec-env.cc: http://gerrit.cloudera.org:8080/#/c/21086/3/be/src/runtime/exec-env.cc@716 PS3, Line 716: if (FLAGS_debug_actions.find("IGNORE_NEW_ACTIVE_CATALOGD_ADDR") != string::npos) { : return; : } Can turn this into DebugAction call: RETURN_VOID_IF_ERROR(DebugAction(FLAGS_debug_actions, "IGNORE_NEW_ACTIVE_CATALOGD_ADDR")); The flag then set as: IGNORE_NEW_ACTIVE_CATALOGD_ADDR:[email protected]. http://gerrit.cloudera.org:8080/#/c/21086/3/tests/custom_cluster/test_catalogd_ha.py File tests/custom_cluster/test_catalogd_ha.py: http://gerrit.cloudera.org:8080/#/c/21086/3/tests/custom_cluster/test_catalogd_ha.py@346 PS3, Line 346: original active : # catalogd nit: catalogd_service_1 -- To view, visit http://gerrit.cloudera.org:8080/21086 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Iea38bdf4f207af657e71670a572efc7c0a0ba807 Gerrit-Change-Number: 21086 Gerrit-PatchSet: 3 Gerrit-Owner: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Abhishek Rawat <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Zihao Ye <[email protected]> Gerrit-Comment-Date: Wed, 06 Mar 2024 22:02:57 +0000 Gerrit-HasComments: Yes
