Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8668 )
Change subject: IMPALA-6053: Fix exception when storadeIds don't match hosts ...................................................................... IMPALA-6053: Fix exception when storadeIds don't match hosts This commit fixes an issue where an IllegalStateException is thrown if there is a mismatch between the number of storageIDs and the number of host locations of a file block, causing the metadata load of a table to abort. With this fix, the storadeIDs are ignored if they don't match the number of hosts of a block, allowing table loading to proceed. That change will also cause remote reads during table scans for the blocks for which the mismatch was detected. Testing: No additional tests were added as this error was triggered on an EMC Isilon system v8.0. Change-Id: Ia3d685208dce7a1cbe94a33b8ac9aeb7c8a3f391 Reviewed-on: http://gerrit.cloudera.org:8080/8668 Reviewed-by: Bharath Vissapragada <[email protected]> Tested-by: Impala Public Jenkins --- M fe/src/main/java/org/apache/impala/catalog/HdfsPartition.java 1 file changed, 11 insertions(+), 16 deletions(-) Approvals: Bharath Vissapragada: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/8668 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ia3d685208dce7a1cbe94a33b8ac9aeb7c8a3f391 Gerrit-Change-Number: 8668 Gerrit-PatchSet: 3 Gerrit-Owner: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Impala Public Jenkins
