Created 11-06-2019 01:09 AM
CDH6.2.1
imapla 3.2.0-CDH6.2.1
the below errors happened every day, i also find some similar issue on issue.apache.org. it seems a bug .
here is some issue list :
https://issues.apache.org/jira/browse/IMPALA-8561
https://github.com/cloudera/Impala/commit/9e4bf4c99f48a29e1c1d46d49c5f8452b777e2db
it seems this issue also happened on Impala3.3, not juse impala 3.2, but it's fixed in 3.3.
so, Cloudera support, how to fix this issue on imapla-3.2( CDH6.2.1), this issue is so critical cause many users encounter this issue and ask me what's happening, and i just can tell them this is a bug and i can't do anything.
may i ask another question ? if Impala3.2 can't resolve this issue ,may i update imapla 3,2 to impala 3.3 , i mean i don't update Cloudera Manager and CDH other components , just update impala .
i hope Cloudera Supporter can give me advises , thank you very much .
Created 11-06-2019 10:08 AM
I updated the JIRA to include workarounds, just FYI.
Created 11-06-2019 10:03 AM
This generally happens when overwriting files in-place where Impala is still trying to read a cached version of the file. E.g. insert overwrite in Hive. So you can often avoid the problem if you can avoid doing that.
Otherwise doing a REFRESH of the table should resolve it.
Created 11-07-2019 12:29 AM
Created 11-26-2019 07:33 PM
Hi,
after set the parameter "-max_cached_file_handles=0 " as your workaround shows me, I got another issue, it's agent heartbeat timeout.
the ticket URL as below:
<a href="https://community.cloudera.com/t5/Support-Questions/Cloudera-Manager-agent-bad-healthy/m-p/283865#M210854" target="_blank">https://community.cloudera.com/t5/Support-Questions/Cloudera-Manager-agent-bad-healthy/m-p/283865#M210854</a>
My CDH env has been online more than half year, agent heartbeat timeout has never been happened, but after comparing the date of setting the impala parameter and agent heartbeat issue date , it seems there are connection, but I am not sure .
what I mean is the agent heartbeat timeout issue happened after I set the impala parameter "-max_cached_file_handles=0 ".
is that impossible ?
Created 11-06-2019 10:08 AM
I updated the JIRA to include workarounds, just FYI.
Created 11-06-2019 10:09 AM
Also if you have a support contract with Cloudera, this is something they can help you with in more detail through that channel, we've successfully resolved this for customers before.
Created 11-15-2019 10:59 AM
this issue can be sure has been resolved by your workaround, thanks
Created 11-21-2019 07:44 AM
@iamfromsky If your issue ahas been resolved, can you please accept the appropriate reply as the solution so it will be easier for others in a similar situation to find in the future?