Hello Impala Public Jenkins,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/18914
to review the following change.
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]>
---
M common/fbs/CatalogObjects.fbs
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/14/18914/1
--
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: newchange
Gerrit-Change-Id: I571ac0669ceb6a42561594c3f96723d5ed293902
Gerrit-Change-Number: 18914
Gerrit-PatchSet: 1
Gerrit-Owner: Quanlong Huang <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>