Michael Smith has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18792
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 --- M common/fbs/CatalogObjects.fbs 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/92/18792/1 -- To view, visit http://gerrit.cloudera.org:8080/18792 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I571ac0669ceb6a42561594c3f96723d5ed293902 Gerrit-Change-Number: 18792 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Smith <[email protected]>
