truong-hua opened a new issue, #21931:
URL: https://github.com/apache/pulsar/issues/21931

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Version
   
   2.11.3
   
   ### Minimal reproduce step
   
   * Create a function using package from package manager
   * Update the function (ex: change parallelism from 1 to 2)
   
   Example payload:
   
   ```
   ------WebKitFormBoundary6hEdIldTcUATSkDo
   Content-Disposition: form-data; name="functionConfig"; filename="blob"
   Content-Type: application/json
   
   {"parallelism":1,"cleanupSubscription":true}
   ------WebKitFormBoundary6hEdIldTcUATSkDo--
   ```
   
   ### What did you expect to see?
   
   Response 200 and function successfully updated
   
   ### What did you see instead?
   
   Response 400 with error:
   
   ```
   {
       "reason": "Invalid stream name : 'Invalid log name 
\"/function://public/default/[email protected]\" caused by empty node name 
specified @11'"
   }
   ```
   
   ### Anything else?
   
   This does not happen when update a function which is not using package from 
package manager (package manager disabled)
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to