Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Yarn Warn: ipc.Server: Large response size

avatar
New Contributor

Hello,

I am receiving the following warning at Yarn of the Hadoop cluster

WARN org.apache.hadoop.ipc.Server: Large response size 1791897 for call org.apache.hadoop.yarn.api.ApplicationClientProtocolPB.getApplications from  Call#31976 Retry#0

The above message is appearing every minute and when I try to run a third-party tool which use Livy and Spark this message is appearing every 2-3 seconds.

I tried to set the following configuration at “HDFS Service Advanced Configuration Snippet (Safety Valve) for hdfs-site.xml” property of hdfs without any result.

<property>
<name>ipc.server.max.response.size</name>
<value>5242880</value>
</property>

 

Could you help me deal with the warning?

 

Thank you very much

1 REPLY 1

avatar
New Contributor

Were you able to resolve this. Even I am facing the same issue