Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.10.0
-
ghx-label-1
Description
On a few different clusters I've seen a lot of errors like this in the logs:
org/apache/hadoop/fs/FSDataInputStream#unbuffer failed: error: UnsupportedOperationException: this stream does not support unbuffering.java.lang.UnsupportedOperationException: this stream does not support unbuffering. at org.apache.hadoop.fs.FSDataInputStream.unbuffer(FSDataInputStream.java:233)
It doesn't seem harmful but adds a lot of noise to the logs for a non-error condition.
Attachments
Issue Links
- is related to
-
HADOOP-14872 CryptoInputStream should implement unbuffer
- Resolved
-
HADOOP-14864 FSDataInputStream#unbuffer UOE should include stream class name
- Resolved