You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by GitBox <gi...@apache.org> on 2020/02/28 20:08:33 UTC

[GitHub] [incubator-yunikorn-core] yangwwei commented on issue #92: fix a scheduler deadlock

yangwwei commented on issue #92: fix a scheduler deadlock 
URL: https://github.com/apache/incubator-yunikorn-core/pull/92#issuecomment-592706379
 
 
   Since we are using the fine-grained locking mechanism, I am suggesting to fix this issue with the changes in this PR. The idea is to avoid calling `sa.updateAskRepeatInternal()` in `recoverOnNode()`. I was first trying to move the app lock inside of  `updateAskRepeatInternal()` but that doesn't work because this "internal" call is assumed to be app-lock-free.
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org