Michael Smith has posted comments on this change. ( http://gerrit.cloudera.org:8080/18738 )
Change subject: IMPALA-9442: Add Ozone to minicluster ...................................................................... Patch Set 14: (1 comment) http://gerrit.cloudera.org:8080/#/c/18738/14/be/src/scheduling/executor-group.cc File be/src/scheduling/executor-group.cc: http://gerrit.cloudera.org:8080/#/c/18738/14/be/src/scheduling/executor-group.cc@103 PS14, Line 103: executor_ip_map_["localhost"] = be_desc.ip_address(); This addition causes Ozone access to be local in the test environment. Which causes test_caching_enabled because local reads have caching enabled. This is probably better to include when addressing IMPALA-10214. It also results in a warning > WARNING: The following tables have scan ranges with missing disk id > information. that breaks metadata/test_stats_extrapolation.py. -- To view, visit http://gerrit.cloudera.org:8080/18738 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ibf8b0f7b2d685d8b011df1926e12bf5434b5a2be Gerrit-Change-Number: 18738 Gerrit-PatchSet: 14 Gerrit-Owner: Michael Smith <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Comment-Date: Thu, 28 Jul 2022 18:14:08 +0000 Gerrit-HasComments: Yes
