jerrypeng commented on issue #2437: Race condition function-runtime-manager read old assignments URL: https://github.com/apache/incubator-pulsar/pull/2437#issuecomment-415611324 @rdhabalia I am a little confused on how the schedule manager can schedule something before membership manager receives notification that it is the leader. In the scheduleManager, we have a check before invoking actual scheduling: https://github.com/apache/incubator-pulsar/blob/master/pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/SchedulerManager.java#L93 Am I missing something?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
