Pixelartist opened a new issue #6427: State Functions - stuck after 3 events? URL: https://github.com/apache/pulsar/issues/6427 **Describe the bug** We are currently experiencing something which I would consider as a bug. If we deploy a function which affects the state, it stops working at one point, to be exact -> after consuming / processing 3 events. At the same time, it seems that the bookkeeper API is being affected by it - a request to the state of the function will time out. **To Reproduce** Steps to reproduce the behavior: 1. Spawn a standalone pulsar 2. deploy the attached function 3. produce 10 (3+) messages 4. See error **Expected behavior** In case the function is okay - it should consume all events and produce the outputs. In case it is a real error, it should stop the function from running, then either restart or error out (whatever the designed solution is) **Screenshots** You can see me reproducing this in the following screencast - https://asciinema.org/a/TqyVCb5lTvO6Y6l0yKKRuPr8g **Desktop (please complete the following information):** - OS: Foundation - MacOS using Docker with the latest pulsar docker image - function: using python **Additional context** Using "querystate" by the cli will return the following error - Reason: javax.ws.rs.ProcessingException
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
