BohanZhang0222 commented on issue #7363:
URL: https://github.com/apache/kyuubi/issues/7363#issuecomment-4198015007
> > Using Locust to simulate client behavior with the following workflow:
> > Create operation
> > Poll operation status
> > Fetch operation result
>
> Which exactly APIs? General descriptions do not help understand problems
>
> your screenshot indicates you are using batch operation? this does not
match what you described above (I assume you are using interactive sessions)
1. POST /sessions
2. POST /sessions/${sessionHandle}/operations/statement
3. GET /operations/${operationHandle}/event
4. Multiple GET requests to /operations/{operationHandle}/rowset
I am indeed using operations, not batch.
From the monitoring screenshot, you can see that interactive queries are
being submitted, while the number of batch submissions is 0.
<img width="1638" height="960" alt="Image"
src="https://github.com/user-attachments/assets/8b43decd-02fb-4447-9aae-27efdeca5f85"
/>
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]