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 2021/02/06 08:50:28 UTC

[GitHub] [pulsar] xche opened a new issue #9502: Restart all instances of a Pulsar Source failed

xche opened a new issue #9502:
URL: https://github.com/apache/pulsar/issues/9502


   **Describe the bug**
   Restart all instances of a Pulsar Source failed
   
   Runtime : Thread Runtime
   functionWorker number : 3
   Source task instances number: 6
   
   And  Each functionworker has 2 instances
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. When I call the "https://pulsar.apache.org/admin/v3/sources/{tenant}/{namespace}/{sourceName}/restart"
   2. See error "Failed to perform http post request: javax.ws.rs.InternalServerErrorException: HTTP 500 Internal Server Error
   Function xxxx doesn't exist"
   
   The reason for this problem is that whether you restart source or sink or function, FunctionRuntimeManager call the API of functions to restart
   
   I think the correct way is to judge the componenttype and then call the corresponding API
   
   
   


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



[GitHub] [pulsar] codelipenghui closed issue #9502: Restart all instances of a Pulsar Source failed

Posted by GitBox <gi...@apache.org>.
codelipenghui closed issue #9502:
URL: https://github.com/apache/pulsar/issues/9502


   


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