Sahil Takiar has uploaded a new patch set (#2). ( 
http://gerrit.cloudera.org:8080/13212 )

Change subject: IMPALA-8428: Bump CDH_BUILD_NUMBER to 1055188.
......................................................................

IMPALA-8428: Bump CDH_BUILD_NUMBER to 1055188.

Brings in HADOOP-14747 (S3AInputStream to implement CanUnbuffer) which
is necessary for IMPALA-8428. The file handle cache calls `unbuffer()`
on a file handle before returning it to the cache. The call to
`unbuffer()` releases any resources that the file handle is holding onto
(in the S3A case the underlying S3ObjectInputStream is closed). Without
this fix an impalad would quickly crash as every cached file handle
would be holding onto a HTTP connection.

Testing:
* Ran an exhaustive build

Change-Id: I44b2169afff9af41d6f31312feb74ee362ecacf5
---
M bin/impala-config.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/12/13212/2
--
To view, visit http://gerrit.cloudera.org:8080/13212
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I44b2169afff9af41d6f31312feb74ee362ecacf5
Gerrit-Change-Number: 13212
Gerrit-PatchSet: 2
Gerrit-Owner: Sahil Takiar <[email protected]>

Reply via email to