Quanlong Huang has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18914 )
Change subject: IMPALA-11457 Fix regression with unknown disk id ...................................................................... IMPALA-11457 Fix regression with unknown disk id Fixes an issue where disk ID is set to 65536 incorrectly when storage ID is unknown due to mixed usage of short and ushort (introduced by d6b5f82e31732c355af3f3d1a8e5da94ba9c1349). The incorrect unknown disk ID would result in all local reads going to a single disk queue and reducing parallelism, which specifically happens with co-located Ozone endpoints. This issue caused the test_admission_control_with_multiple_coords to fail with Ozone. Change-Id: I571ac0669ceb6a42561594c3f96723d5ed293902 Reviewed-on: http://gerrit.cloudera.org:8080/18792 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> Reviewed-on: http://gerrit.cloudera.org:8080/18914 Tested-by: Quanlong Huang <[email protected]> Reviewed-by: Michael Smith <[email protected]> Reviewed-by: Joe McDonnell <[email protected]> --- M common/fbs/CatalogObjects.fbs 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Quanlong Huang: Verified Michael Smith: Looks good to me, but someone else must approve Joe McDonnell: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/18914 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: branch-4.1.1 Gerrit-MessageType: merged Gerrit-Change-Id: I571ac0669ceb6a42561594c3f96723d5ed293902 Gerrit-Change-Number: 18914 Gerrit-PatchSet: 2 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
