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 2020/08/04 09:40:37 UTC

[GitHub] [pulsar] sijie opened a new issue #7743: [functions][k8s] Store jobNamespace as part of function metadata

sijie opened a new issue #7743:
URL: https://github.com/apache/pulsar/issues/7743


   *Motivation*
   
   Currently, we don't store jobNamespace as part of function metadata. If the broker restarts with a different job namespace, it will cause the function statefulset not deleted in the original job namespace and a new statefulset is created in the new job namespace.
   
   In order to address the issue, we should consider adding the job namespace as part of function metadata when the function is created. Eventually, we should support updating the job namespace and handle the case the job namespace is changed at the function worker side.


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