[ https://issues.apache.org/jira/browse/YARN-7150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
anikad ayman updated YARN-7150:
-------------------------------
Description:
During MapReduce processing of several jobs, Yarn did crash and the processing of jobs had
stopped.
I successed to back the processing after killing jobs which were running (2jobs).
In the logs I find from the beginning of the crash :
{code:java}
*Max number of completed apps kept in state store met*: maxCompletedAppsInStateStore = 10000,
removing app application_1500982512144_26754 from state store.
2017-08-25 03:50:05,799 INFO org.apache.hadoop.yarn.server.resourcemanager.RMAppManager:
*Application should be expired, max number of completed apps kept in memory met*: maxCompletedAppsInMemory
= 10000, removing app application_1500982512144_26754 from memory
{code}
After that , this message shows up several times in the log :
{code:java}
Large response size 4742320 for call org.apache.hadoop.yarn.api.ApplicationClientProtocolPB.getApplications
{code}
Have you any explication and solution of this issue ?
was:
During MapReduce processing of several jobs, Yarn did crash and the processing of jobs had
stopped.
I successed to back the processing after killing jobs which were running (2jobs).
In the logs I find from the beginning of the crash :
{code:java}
*Max number of completed apps kept in state store met*: maxCompletedAppsInStateStore = 10000,
removing app application_1500982512144_26754 from state store.
2017-08-25 03:50:05,799 INFO org.apache.hadoop.yarn.server.resourcemanager.RMAppManager:
*Application should be expired, max number of completed apps kept in memory met*: maxCompletedAppsInMemory
= 10000, removing app application_1500982512144_26754 from memory
{code}
After that , this messages shows up several times in the log :
{code:java}
Large response size 4742320 for call org.apache.hadoop.yarn.api.ApplicationClientProtocolPB.getApplications
{code}
Have you any explication and solution of this issue ?
> Yarn crash [max number of completed apps kept in memory met]
> ------------------------------------------------------------
>
> Key: YARN-7150
> URL: https://issues.apache.org/jira/browse/YARN-7150
> Project: Hadoop YARN
> Issue Type: Bug
> Environment: Production
> Reporter: anikad ayman
>
> During MapReduce processing of several jobs, Yarn did crash and the processing of jobs
had stopped.
> I successed to back the processing after killing jobs which were running (2jobs).
> In the logs I find from the beginning of the crash :
> {code:java}
> *Max number of completed apps kept in state store met*: maxCompletedAppsInStateStore
= 10000, removing app application_1500982512144_26754 from state store.
> 2017-08-25 03:50:05,799 INFO org.apache.hadoop.yarn.server.resourcemanager.RMAppManager:
*Application should be expired, max number of completed apps kept in memory met*: maxCompletedAppsInMemory
= 10000, removing app application_1500982512144_26754 from memory
> {code}
> After that , this message shows up several times in the log :
> {code:java}
> Large response size 4742320 for call org.apache.hadoop.yarn.api.ApplicationClientProtocolPB.getApplications
> {code}
> Have you any explication and solution of this issue ?
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org
|