Details
Description
On our HBase clusters, while looking at CPU profiles, I noticed that about 1% of overall CPU cycles are spent under BlockDecompressorStream#rawReadInt just throwing EOFException. This could be easily avoided.
On our HBase clusters, while looking at CPU profiles, I noticed that about 1% of overall CPU cycles are spent under BlockDecompressorStream#rawReadInt just throwing EOFException. This could be easily avoided.