Lars Volker has posted comments on this change. Change subject: IMPALA-4223: Handle truncated file read from HDFS cache ......................................................................
Patch Set 1: > (1 comment) > > The change makes sense and we should get it in regardless, but > could this have caused the original crash we saw? I don't think this caused what we saw. I removed the DCHECK to see what would happen, since the original stack was from a Release build, but ran into another DCHECk. After removing that one (and a third one), too, the queries just started to "work", reporting a different warning about not being able to read from the file. The same also happened with a Release build, which I was unable to crash. -- To view, visit http://gerrit.cloudera.org:8080/4828 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id1e1fdb0211819c5938956abb13b512350a46f1a Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Lars Volker <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-HasComments: No
