You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/10/08 04:02:23 UTC

[GitHub] jerrypeng opened a new pull request #2744: fix: NPE when there are assignments for workers not in membership

jerrypeng opened a new pull request #2744: fix: NPE when there are assignments for workers not in membership
URL: https://github.com/apache/pulsar/pull/2744
 
 
   ### Motivation
   
   Reference to issue #2743 
   
   NPE occurs when there are assignments for workers not currently in the membership.  This could happen if the worker crashed before failure detector unassigned the functions assign to it and the scheduler is triggered by other means.
   
   ### Modifications
   
   Filter out the assignments for worker not in membership.  
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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