Jason Fehr has posted comments on this change. ( http://gerrit.cloudera.org:8080/23204 )
Change subject: IMPALA-14234: Fix a version mismatch DCHECK hit when admissiond cluster membership recovering ...................................................................... Patch Set 7: (2 comments) http://gerrit.cloudera.org:8080/#/c/23204/7/tests/custom_cluster/test_admission_controller.py File tests/custom_cluster/test_admission_controller.py: http://gerrit.cloudera.org:8080/#/c/23204/7/tests/custom_cluster/test_admission_controller.py@2249 PS7, Line 2249: assert len(all_coords) >= 2, "Test requires at least two coordinators" Modify parameters to the `@CustomClusterTestSuite.with_args` annotation instead of using this assert to enforce two coordinators. That way, future changes to this annotation will not cause this test to fail. http://gerrit.cloudera.org:8080/#/c/23204/7/tests/custom_cluster/test_admission_controller.py@2259 PS7, Line 2259: client2 = coord2.service.create_hs2_client() : handle2 = client2.execute_async(short_query) : # Wait until the second query is confirmed to be queued. : self._wait_for_change_to_profile(handle2, "Admission result: Queued", client=client2) > Test works after I rebase. It took 120s to complete though. Is there any fl May need to create custom fair-scheduler.xml and llama-site.xml files to decrease timeouts. -- To view, visit http://gerrit.cloudera.org:8080/23204 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Iea77347bd4775abd7866817146e326c7c5042f5e Gerrit-Change-Number: 23204 Gerrit-PatchSet: 7 Gerrit-Owner: Yida Wu <[email protected]> Gerrit-Reviewer: Abhishek Rawat <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Yida Wu <[email protected]> Gerrit-Comment-Date: Thu, 16 Oct 2025 07:29:00 +0000 Gerrit-HasComments: Yes
