jerrypeng opened a new pull request #2223: fix bug in FunctionRuntimeManager 
involving not cleaning up old invalid assignments
URL: https://github.com/apache/incubator-pulsar/pull/2223
 
 
   ### Motivation
   
   Old invalid assignments of functions are not cleaned up and left over after 
a function is rescheduled.
   
   Getting the status of functions rely on assignments to route the get status 
to the correct worker running the function.  If the assignments are not 
correct, get status requests will be routed incorrectly.
   
   Also fixed  a test that was asserting the incorrect value.  The test would 
have caught this problem if it was asserting the correct value.
   

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

Reply via email to