You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by GitBox <gi...@apache.org> on 2020/06/12 20:43:57 UTC

[GitHub] [incubator-yunikorn-core] yangwwei edited a comment on pull request #168: [YUNIKORN-222] Race in state change

yangwwei edited a comment on pull request #168:
URL: https://github.com/apache/incubator-yunikorn-core/pull/168#issuecomment-643475208


   hi @wilfred-s 
   
   The change itself looks good. But I do not fully understand why this causes the problem.
   From `Accepted` to `Waiting`, this is triggered when `removeAllocationAsk ` is called, which is called when there is a container released. But when we run a spark job, when the driver is allocated, the job is at `Accepted` state, then there will be other executors adding to this job. there is no release action could happen here, why it would go to `Waiting` and `Running` then?
   
   Can you please elaborate more on what was happening? An example will be helpful for us to understand what was going on. Thanks!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org